@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #d3af37;
    --secondary: #231f20;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

/* How to add New font */
@font-face {
    font-family: "eurostile";
    src: url("../fonts/EurostileNextLTPro-Bold.otf");
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}

section {
    position: relative;
}

p {
    font-weight: 400;
    line-height: 1.8;
}

h1,
h2 {
    font-family: "eurostile", sans-serif !important;
}

.date-col h5 {
    margin-top: 1rem;
}

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

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

figure {
    margin: 0;
}

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

.navbar-brand img {
    transition: 0.3s ease-in-out;
}

header.sticky {
    position: fixed;
}

header.sticky .navbar-brand img {
    max-width: 100px;
}

.themeBtn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    padding: 1.125rem 3em;
    text-transform: uppercase;
    background: var(--primary);
    transform: skew(-16deg, 0deg);
}

.themeBtn span {
    transform: skew(16deg, 0deg);
}

.btn-group {
    gap: 1rem;
}

.btn2 {
    background-color: var(--secondary);
}

.btn1:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.btn2:hover {
    background-color: var(--primary);
    color: var(--white);
}

.navbar-nav .btn2 {
    border: unset;
}

/* About Sec Css Start */

.aboutSec {

    /* background: url(storage/projects/sologym/img1.jpg) bottom/cover no-repeat; */
    background: url(/public/storage/projects/sologym/aboutbgg.jpg) bottom/cover no-repeat;

    /* background: url(/sologym/public/storage/projects/sologym/aboutbgg.jpg) bottom/cover no-repeat; */
    padding: 31rem 0;
    /* /sologym/public/ */
}

.aboutSec {
    padding-top: 2.5rem;
}

.aboutContent p {
    font-size: 1.375rem;
    color: var(--black);
    font-weight: 500;
}

/* About Sec Css End */

/* Solo Gym Sec Css Start */

.sologymSec {
    background: url(/public/storage/projects/sologym/gymbg.jpg) center/cover no-repeat;
    padding: 5rem 0;
}

.secHeading {
    font-size: 3.125rem;
    text-transform: uppercase;
    color: var(--white);
}

.gymContent ul li a {
    font-size: 1.125rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
}

.gymContent ul li a i {
    color: var(--primary);
    font-size: 0.875rem;
}

.gymContent ul li + li {
    padding-top: 1.375rem;
}

.gymContent ul {
    margin-top: 0.875rem;
}

.sologymSec figure {
    border: 5px solid var(--primary);
}

/* Solo Gym Sec Css End */

/* How To Use Sec Css Start */

.howtouseSec {
    padding: 6rem 0;
}

.howtouseSec h2 {
    color: var(--black);
}

.gymBox {
    background-color: var(--white);
    box-shadow: 0 4px 90px rgb(142 142 142 / 21%);
    border-radius: 7px;
    padding: 4rem 1rem 1rem 2.5rem;
    border-bottom: 5px solid var(--white);
    min-height: 400px;
    position: relative;
}

.gymBox > input[type="checkbox"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.gymBox:hover, .gymBox:has(input[type="checkbox"]:checked) {
    border-bottom: 5px solid var(--primary);
}

.gymBox:hover figure img {
    filter: invert(99%) sepia(51%) saturate(3329%) hue-rotate(325deg) brightness(87%) contrast(89%);
}

.gymContents p {
    font-size: 2rem;
    color: var(--black);
    font-weight: 500;
    line-height: 1.4;
}

.gymContents {
    margin-top: 2rem;
}

.subHead {
    font-size: 3.125rem;
    color: var(--black);
    font-family: "eurostile", sans-serif;
}

.subHead a {
    color: var(--primary);
    text-decoration: underline !important;
}

/* How To Use Sec Css End */

/* About Us Sec Css Start */

.aboutusSec {
    background: url(/public/storage/projects/sologym/abtbg.jpg) center/cover no-repeat;
    padding: 5rem 0;
    z-index: 1;
}

.abtImg {
    position: relative;
}

.abtImg::before {
    content: "";
    position: absolute;
    border: 8px solid var(--white);
    width: 78%;
    height: 60%;
    left: -2rem;
    z-index: -1;
    top: -2rem;
}

.abtContent h2 span {
    font-size: 1.125rem;
    display: block;
    position: relative;
    padding-left: 6.5rem;
    font-family: "Poppins";
    font-weight: 600;
}

.abtContent h2 {
    font-size: 4.0625rem;
    text-transform: uppercase;
    color: var(--white);
}

.abtContent h2 span::before {
    content: "";
    position: absolute;
    background-color: var(--white);
    width: 6rem;
    height: 1px;
    left: 0;
    top: 10px;
}

.abtContent p {
    font-size: 1.125rem;
    color: var(--white);
}

/* About Us Sec Css End */

/* Work Sec Css Start */

.workSec {
    padding: 5rem 0;
}

.workSec h2 {
    color: var(--black);
}

.workWrap {
    display: flex;
    justify-content: space-between;
}

.workBox {
    text-align: center;
    position: relative;
}

.workBox::before {
    content: "";
    position: absolute;
    background: url(/public/storage/projects/sologym/path.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: -107px;
    top: 18%;
    background-size: 51%;
    z-index: -1;
}

.workSec .col-md-4:nth-child(1) .workBox::before {
    background: unset;
}

.workBox figure {
    background-color: #f9f9f9;
    border-radius: 100%;
    width: 11rem;
    height: 11rem;
    display: grid;
    place-items: center;
    margin: auto;
    position: relative;
}

.workBox:hover figure img {
    filter: brightness(100%) invert(1);
}

.workBox figure::before {
    content: "";
    position: absolute;
    border: 3px dashed #545454;
    width: 13rem;
    height: 13rem;
    border-radius: 50%;
}

.workContent h4 {
    font-size: 1.625rem;
    text-transform: uppercase;
    color: var(--black);
    font-weight: 600;
}

.workContent p {
    font-size: 1.125rem;
}

.workContent {
    margin-top: 2.5em;
}

.workBox:hover figure {
    background-color: var(--primary);
}

/* Work Sec Css End */

/* Book Sec Css Start */

.bookSec {
    background: url(/public/storage/projects/sologym/bookbg.jpg) center/cover no-repeat;
    padding: 5rem 0;
}

.bookSec h4 {
    color: var(--white);
}

.bookSec h4 a {
    color: var(--black);
}

/* Book Sec Css End */
/* Insta Sec Css Start */
.instaCard {
    position: relative;
}

.instaCard .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
    transform-origin: center;
    transform: scale(0);
    background-color: rgb(0 0 0 / 60%);
}

.instaCard a {
    font-size: 4rem;
    color: var(--white);
}

.instaCard:hover .content {
    transform: scale(1);
}

/* Insta Sec Css End */

/* Footer Css Start */

footer {
    background-color: #231f20;
    padding-top: 6rem;
}

footer ul li a {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: var(--white);
}

footer ul li a:hover {
    color: var(--primary);
}

footer ul li + li {
    padding-top: 0.75rem;
}

.copyRight p {
    font-size: 1.125rem;
    color: var(--white);
    margin: 0;
}

.footIcon {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.copyRight {
    border-top: 1px solid rgb(238 232 227 / 21%);
    margin-top: 2rem;
    padding: 1.375rem 0 2rem 0;
}

/* Footer Css End */

.preLoader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    inset: 0;
}

.preLoader.black {
    background-color: var(--black);
    z-index: 999;
}

.preLoader.white {
    z-index: 20;
    background-color: var(--primary);
}


/* Begin: Login & SignUp */

.accessGateway {
    height: 100%;
    display: flex;
    align-items: center;
    object-fit: cover;
}


.accessGateway:after {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary);
    clip-path: polygon(12% 0, 100% 0%, 100% 100%, 1% 100%);
    z-index: 1;
}

.accessGateway.login {
    background-image: url(/public/storage/projects/sologym/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.accessGateway.login.forget {
    background-image: url(/public/storage/projects/sologym/forget-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.accessGateway.signup {
    background-image: url(/public/storage/projects/sologym/signup-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.accessGateway.create-profile {
    background-image: url(/public/storage/projects/sologym/create-profile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 41rem 0;
}

.accessGateway > div {
    position: relative;
    z-index: 10;
}

.accessGateway h2 {
    font-size: 3.563rem;
    color: #282828;
    margin: 0 0;
    text-align: center;
    font-weight: bold;
}

.accessGateway .formStyle {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 80%;
    padding: 5.1rem 0;
}

.accessGateway .formStyle .form-control {
    height: 75px;
    border-color: transparent;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 26px;
}

.accessGateway .formStyle .form-control:focus {
    border: none;
}

.accessGateway .formStyle .form-control::placeholder {
    color: #4F5969;
}

.accessGateway .formStyle .btn-black {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    padding: 22px;
    margin-bottom: 1.5rem;
}

.accessGateway .formStyle a {
    color: #282828;
    font-size: 1.25rem;
    font-weight: 400;
    text-decoration: underline !important;
}

.accessGateway .formStyle p {
    margin: 2.5rem 0 0;
    text-align: center;
    font-size: 1.063rem;
    color: var(--black);
}

.accessGateway .formStyle .input-group {
    margin-bottom: 26px;
    background: #fff;
    border-radius: 10px;
    align-items: center;
}

.accessGateway .formStyle .input-group .form-control {
    margin: 0;
}

.accessGateway .formStyle .input-group span {
    margin: 0 10px;
    color: var(--primary);
    font-size: 20px;
}

.formStyle label {
    font-size: 1rem;
    color: black;
    text-align: left;
    font-weight: 500;
    display: block;
}

.form-wrap {
    width: 93%;
    background: #ffffff40;
    border-radius: 12px;
    box-shadow: 0 4px 30px #00000047;
}

.form-wrap:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(/public/storage/projects/sologym/form-after.png) no-repeat;
    left: 13px;
}


.accessGateway.forget .form-wrap:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(/public/storage/projects/sologym/fotgetbg.png) no-repeat;
    left: 13px;
}


.accessGateway.signup .form-wrap:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(/public/storage/projects/sologym/signypform.png) no-repeat;
    left: 13px;
}


.accessGateway.create-profile .form-wrap:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(/public/storage/projects/sologym/createporfileafter.png) no-repeat;
    left: 13px;
}

.form-wrap .themeBtn {
    border: 2px solid var(--white);
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 0.938rem;
}

.form-wrap a.themeBtn.btn2 {
    color: var(--white);
    margin-top: 0.5rem;
    text-decoration: none !important;
    font-size: 0.938rem;
}

.accessGateway.forget .formStyle p {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 2rem;
    margin-top: 0;
}

.formStyle figure img {
    border: 5px solid var(--primary);
    border-radius: 100px;
    margin: 1rem 0;
}

.formStyle figure h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.form-group.chebox input[type=checkbox] {
    display: none;
}

.form-group.chebox label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    gap: 0.5rem;
    width: 80%;
    line-height: 1.7;
}

.form-group.chebox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--white);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #E6E6E6;
    width: 25px;
    height: 24px;
}

.form-group.chebox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.accessGateway.create-profile .form-wrap .themeBtn {
    background: transparent;
    border: none;
    color: var(--black);
    font-size: 1.25rem;
    text-decoration: underline !important;
    text-transform: capitalize;
    margin: 0;
    font-style: normal;
    transform: inherit;
}

.accessGateway.create-profile .form-wrap .themeBtn:focus-visible {
    border: none;
    outline: none;
}

.accessGateway.create-profile .formStyle {
    padding: 2rem 0;
}


.user-area {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.user-area::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
}

.user-area h3 {
    font-size: 1rem;
    max-width: 150px;
    margin: 0;
}

.user-area figure img {
    border: 3px solid var(--primary);
    border-radius: 100px;
}

.user-area .drop-down {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px #ddd;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: 50%;
}

.user-area:hover .drop-down {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.user-area .drop-down ul li + li {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ddd;
}

.user-area .drop-down ul li a {
    color: #000;
    font-weight: 400;
}

header.list-view nav {
    border-bottom: 1px solid #7070701c;
    padding-bottom: 30px
}

.listing {
    padding: 3rem 0 5rem 0;
}

.serchform {
    width: 100%;
}

.serchform .input-group {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.serchform form {
    border: 1px solid #E6E6E6;
    padding: 1.3rem 0;
    box-shadow: 0 0 10px #00000024;
}

.serchform form input {
    border: none;
    width: 80%;
    padding: 0 2rem;
    color: #4F5969;
}

.serchform .form-group {
    margin: 0;
}

.serchform form input:focus-visible {
    outline: none;
}


.serchform span.input-group-btn {
    padding: 0 2rem;
}


.serchform form input::placeholder {
    color: #4F5969;

}

.listBox {
    margin: 2.5rem 0;
    display: flex;
    gap: 5rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #E6E6E6;
    transition: all 0.5s ease;
}

.listBox:hover {
    box-shadow: 0 0 30px #0000002e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.listBox h3 {
    font-size: 3.75rem;
    font-weight: bold;
    font-family: "eurostile";
}

.hour h5 {
    font-size: 1.875rem;
    color: #7C7C7C;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1rem;
    margin: 1rem 0;
    font-weight: 500;
}

.date-col {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1rem;
}

.date-col i {
    color: #7C7C7C;
    font-size: 1.5rem;
}

.date-col h6 {
    font-size: 1.25rem;
    color: #7C7C7C;
    font-weight: 500;

}

.capacity h5 {
    font-size: 1.25rem;
    color: #7C7C7C;
    font-weight: 500;
    margin: 1rem 0;
}

.listBox ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 1rem 0;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 1rem;
}

.listBox ul li i {
    color: #D3AF37;
}

.listBox li {
    color: #7C7C7C;
}

.listing .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.listing .btn-group button,
.filtepoop button.themeBtn.btn1 {
    border: none;
}

.listing .btn-group .themeBtn {
    font-size: 1.563rem;
    padding: 2.063rem 6.625rem;
}

.listing .btn-group .themeBtn:hover {
    border: none;
}

.map-detail {
    margin: 2rem 0;
}

.filtepoop .modal-content {
    border: 1px solid #EEEEEE;
    background-color: #F9F9F9;
    border-radius: 20px;
}

.filtepoop h3 {
    text-align: center;
}

.filtepoop .modal-header {
    border-bottom: 0;
}

.filtepoop h2 {
    font-size: 2.5rem;
    margin: 2rem 0;
    text-transform: uppercase;
}

.filtepoop .formStyle {
    text-align: center;
    width: 78%;
    margin: 0 auto;
}

.filtepoop .formStyle .form-group select {
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    background: var(--white);
    width: 100%;
    height: 75px;
    font-size: 0.938rem;
    color: #4F5969;
    padding: 0 1rem;
    appearance: none;
    background-image: url(/public/storage/projects/sologym/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

.filtepoop .formStyle .form-group select:focus-visible {
    outline: none;
}

.filtepoop .modal-dialog {
    max-width: 1276px;
}

.filtepoop .themeBtn {
    font-size: 1.563rem;
    padding: 2.063rem 6.625rem;
}

.filtepoop .close {
    font-size: 34px;
    color: #000;
    font-weight: 900;
}

.menuprofile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
}

.menuprofile li a {
    color: var(--black);
    font-size: 1.25rem;
    text-decoration: underline !important;
}

.profile {
    padding: 2rem 0 5rem;
}

.bgcolor {
    background: #F9F9F9;
    border-radius: 7px;
    padding: 5rem 7rem 5rem 7rem;
}

.profile-detail h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "eurostile";
}

.profil-wrap {
    margin-top: 2rem;
    background-color: var(--white);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #E6E6E6;
}

.profil-wrap h6 {
    font-family: "eurostile";
    font-size: 1.5rem;
    text-transform: uppercase;
}

.profil-wrap h6 span {
    font-size: 1rem;
    color: #828282;
    display: block;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.profil-wrap .user-area figure img {
    border: 5px solid var(--primary);
}

.profil-wrap ul {
    margin-top: 2rem;
}

.profil-wrap ul li {
    font-size: 1.25rem;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.profil-wrap ul li span {
    font-size: 1.125rem;
    color: #828282;
    font-weight: 500;
    width: 17%;
    display: inline-flex;
}

.profile-detail.review {
    margin-top: 4rem;
}

.profil-wrap p {
    margin-top: 1rem;
    color: #828282;
    font-size: 1rem;
}


.create-profile .formStyle .form-control {
    height: 75px;
    border-color: transparent;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 26px;
}

.create-profile .formStyle .form-control:focus {
    border: none;
}

.create-profile .formStyle .form-control::placeholder {
    color: #4F5969;
}

.create-profile .formStyle .btn-black {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    padding: 22px;
    margin-bottom: 1.5rem;
}

.create-profile .formStyle .form-group {

}

.create-profile .formStyle .input-group {
    margin-bottom: 26px;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    border: 2px solid #E6E6E6;

}

.create-profile .formStyle .input-group .form-control {
    margin: 0;
}

.create-profile .formStyle .input-group span {
    margin: 0 10px;
    color: var(--primary);
    font-size: 20px;
}

.profile.create-profile {
    text-align: center;
}

.profile.create-profile .themeBtn {
    background: transparent;
    color: #000;
    text-decoration: underline !important;
    font-size: 1.25rem;
    transform: inherit;
    text-transform: capitalize;
}

/* Begin: 3 Steps Cart CSS */


.innerament {
    padding: 4rem 0;
}

.innerament .bgcolor {
    border-radius: 20px;
    border: none;

}

.detailsubinner {
    text-align: center;
}

.detailsubinner h3 {
    font-size: 3.75rem;
    font-weight: bold;
}

.detailsubinner p {
    font-size: 1.375rem;
}

.detailsubinner span {
    font-size: 1.25rem;
}

.innerament h4 {
    margin: 2rem 0;
    font-size: 2.5rem;
    font-family: 'Raleway', sans-serif;
}

.detailsubinner .themeBtn {
    padding: 1.625rem 6rem;
}

.checkarea {
    /* padding: 4rem 0 0; */
}

.checkarea h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: var(--black);

}

.checkarea .form-group.chebox label {
    font-size: 2rem;
    color: #7C7C7C;
    align-items: center;
    gap: 1rem;
}

.checkarea .form-group.chebox label:before {
    border-radius: 7px;
    background: #F6F6F6;
    box-shadow: none;
    width: 29px;
    height: 28px;
}

.checkarea .form-group.chebox input:checked + label:after {
    top: 17px;
    left: 11px;
}

.checkarea .themeBtn {
    border: 2px solid var(--white);
    padding: 2rem 7.063rem;
    font-size: 1.563rem;
}

.checkarea .row {
    margin-bottom: 4rem;
}


.checkarea .btn-group.text-center {
    display: flex;
    justify-content: center;
}


.descp .form-group label {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--black);
}

.descp .form-control {
    border: none;
    border-radius: 7px;
    height: 68px;
    box-shadow: 0 0 30px #00000021;
    margin-bottom: 3rem;
}

.descp textarea.form-control {
    height: 247px;
}

.descp h2 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.descp .form-group.chebox label {
    display: inline;
    padding-right: 2rem;
    font-size: 1.375rem;
}

.descp .form-group.chebox input:checked + label:after {
    top: 8px;
}

.descp .form-group.chebox label:before {
    margin-right: 10px;
}

.descp .themeBtn.other {
    background: transparent;
    border: none;
    color: var(--black);
    font-size: 1.25rem;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: underline !important;

}


.descp .form-group.chebox {
    margin-bottom: 2.5rem;
}

.rules li {
    font-size: 1.125rem;
    color: var(--black);
    margin-bottom: 38px;
}

.rules i {
    color: #D3AF37;
    margin-right: 1rem;
}

.checkarea.photo .row {
    margin-bottom: 1rem;
}

.howtouseSec.innerpost {
    padding: 4rem 0;
}

.howtouseSec.innerpost .gymBox {
    text-align: center;
}

.howtouseSec.innerpost .row {
    margin-bottom: 2rem;
}

.howtouseSec.innerpost .detailsubinner {
    margin-bottom: 3rem;
}

.innerpost .themeBtn {
    border: 2px solid var(--white);
    padding: 2rem 7.063rem;
    font-size: 1.563rem;
    margin: 3rem 0 0;
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #d3af37;
    --secondary: #231f20;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

/* How to add New font */
@font-face {
    font-family: "eurostile";
    src: url("../fonts/EurostileNextLTPro-Bold.otf");
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}

section {
    position: relative;
}

p {
    font-weight: 400;
    line-height: 1.8;
}

h1,
h2 {
    font-family: "eurostile", sans-serif;
}

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

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

figure {
    margin: 0;
}

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

.themeBtn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    font-weight: 500;
    line-height: 1;
    padding: 1.125rem 3em;
    text-transform: uppercase;
    background: var(--primary);
    transform: skew(-16deg, 0deg);
}

.themeBtn span {
    transform: skew(16deg, 0deg);
}

.btn-group {
    gap: 1rem;
}

.btn2 {
    background-color: var(--secondary);
}

.btn1:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.btn2:hover {
    background-color: var(--primary);
    color: var(--white);
}


.formStyle label {
    font-size: 1rem;
    color: black;
    text-align: left;
    font-weight: 500;
    display: block;
}

.form-wrap {
    width: 93%;
    background: #ffffff40;
    border-radius: 12px;
    box-shadow: 0 4px 30px #00000047;
}

.form-wrap:before {
    content: "";
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../../dashboard/images/form-after.png) no-repeat;
    left: 13px;
}


.formStyle figure img {
    border: 5px solid var(--primary);
    border-radius: 100px;
    margin: 1rem 0;
}

.formStyle figure h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

/*.form-group.chebox input[type=checkbox] {*/
/*    display: none;*/
/*}*/

.form-group.chebox label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    display: flex;
    gap: 0.5rem;
    width: 80%;
    line-height: 1.7;
}

.form-group.chebox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--white);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #E6E6E6;
    width: 25px;
    height: 24px;
}

.form-group.chebox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--primary);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.user-area {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
}

.user-area::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    color: #000;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.user-area h3 {
    font-size: 1rem;
    max-width: 150px;
    margin: 0;
}

.user-area figure img {
    border: 3px solid var(--primary);
    border-radius: 100px;
}

.user-area .drop-down {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px #ddd;
    padding: 0.5rem 0.75rem;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: 50%;
}

.user-area:hover .drop-down {
    top: 100%;
    visibility: visible;
    opacity: 1;
    Z-INDEX: 999;
    transition: all 0.2s ease-in-out;
}

.user-area .drop-down ul li + li {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #ddd;
}

.user-area .drop-down ul li a {
    color: #000;
    font-weight: 400;
}

header.list-view nav {
    border-bottom: 1px solid #7070701c;
    padding-bottom: 30px
}

.listing {
    padding: 3rem 0 5rem 0;
}

.serchform {
    width: 100%;
}

.serchform .input-group {
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.serchform form {
    border: 1px solid #E6E6E6;
    padding: 1.3rem 0;
    box-shadow: 0 0 10px #00000024;
}

.serchform form input {
    border: none;
    width: 80%;
    padding: 0 2rem;
    color: #4F5969;
}

.serchform .form-group {
    margin: 0;
}

.serchform form input:focus-visible {
    outline: none;
}


.serchform span.input-group-btn {
    padding: 0 2rem;
}


.serchform form input::placeholder {
    color: #4F5969;

}

.listBox {
    margin: 2.5rem 0;
    display: flex;
    gap: 0 2rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid #E6E6E6;
    transition: all 0.5s ease;
    justify-content: space-between;
}

.listBox:hover {
    box-shadow: 0 0 30px #0000002e;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.listBox h3 {
    font-size: 3rem;
    font-weight: bold;
    font-family: "eurostile";
    line-height: initial;
    margin: 0;
}

.hour h5 {
    font-size: 1.875rem;
    color: #7C7C7C;
    border-bottom: 1px solid #E6E6E6;
    padding: 1.5rem 0;
    margin: 0;
    font-weight: 500;
}

.date-col {
    border-bottom: 1px solid #E6E6E6;
    padding: 1.5rem 0;
}

.date-col i {
    color: #7C7C7C;
    font-size: 1.5rem;
}

.date-col h6 {
    font-size: 1.25rem;
    color: #7C7C7C;
    font-weight: 500;
    margin-bottom: 10px;
}

.capacity h5 {
    font-size: 1.25rem;
    color: #7C7C7C;
    font-weight: 500;
    margin: 1rem 0;
}

.listBox ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid #E6E6E6;
    padding: 1.5rem 0;
}

.listBox ul li i {
    color: #D3AF37;
}

.listBox li {
    color: #7C7C7C;
}

.listing .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.listing .btn-group button,
.filtepoop button.themeBtn.btn1 {
    border: none;
}

.listing .btn-group .themeBtn {
    font-size: 1.563rem;
    padding: 2.063rem 6.625rem;
}

.listing .btn-group .themeBtn:hover {
    border: none;
}

.map-detail {
    margin: 2rem 0;
}

.filtepoop .modal-content {
    border: 1px solid #EEEEEE;
    background-color: #F9F9F9;
    border-radius: 20px;
}

.filtepoop h3 {
    text-align: center;
}

.filtepoop .modal-header {
    border-bottom: 0;
    display: none;
}

.filtepoop h2 {
    font-size: 2.5rem;
    margin: 2rem 0;
    text-transform: uppercase;
}

.filtepoop .formStyle {
    text-align: center;
    width: 78%;
    margin: 0 auto;
}

.filtepoop .formStyle .form-group select {
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    background: var(--white);
    width: 100%;
    height: 75px;
    font-size: 0.938rem;
    color: #4F5969;
    padding: 0 1rem;
    appearance: none;
    background-image: url(../../dashboard/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

.filtepoop .formStyle .form-group select:focus-visible {
    outline: none;
}

.filtepoop .modal-dialog {
    max-width: 1276px;
}

.filtepoop .themeBtn {
    font-size: 1.563rem;
    padding: 2.063rem 6.625rem;
}

.filtepoop .close {
    font-size: 34px;
    color: #000;
    font-weight: 900;
}

.menuprofile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2rem;
}

.menuprofile li a {
    color: var(--black);
    font-size: 1.25rem;
    text-decoration: underline !important;
}

.profile {
    padding: 2rem 0 5rem;
}

.bgcolor {
    background: #F9F9F9;
    border-radius: 7px;
}

.profile-detail h3 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "eurostile";
}

.profil-wrap {
    margin-top: 2rem;
    background-color: var(--white);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #E6E6E6;
}

.profil-wrap h6 {
    font-family: "eurostile";
    font-size: 1.5rem;
    text-transform: uppercase;
}

.profil-wrap h6 span {
    font-size: 1rem;
    color: #828282;
    display: block;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.profil-wrap .user-area figure img {
    border: 5px solid var(--primary);
}

.profil-wrap ul {
    margin-top: 2rem;
}

.profil-wrap ul li {
    font-size: 1.25rem;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.profil-wrap ul li span {
    font-size: 1.125rem;
    color: #828282;
    font-weight: 500;
    width: 17%;
    display: inline-flex;
}

.profile-detail.review {
    margin-top: 4rem;
}

.profil-wrap p {
    margin-top: 1rem;
    color: #828282;
    font-size: 1rem;
}


.create-profile .formStyle .form-control {
    height: 75px;
    border-color: transparent;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 26px;
}

.create-profile .formStyle .form-control:focus {
    border: none;
}

.create-profile .formStyle .form-control::placeholder {
    color: #4F5969;
}

.create-profile .formStyle .btn-black {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #282828;
    color: #fff;
    text-transform: uppercase;
    padding: 22px;
    margin-bottom: 1.5rem;
}

.create-profile .formStyle .form-group {
}

.create-profile .formStyle .input-group {
    margin-bottom: 26px;
    background: #fff;
    border-radius: 10px;
    align-items: center;
    border: 2px solid #E6E6E6;

}

.create-profile .formStyle .input-group .form-control {
    margin: 0;
}

.create-profile .formStyle .input-group span {
    margin: 0 10px;
    color: var(--primary);
    font-size: 20px;
}

.profile.create-profile {
    text-align: center;
}

.profile.create-profile .themeBtn {
    background: transparent;
    color: #000;
    text-decoration: underline !important;
    font-size: 1.25rem;
    transform: inherit;
    text-transform: capitalize;
}

/* Begin: 3 Steps Cart CSS */


.innerament {
    padding: 0;
}

.innerament .bgcolor {
    border-radius: 20px;
    border: none;
}

.detailsubinner {
    text-align: center;
}

.detailsubinner h3 {
    font-size: 3.75rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.detailsubinner p {
    font-size: 1.375rem;
}

.detailsubinner span {
    font-size: 1.25rem;
}

.innerament h4 {
    margin: 2rem 0;
    font-size: 2.5rem;
    font-family: 'Raleway', sans-serif;
}

.detailsubinner .themeBtn {
    padding: 1.625rem 6rem;
}

.checkarea {
    /* padding: 4rem 0 0; */
}

.checkarea .form-group.chebox label {
    font-size: 2rem;
    color: #7C7C7C;
    align-items: center;
    gap: 1rem;
}

.checkarea .form-group.chebox label:before {
    border-radius: 7px;
    background: #F6F6F6;
    box-shadow: none;
    width: 29px;
    height: 28px;
}

.checkarea .form-group.chebox input:checked + label:after {
    top: 17px;
    left: 11px;
}

.checkarea .themeBtn {
    border: 2px solid var(--white);
    padding: 2rem 7.063rem;
    font-size: 1.563rem;
}

.checkarea .row {
    margin-bottom: 4rem;
}


.checkarea .btn-group.text-center {
    display: flex;
    justify-content: center;
}


.descp .form-group label {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: var(--black);
}

.descp .form-control {
    border: none;
    border-radius: 7px;
    height: 68px;
    box-shadow: 0 0 30px #00000021;
    margin-bottom: 3rem;
}

.descp textarea.form-control {
    height: 247px;
}

.descp h2 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

.descp .form-group.chebox label {
    display: inline;
    padding-right: 2rem;
    font-size: 1.375rem;
}

.descp .form-group.chebox input:checked + label:after {
    top: 8px;
}

.descp .form-group.chebox label:before {
    margin-right: 10px;
}

.descp .themeBtn.other {
    background: transparent;
    border: none;
    color: var(--black);
    font-size: 1.25rem;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: underline !important;

}


.descp .form-group.chebox {
    margin-bottom: 2.5rem;
}

.rules li {
    font-size: 1.125rem;
    color: var(--black);
    margin-bottom: 38px;
}

.rules i {
    color: #D3AF37;
    margin-right: 1rem;
}

.checkarea.photo .row {
    margin-bottom: 1rem;
}

.howtouseSec.innerpost {
    padding: 4rem 0;
}

.howtouseSec.innerpost .gymBox {
    text-align: center;
}

.howtouseSec.innerpost .row {
    margin-bottom: 2rem;
}

.howtouseSec.innerpost .detailsubinner {
    margin-bottom: 3rem;
}

.innerpost .themeBtn {
    border: 2px solid var(--white);
    padding: 2rem 7.063rem;
    font-size: 1.563rem;
    margin: 3rem 0 0;
}

.postedBox {
    text-align: center;
    background-color: var(--white);
    border-radius: 7px;
    padding: 5rem 0;
    box-shadow: 0 4px 68px rgb(200 200 200 / 35%);
}

.postedBox h3 {
    font-size: 2.1875rem;
    color: var(--black);
    font-weight: bold;
    margin-bottom: 3rem;
}

.postedBox a {
    font-size: 1.5625rem;
    text-transform: uppercase;
    color: var(--black);
    text-decoration: underline !important;
    font-weight: 500;
}

.postedBox a:hover {
    color: var(--primary);
}

.postModl .modal-dialog.modal-dialog-centered {
    max-width: 1272px;
}

.postModl .modal-content {
    border-radius: 20px;
}

.postNumbers {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin: 1rem 0 2.5rem 0;
}

.postNumbers li a {
    font-size: 2.625rem;
    color: var(--black);
    font-weight: 500;
}

.strenghWraps ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.strenghWraps ul li .themeBtn {
    padding: 1rem 2rem;
    background-color: var(--secondary);
}

.strenghWraps ul .strenghBox a {
    font-size: 1.125rem;
    color: var(--black);
    font-weight: bold;
    border: 1px solid #D5D5D5;
    padding: 12px 1.875rem;
}

.strenghWraps ul .strenghBox a:hover {
    background-color: var(--primary);
}

.postModl .modal-content {
    border-radius: 20px;
    padding: 5rem 0 9rem 0;
    background-color: #F9F9F9;
}

.postModl .modal-content .modal-body button {
    background-color: var(--primary);
    color: var(--black);
    padding: 6px 12px;
    position: absolute;
    right: 1rem;
    top: -3rem;
    opacity: 1;
}

.barbellPopup .chebox {
    display: flex;
    width: fit-content;
    margin: auto;
    gap: 12px;
    align-items: center;
    margin-bottom: 1rem;
}

.barbellPopup h4 {
    font-size: 2rem;
    font-weight: 500;
}

.barbellPopup h5 {
    font-size: 1.75rem;
    font-weight: bold;
    margin: 17px 0 17px 0;
}

.lbCheck label {
    font-size: 1.75rem !important;
    color: var(--black) !important;
    font-weight: bold !important;
}

.form-group.lbCheck input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    transform: unset;
    background-color: var(--primary);
    width: 25px;
    height: 24px;
    left: 0;
}

.barbellPopup .chebox a {
    font-size: 1.375rem;
    color: var(--black);
    margin-left: 1rem;
}

.barbellPopup .form-group.chebox label {
    margin: 0;
    font-size: 1.375rem;
    color: #7C7C7C;
    align-items: center;
}

.barbellPopup .themeBtn {
    padding: 1rem 2rem;
    margin-top: 2rem;
}

.barbellModl .modal-dialog.modal-dialog-centered {
    max-width: 1144px;
}

.barbellModl .modal-content {
    padding: 3rem 0 5rem 0;
}

.barbellModl .modal-content .modal-body button {
    top: 0rem;
}

.gymownerWraps h4 {
    font-size: 15px;
    color: var(--black);
    font-weight: bold !important;
    font-family: 'Poppins';
    margin: 0;
    padding-bottom: 14px;
}

.gymownerWraps {
    display: flex;
    gap: 2rem;
}

.calender i {
    background-color: var(--white);
    width: 4rem;
    height: 4rem;
    display: grid;
    place-items: center;
    border-radius: 50px;
    box-shadow: 0 0 13px rgb(225 225 225 / 16%);
    font-size: 2rem;
    color: var(--primary);
}

.date select {
    background-color: var(--white);
    border: unset;
    box-shadow: 0 0 13px rgb(225 225 225 / 16%);
    width: 354px;
    height: 60px;
    border-radius: 7px;
    padding-left: 1rem;
    font-size: 15px;
    color: rgb(79 89 105 / 50%);
}

.gymprofileOwner .themeBtn {
    padding: 14px 2.5rem;
    border: 2px solid var(--white);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    font-size: 10px;
    font-weight: 500;
}

.gymprofileOwner .bgcolor {
    padding: 5rem 4rem 5rem 4rem;
}

.date input {
    background-color: var(--white);
    border: unset;
    box-shadow: 0 0 13px rgb(225 225 225 / 16%);
    width: 744px;
    height: 60px;
    border-radius: 7px;
    padding-left: 1rem;
    font-size: 15px;
    color: rgb(79 89 105 / 50%);
}

.equipmentWraps h2 {
    margin: 0;
}

.equipmentWraps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.bgClr h3 {
    font-size: 22px;
    color: var(--black);
    font-weight: bold;
    margin-bottom: 1rem;
}

.bgClr ul li {
    color: #7C7C7C;
}

.bgClr ul li + li {
    padding-top: 12px;
}

.bgClr {
    background-color: var(--white);
    border-radius: 7px;
    padding: 2rem;
    box-shadow: 0 0 13px rgb(100 100 100 / 13%);
}

.amenitiesWraps {
    display: flex;
    flex-flow: column wrap;
    margin: 0;
    max-height: 230px;
    gap: 12px 15rem;
}

.amenitiesWraps li a {
    display: inline-flex;
    align-items: center;
    color: #7C7C7C;
    gap: 14px;
}

.amenitiesWraps li a i {
    color: var(--primary);
    font-size: 12px;
}

.amenitiesWraps li + li {
    padding-top: 0 !important;
}

.bgClr p {
    font-size: 18px;
    line-height: 2;
}

.rulesWraps li a {
    color: var(--black);
}

.rulesWraps {
    gap: 1.2rem 15rem;
}

.gymprofileOwner .profile-detail.review {
    margin-top: 0;
}

.moreReviews .themeBtn {
    padding: 27px 3.5rem;
    font-size: 25px;
}

.nxtBtn .themeBtn {
    padding: 27px 5.5rem;
    font-size: 25px;
}

.gymprofileOwner .checkarea .row {
    margin-bottom: 2.2rem;
}

.gymprofileOwner .profil-wrap h6 {
    font-size: 1rem;
}

.gymprofileOwner .profil-wrap h6 span {
    font-size: 13px;
}

.gymprofileOwner .user-area::after {
    display: none;
}

.gymprofileOwner .profil-wrap .user-area figure img {
    border: 2px solid var(--primary);
}

.profilePerview {
    position: relative;
    background: rgb(211 175 55 / 75%);
}

.profilePerview .overlay {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profilePerview .overlay h2 {
    font-size: 92px;
    color: var(--white);
    font-weight: bold;
    line-height: 1.1;
    text-shadow: 0 0 5px BLACK;
}


.profilePerview .overlay h2 span {
    font-size: 70px;
    display: block;
}

.date input::placeholder {
    color: rgb(79 89 105 / 50%);
}

.upcomingHeading h2 {
    font-size: 73px;
    color: var(--black);
    text-align: center;
    line-height: inherit;
}

.upcomingHeading h2 span {
    font-size: 49px;
    display: block;
}

.upcomingTabs .nav-tabs {
    border-bottom: unset;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 3rem;
}

.upcomingTabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: unset;
    background: unset;
}

.upcomingTabs .nav-tabs .nav-link {
    font-size: 23px;
    font-weight: bold;
    color: var(--black);
    border: 1px solid #D5D5D5;
    background-color: var(--white);
    padding: 10px 36px;
}

.todayContent h3 {
    font-size: 17px;
    font-weight: 500;
}

.todayContent h4 {
    font-size: 24px;
    color: #4F5969;
    font-weight: bold;
    font-family: 'Poppins';
    margin: 0;
    padding-top: 18px;
}

.todayWraps {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 1.5rem;
}

.todayContent span {
    font-size: 15px;
    color: rgb(79 89 105 / 50%);
    padding-top: 24px;
    display: block;
}

.todayContent select {
    background-color: var(--white);
    width: 280px;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #E6E6E6;
    font-size: 15px;
    color: rgb(79 89 105 / 50%);
    padding-left: 1rem;
}

.todayContent input {
    background-color: var(--white);
    width: 186px;
    height: 50px;
    border-radius: 7px;
    border: 1px solid #E6E6E6;
    font-size: 15px;
    color: rgb(79 89 105 / 50%);
    padding-left: 1rem;
}

.todayContent a {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: var(--primary);
    color: var(--white);
    padding: 17px 28px;
    border-radius: 7px;
    display: block;
}

.todays h2 {
    font-size: 49px;
    color: var(--black);
    margin-bottom: 1.5rem;
}

.upcomingInnr .bgcolor {
    padding: 5rem 2rem 5rem 2rem;
}

.reserveClr {
    background-color: #FFFFFF;
    border-radius: 7px;
    padding: 3rem 1rem;
    margin-top: 3rem;
}

.wrapsClr {
    background-color: #F9F9F9;
    border: 1px solid #EEEEEE;
    border-radius: 7px;
    padding: 1rem 1.5rem;
}

.postBoxss h2 {
    font-size: 35px;
    color: var(--black);
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.postBoxss a {
    font-size: 25px;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 500;
    text-decoration: underline !important;
}

.postBoxss {
    background-color: var(--white);
    box-shadow: 0 4px 68px rgb(200 200 200 / 35%);
    text-align: center;
    border-radius: 7px;
    padding: 3rem 0;
    margin-top: 1.5rem;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: var(--primary);
}

.availabilityDropdown {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.availabilityDropdown select {
    font-size: 23px;
    color: var(--black);
    font-weight: bold;
    border: 1px solid #D5D5D5;
    background-color: var(--white);
    padding: 5px 20px;
}

.available {
    margin: 2rem 0;
}

.availbeWrapss {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 2rem 0;
}

.availbeWrapss .todayContent p {
    font-size: 17px;
    margin-bottom: 10px;
}

.availbeWrapss .themeBtn {
    font-size: 11px;
    border: 2px solid var(--white);
}

.availbeWrapss .todayContent a {
    font-size: 15px;
    padding: 13px 38px;
}

.calndrSec h3 {
    font-size: 29px;
    font-weight: bold;
    color: var(--black);
    margin: 2rem 0 2rem 0;
}

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

.visits p {
    font-size: 17px;
    margin: 0;
}

.visits span {
    font-size: 15px;
    color: #4F5969;
}

.sammyBox h3 {
    font-size: 33px;
    font-weight: bold;
    color: var(--black);
    margin-top: 8px;
}

.sammyBox p {
    font-size: 18px;
    line-height: 2;
    width: 83%;
}

.sammyBox {
    background-color: var(--white);
    box-shadow: 0 0 13px rgb(100 100 100 / 8%);
    border-radius: 7px;
    padding: 2rem 2.5rem;
    margin-bottom: 3rem;
}

.inbxHead {
    margin: 2rem 0 1.5rem 0;
}

.nav-tabs .nav-item select {
    font-size: 23px;
    font-weight: bold;
    color: var(--black);
    border: 1px solid #D5D5D5;
    background-color: var(--white);
    padding: 10px 36px;
}

.nav-tabs .nav-item select option {
    font-size: 15px;
}

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

.clndrs .themeBtn {
    font-size: 10px;
    border: 2px solid var(--white);
}

.upcomingHeading h4 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Poppins';
    margin-bottom: 1.5rem;
}

.clndersPage h2 {
    margin: 0;
    line-height: 0.2;
}

.frstPara {
    margin: 0;
}

.clndersPage p {
    font-weight: 500;
    font-size: 22px;
}

.postBtn .themeBtn {
    font-size: 25px;
    padding: 2rem 2.5em;
    border: 2px solid var(--white);
    margin-bottom: 12px;
}

.postBtn p {
    font-size: 22px;
    font-weight: 500;
}


/* Footer Css Start */

footer {
    background-color: #231f20;
    padding-top: 6rem;
}

footer ul li a {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: var(--white);
}

footer ul li a:hover {
    color: var(--primary);
}

footer ul li + li {
    padding-top: 0.75rem;
}

.copyRight p {
    font-size: 1.125rem;
    color: var(--white);
    margin: 0;
}

.footIcon {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.copyRight {
    border-top: 1px solid rgb(238 232 227 / 21%);
    margin-top: 2rem;
    padding: 1.375rem 0 2rem 0;
}

/* Footer Css End */

.gymBox {
    background-color: var(--white);
    box-shadow: 0 4px 90px rgb(142 142 142 / 21%);
    border-radius: 7px;
    padding: 4rem 1rem 1rem 2.5rem;
    border-bottom: 5px solid var(--white);
    min-height: 400px;
}

.gymBox:hover {
    border-bottom: 5px solid var(--primary);
}

.gymBox:hover figure img {
    filter: invert(99%) sepia(51%) saturate(3329%) hue-rotate(325deg) brightness(87%) contrast(89%);
}

.gymContents p {
    font-size: 2rem;
    color: var(--black);
    font-weight: bold;
    line-height: 1.4;
}

.gymContents {
    margin-top: 2rem;
}

.subHead {
    font-size: 3.125rem;
    color: var(--black);
    font-family: "eurostile", sans-serif;
}

.subHead a {
    color: var(--primary);
    text-decoration: underline !important;
}

.checkarea.photo figure {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 208px;
}


.checkarea.photo figure.full {
    height: 405px;
}

.checkarea.photo figure > img {
    object-fit: cover;
    width: 100%;
}

.checkarea.photo figure input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    cursor: pointer;
}

.cptainSlider .slick-slide img {
    display: block;
    width: 100%;
    height: 600px;
}

.modal-body {
    padding: 4rem !important;
}

.checkbox-input input[type=checkbox] {
    width: 29px;
    height: 28px;
    color: #d3af37 !important;
    background: #F6F6F6 !important;

    border: 1px solid #E6E6E6 !important;
}

.checkbox-input input[type=checkbox]:checked {
    accent-color: #d3af37;
}

.checkbox-input input[type=checkbox] {
    width: 25px;
    height: 25px;
    color: #d3af37 !important;
    background: #F6F6F6 !important;
    border: 1px solid #E6E6E6 !important;
}

.checkbox-input input[type=checkbox]:checked {
    accent-color: #d3af37;

}

.checkbox-input, .checkbox-input .form-group {
    display: flex;
    align-items: center;

}

.checkbox-input:has(.col-md-2) input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.checkbox-input label {
    margin-left: 10px;
    margin-bottom: 0;
}

.logout-btn {
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 0;
}

.listBox img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.listing .btn-group {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 111;
    background: #fff;
    left: 0;
}

.listBox .mapBox iframe {
    width: 100%;
    height: 300px;
    border: none;
}

.profilePerview .carousel-control-next, .profilePerview .carousel-control-prev {
    background: none;
    border: none;
    height: auto;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.profilePerview .carousel-control-next {
    right: 4rem;
}

.profilePerview .carousel-control-prev {
    left: 4rem;
}

.profilePerview .carousel-item img {
    height: 550px;
    width: 100%;
    object-fit: contain;
}

.listBox .mapBox {
    flex: 0 1 25%;
}

.listBox figure {
    flex: 0 1 30%;
}

.listBox .articlesContent {
    flex: 1;
}

.fc th, .fc td {
    border: 1px solid var(--primary);
    padding: 1rem 0 !important;
    color: #000 !important;
}

.fc th {
    background: var(--primary);
    border-inline-color: #fff;
    color: #000;
}

td.fc-head-container.fc-widget-header {
    padding: 0 !important;
}

td.fc-widget-content {
    padding: 0;
}

td.fc-event-container {
    padding: 0;
    font-size: 1.25rem;
}

td.fc-event-container a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    background: var(--primary);
    border: 0;
    text-align: center;
    padding: 1rem 0;
}

td.fc-event-container .fc-title {
    color: #000;
}

.fc-day-top.fc-other-month {
    opacity: 0.5;
}

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

.detailsBox .name .hour h5 {
    text-align: right;
    padding: 0;
    border: none;
}

.detailsBox .name .secHeading {
    color: #000;
    text-transform: capitalize;
    font-size: 3rem;
    display: flex;
    align-items: baseline;
    height: min-content;
    gap: 1rem;
    line-height: initial;
}

.detailsBox .name .secHeading span {
    color: var(--primary);
    font-size: 1rem;
}

.detailsBox {
    margin: 2rem 0 0;
    box-shadow: 0 0 15px #ddd;
    border-radius: 20px;
    padding: 2rem 1rem;
}

.detailsBox .timings {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.detailsBox .date-col {
    padding: 1rem 0;
    align-items: center;
    gap: 0.5rem;
}

.detailsBox .date-col p {
    margin: 0;
}

.detailsBox .date-col + .date-col {
    margin-top: 1rem;
}

.detailsBox .date-col .details {
    /* display: flex; */
    gap: 1rem;
    align-items: baseline;
}

.detailsBox .date-col .details .pillCont {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.detailsBox .date-col .details .pillCont p {
    display: inline;
    background: var(--primary);
    color: var(--secondary);
    border-radius: 30px;
    padding: 0 1rem;
}

.detailsBox .date-col .details + .details {
    margin-top: 1rem;
}

.detailsBox .date-col .details h5 {
    color: #7c8bab;
    font-size: 14px;
}

div#comments {
    margin-top: 50px;
}

.all-comment li {
    margin-bottom: 30px;
    width: 100%;
}

.all-comment li .single-comment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.all-comment li .single-comment .left-area {
    text-align: center;
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
}

.all-comment li .single-comment .left-area::before {
    position: absolute;
    content: "";
    height: 70%;
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all-comment li .single-comment .left-area img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #c9030f;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.all-comment li .single-comment .left-area .name {
    margin-top: 15px;
    font-size: 14px;
    color: #143250;
    font-weight: 600;
    margin-bottom: 0px;
}

.all-comment li .single-comment .left-area .date {
    font-size: 12px;
    color: #143250;
    margin-bottom: 0px;
}

.all-comment li .single-comment .right-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.all-comment li .single-comment .right-area .header-area .stars-area {
    margin-left: 0px;
}

.all-comment li .single-comment .right-area .header-area .stars-area .stars {
    padding: 0px;
    margin-bottom: 5px;
    display: inline-block;
}

.all-comment li .single-comment .right-area .header-area .stars-area .stars li {
    display: inline-block;
    width: auto;
    font-size: 12px;
    margin-right: -2px;
    color: #fc9715;
    margin-bottom: 0px;
}

.all-comment li .single-comment .right-area .header-area .title {
    font-size: 16px;
    font-weight: 600;
    color: #143250;
    margin-top: 0px;
}

.all-comment li .single-comment .right-area .comment-body p {
    font-size: 16px;
    line-height: 26px;
}

.all-comment li .single-comment .right-area .comment-footer .links a {
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 10px;
    color: red;
}

.all-comment li .single-comment .right-area .comment-footer .links a:hover {
    color: #c9030f;
}

.all-comment li .replay-review {
    margin-left: 100px;
}

.all-comment li .replay-area {
    position: relative;
    padding-left: 127px;
    margin-bottom: 30px;
}

.all-comment li .replay-area textarea {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.all-comment li .replay-area button {
    width: 120px;
    height: 35px;
    line-height: 34px;
    border: 0px;
    background: #c9030f;
    border: 1px solid #c9030f;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.all-comment li .replay-area button:hover {
    background: none;
    color: #c9030f;
}

.all-comment li .replay-area .remove {
    width: 120px;
    height: 35px;
    border: 0px;
    background: #c9030f;
    border: 1px solid #c9030f;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.all-comment li .replay-area .remove:hover {
    background: none;
    color: #c9030f;
}

.review-area .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.write-comment-area {
    padding-top: 20px;
}

.write-comment-area input {
    width: 100%;
    height: 55px;
    background: #fff;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0px 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.write-comment-area input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #555;
}

.write-comment-area input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #555;
}

.write-comment-area input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #555;
}

.write-comment-area input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #555;
}

.write-comment-area textarea {
    width: 100%;
    height: 190px;
    background: #fff;
    color: #888888;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none;
}

.write-comment-area textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888888;
}

.write-comment-area textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

.write-comment-area textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

.write-comment-area textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888888;
}

.write-comment-area .submit-btn {
    background: #c9030f;
    border: 0px;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.write-comment-area .submit-btn:hover {
    background: #fa7c22;
}

.write-comment-area .submit-btn:focus {
    outline: 0px;
}

.review-area .star-area .star-list li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #bdbdbd;
    position: relative;
}

.review-area .star-area .star-list li i {
    margin-right: -3px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.review-area .star-area .star-list li::after {
    position: absolute;
    content: "||";
    top: 0px;
    right: -18px;
}

.review-area .star-area .star-list li:last-child::after {
    display: none;
}

.review-area .star-area .star-list li:hover i {
    color: #fac451;
}

.review-area .star-area .star-list li.active i {
    color: #fac451;
}

div#comments {
    margin-top: 50px;
}

.all-comment li {
    margin-bottom: 30px;
    width: 100%;
}

.all-comment li .single-comment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.all-comment li .single-comment .left-area {
    text-align: center;
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
}

.all-comment li .single-comment .left-area::before {
    position: absolute;
    content: "";
    height: 70%;
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.all-comment li .single-comment .left-area img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #c9030f;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.all-comment li .single-comment .left-area .name {
    margin-top: 15px;
    font-size: 14px;
    color: #143250;
    font-weight: 600;
    margin-bottom: 0px;
}

.all-comment li .single-comment .left-area .date {
    font-size: 12px;
    color: #143250;
    margin-bottom: 0px;
}

.all-comment li .single-comment .right-area {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.all-comment li .single-comment .right-area .header-area .stars-area {
    margin-left: 0px;
}

.all-comment li .single-comment .right-area .header-area .stars-area .stars {
    padding: 0px;
    margin-bottom: 5px;
    display: inline-block;
}

.all-comment li .single-comment .right-area .header-area .stars-area .stars li {
    display: inline-block;
    width: auto;
    font-size: 12px;
    margin-right: -2px;
    color: #fc9715;
    margin-bottom: 0px;
}

.all-comment li .single-comment .right-area .header-area .title {
    font-size: 16px;
    font-weight: 600;
    color: #143250;
    margin-top: 0px;
}

.all-comment li .single-comment .right-area .comment-body p {
    font-size: 16px;
    line-height: 26px;
}

.all-comment li .single-comment .right-area .comment-footer .links a {
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 10px;
    color: red;
}

.all-comment li .single-comment .right-area .comment-footer .links a:hover {
    color: #c9030f;
}

.all-comment li .replay-review {
    margin-left: 100px;
}

.all-comment li .replay-area {
    position: relative;
    padding-left: 127px;
    margin-bottom: 30px;
}

.all-comment li .replay-area textarea {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.all-comment li .replay-area button {
    width: 120px;
    height: 35px;
    line-height: 34px;
    border: 0px;
    background: #c9030f;
    border: 1px solid #c9030f;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.all-comment li .replay-area button:hover {
    background: none;
    color: #c9030f;
}

.all-comment li .replay-area .remove {
    width: 120px;
    height: 35px;
    border: 0px;
    background: #c9030f;
    border: 1px solid #c9030f;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.all-comment li .replay-area .remove:hover {
    background: none;
    color: #c9030f;
}

.review-area .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.write-comment-area {
    padding-top: 20px;
}

.write-comment-area input {
    width: 100%;
    height: 55px;
    background: #fff;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0px 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.write-comment-area input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #555;
}

.write-comment-area input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #555;
}

.write-comment-area input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #555;
}

.write-comment-area input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #555;
}

.write-comment-area textarea {
    width: 100%;
    height: 190px;
    background: #fff;
    color: #888888;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 15px;
    resize: none;
}

.write-comment-area textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888888;
}

.write-comment-area textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

.write-comment-area textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

.write-comment-area textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888888;
}

.write-comment-area .submit-btn {
    background: #c9030f;
    border: 0px;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.write-comment-area .submit-btn:hover {
    background: #fa7c22;
}

.write-comment-area .submit-btn:focus {
    outline: 0px;
}

.review-area .star-area .star-list li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #bdbdbd;
    position: relative;
}

.review-area .star-area .star-list li i {
    margin-right: -3px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.review-area .star-area .star-list li::after {
    position: absolute;
    content: "||";
    top: 0px;
    right: -18px;
}

.review-area .star-area .star-list li:last-child::after {
    display: none;
}

.review-area .star-area .star-list li:hover i {
    color: #fac451;
}

.review-area .star-area .star-list li.active i {
    color: #fac451;
}

div#review_form_wrapper {
    padding-bottom: 30px;
}


div#comments > h2 {
    font-size: 2rem;
    margin: 0 0 1rem;
}

div#comments .reating-area span {
    font-size: 1.25rem;
    font-weight: 600;
}

div#comments .reating-area .stars {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.all-comments {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.all-comments li + li {
    border-top: 1px solid #ddd;
}

.all-comments li {
    width: 100%;
}

.all-comments li .single-comment {
    display: flex;
    gap: 1rem;
}

.all-comments li .single-comment .left-area img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: contain;
    background: #ddd;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
}

.all-comments li .single-comment .name {
    font-size: 1.5rem;
    margin: 0;
    text-transform: capitalize;
    line-height: initial;
}

.all-comments li .single-comment .nameBox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.all-comments li .single-comment .nameBox p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: initial;
}

.all-comments li .single-comment .right-area {
    width: 100%;
}

.all-comments li .single-comment .left-area {
    flex-shrink: 0;
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 1rem 1rem 1rem 0;
    flex-direction: column;
}

.all-comments li .single-comment .comment-body > p {
    font-size: 1rem;
    color: #333;
    margin: 0;
    font-weight: 300;
}

.empty-stars {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 400;
    font-family: "Font Awesome 6 Free";
}

.empty-stars:before {
    content: "\f005";
}

.empty-stars.active {
    font-weight: 900;
    color: #fac451;
}

#comments .stars i {
    color: #fac451;
}

/*chat css*/


.chatCont {
    position: fixed;
    bottom: 0;
    right: 50px;
    z-index: 111;
    display: flex;
    flex-direction: column;
    width: 400px;
    transition: all 0.3s ease;
}

.chatCont .chatHeader {
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    border-radius: 20px 20px 0 0;
}

.chatCont .chatHeader .info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.chatCont .chatHeader .info .profileImg img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.chatCont .chatHeader .info .content .name {
    color: #fff;
    font-size: 1rem;
    margin: 0;
    text-transform: capitalize;
}

.chatCont .chatHeader .info .content .status {
    color: #fff;
    font-size: 0.75rem;
}

.chatCont .chatHeader .btnCont {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.chatCont .chatHeader .btnCont button {
    background: var(--primary);
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 7px;
    width: 30px;
    height: 30px;
    color: var(--secondary);
    font-size: 1.25rem;
}

.chatCont .chatHeader .btnCont button:hover {
    background: #fff;
}

.chatCont .chatBody {
    background: #fff;
    height: 450px;
    padding: 1rem 1.25rem;
    position: relative;
    overflow: auto;
    transform-origin: bottom;
}

.chatCont .chatBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.chatCont .chatBody::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.chatCont .chatBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--primary);
}


.chatCont .chatBody .messageBox {
    display: flex;
    align-items: start;
    gap: 0.5rem;
    width: 80%;
}

.chatCont .chatBody .messageBox + .messageBox {
    margin-top: 1rem;
}

.chatCont .chatBody .messageBox figure img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.chatCont .chatBody .messageBox .content p {
    background: #ccc;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 0 15px 15px 15px;
    margin: 0;
}

.chatCont .chatBody .messageBox .content span {
    font-size: 0.635rem;
    font-weight: 600;
}

.chatCont .chatBody .messageBox.send {
    text-align: right;
    flex-direction: row-reverse;
    margin-left: auto;
}

.chatCont .chatBody .messageBox.send p {
    border-radius: 15px 0 15px 15px;
}

.chatCont .chatFoot {
    background-color: #fff;
    position: relative;
    padding: 1rem 1.5rem;
    transform-origin: bottom;
}

.chatCont .chatFoot .sendMessage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.chatCont .chatFoot .sendMessage .intractable {
    position: absolute;
    left: 5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.chatCont .chatFoot .sendMessage input {
    width: 100%;
    display: block;
    height: 50px;
    padding-left: 85px;
    font-size: 0.875rem;
    padding-right: 55px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.chatCont .chatFoot .sendMessage .sendBtn {
    position: absolute;
    right: 5px;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    color: var(--secondary);
    background: var(--primary);
}

.chatCont .chatFoot .sendMessage .intractable img,
.chatCont .chatFoot .sendMessage .intractable i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chatCont .chatFoot .sendMessage .intractable a {
    color: #cccccc;
}

.chatCont .chatFoot .sendMessage .sendBtn:hover {
    background: var(--secondary);
    color: var(--primary);
}

.chatCont.minimize {
    bottom: -532px;
}

/* Chat Box CSS:START */

.chatSec {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.messageSec {
    display: flex;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    position: sticky;
    top: 2rem;
}

.messageSec .friendsRow .searchBox {
    height: 60px;
    border-bottom: 1px solid var(--theme-color);
}

.messageSec .friendsRow {
    background: var(--secondary);
    flex: 0 0 25%;
    width: 25%;
}

.messageSec .friendsRow .searchBox input {
    height: 100%;
    width: 100%;
    background: none;
    border: none !important;
    outline: none !important;
    padding-inline: 1rem;
    color: #fff;
}

.messageSec .friendsRow .searchBox input::placeholder {
    color: #fff;
}

.messageSec .friendsRow .filter {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 13px 0;
}

.messageSec .friendsRow .filter a {
    color: #fff;
    font-size: 0.75rem;
}

.messageSec .friendsRow .filter a.active {
    text-decoration: underline !important;
}

.messageSec .friendsRow .friends {
    display: flex;
    flex-direction: column;
    height: 650px;
    overflow: auto;
}

.messageSec .friendsRow .friends li a {
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 0.5rem;
    color: #fff;
}

.messageSec .friendsRow .friends li a.active {
    background: var(--theme-color);
}

.messageSec .friendsRow .friends li a .img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.messageSec .friendsRow .friends li a .content {
    display: flex;
    flex-direction: column;
    background: none;
    padding: 0;
    border-radius: 0;
}

.messageSec .friendsRow .friends li a .content .name {
    font-size: 0.875rem;
}

.messageSec .friendsRow .friends li a .content .status {
    font-size: 0.65rem;
}

.messageSec .chatBox .chatHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 2rem;
}

.messageSec .chatBox {
    flex: 0 0 75%;
    width: 75%;
}

.messageSec .friendsRow .friends li + li {
    border-top: 1px solid #707070;
}

.messageSec .chatBox .chatHead h3 {
    margin: 0;
    font-size: 1.125rem;
}

.messageSec .chatBox .chatHead span {
    font-size: 0.75rem;
    color: #ADADAD;
}

.messageSec .chatBox .chatBody {
    padding: 2.5rem 2rem;
    height: 600px;
    overflow: auto;
    border-block: 1px solid #BEBEBE;
}

.messageSec .chatBox .chatBody .messageBody {
    display: flex;
    align-items: start;
    gap: 0.5rem;
}

.messageSec .chatBox .chatBody .messageBody .content {
    background: none;
    border-radius: 0;
    padding: 0;
}

.messageSec .chatBox .chatBody .messageBody .content h4 {
    font-size: 0.875rem;
    margin: 0 0 0.35rem;
}

.messageSec .chatBox .chatBody .messageBody .content p {
    color: var(--secondary);
    background: #ccc;
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    border-radius: 0 5px 5px;
    margin: 0;
}

.messageSec .chatBox .chatBody .messageBody .content p::before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: 10px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: var(--theme-color);
}

.messageSec .chatBox .chatBody .messageBody .content span {
    font-size: 0.65rem;
    color: #ADADAD;
    display: block;
}

.messageSec .chatBox .chatBody .messageBody + .messageBody {
    margin-top: 1rem;
}

.messageSec .chatBox .chatBody .messageBody > img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: cover;
}

.messageSec .chatBox .chatBody .messageBody.send {
    flex-direction: row-reverse;
    text-align: right;
}

.messageSec .chatBox .chatBody .messageBody.send .content h4,
.messageSec .chatBox .chatBody .messageBody.send .content span {
    text-align: right;
}

.messageSec .chatBox .chatBody .messageBody.send .content p::before {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: -6px;
    left: initial;
}

.messageSec .chatBox .chatBody::-webkit-scrollbar-track,
.messageSec .friendsRow .friends::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.messageSec .chatBox .chatBody::-webkit-scrollbar,
.messageSec .friendsRow .friends::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.messageSec .chatBox .chatBody::-webkit-scrollbar-thumb,
.messageSec .friendsRow .friends::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--primary);
}

.messageSec .chatBox .chatFoot .messageBox {
    display: flex;
    align-items: center;
    padding-inline: 2rem;
    height: 100%;
}

.messageSec .chatBox .chatFoot .messageBox textarea {
    flex: 0 1 80%;
    width: 80%;
    height: 100%;
    border: none;
    padding-block: 1rem;
    outline: none;
    border: none;
}

.messageSec .chatBox .chatFoot .messageBox .intractables {
    width: 20%;
    display: flex;
    align-items: center;
    flex: 0 1 20%;
    gap: 1rem;
    justify-content: center;
}

.messageSec .chatBox .chatFoot .messageBox .intractables .file {
    position: relative;
}

.messageSec .chatBox .chatFoot .messageBox .intractables .file input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.messageSec .chatBox .chatFoot {
    height: calc(100% - 660px);
}

.messageSec .chatBox .chatFoot .messageBox .intractables .file input img {
    cursor: pointer;
}

.messageSec .chatBox .chatFoot .messageBox .intractables .btnCont button {
    border-radius: 100%;
    border: none;
    background: var(--theme-color);
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 0.75rem;
    outline: none;
}

.messageSec .chatBox .chatBody .messageBody.send .content p {
    border-radius: 5px 0 5px 5px;
}

/* Chat Box CSS:END */


.filterRow .themeBtn {
    width: 100%;
    padding-inline: 0;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.themeBtn.active {
    background-color: var(--secondary);
}

.date > label {
    font-size: 20px;
}

.checkoutWrpass {
    margin-bottom: 2rem;
}

.checksDetaisl span input {
    background-color: var(--white);
    border: unset;
    box-shadow: 0 0 13px rgb(225 225 225 / 16%);
    width: 127px;
    height: 60px;
    border-radius: 7px;
    padding-left: 1rem;
    font-size: 15px;
    color: rgb(79 89 105 / 50%);
}

.checksDetaisl span input::placeholder {
    color: rgb(79 89 105 / 50%);
}

.checksDetaisl {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.8rem;
}

.checksDetaisl .date input {
    width: 695px;
}

.checkSect h2 {
    text-align: center;
    margin: 4rem 0 1rem 0;
}

.paymentWraps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem 0 6rem 0;
}

.paymentWraps .btn2 {
    font-size: 20px;
    padding: 24px 2.5rem;
}

.reservationBtn {
    text-align: center;
}

.reservationBtn .btn2 {
    padding: 34px 3.5rem;
    font-size: 25px;
    background: var(--primary);
}
