* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}


a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.menuList:hover {
    color: #71B24E;
}


.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 24
}

.notification .material-symbols-outlined {
    font-variation-settings:
        'FILL' 1;
    color: #71B24E;
    cursor: pointer;
}

.userinputFeald input::placeholder {
    font-size: 14px;
    color: #758a80;
    font-weight: 400;
}

.notificationHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
}

.notificationBoxOn {
    top: 120% !important;
    opacity: 1 !important;
    display: block !important;
    z-index: 99999 !important;
}

.notiVeiwall button {
    border: none;
    background-color: transparent;
    color: #71B24E;
    font-size: 14px;
    font-weight: 500;
}

.notiVeiwall {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
    padding-top: 10px;
}

.notiBtnDiv {
    display: flex;
    gap: 15px;
    align-items: center;
}

.notiCancelBtn .material-symbols-outlined {
    color: red;
}

.notificationBody li {
    list-style: none;
}

.notiCancelBtn {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;

}

.notificationBox {
    padding: 20px 20px 10px 20px;
    position: absolute;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -1;
    top: 140%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    background-color: #ffffff;
    border-radius: 20px;
    width: 375px;
}

.notiCard {
    border: 1px solid #c1c1c1;
    padding: 7px;
    border-radius: 10px;
    margin: 5px 0;
}

.notiPara {
    font-size: 14px;
    color: #727272;
}

.notiCardBody::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

.notiCardBody::-webkit-scrollbar-thumb {
    background: #71B24E;
}

.notiCardBody {
    height: 300px;
    overflow-y: auto;
    margin-top: 10px;
}

.clearBtn {
    background-color: transparent;
    color: #71B24E;
    border: none;
}

.notiTime {
    color: #8f8f8f;
    font-size: 13px;
    font-weight: 400;
}

.notiHeading {
    display: flex;
    gap: 7px;
    align-items: center;
    font-weight: 500;
}

.notiHeading .dot {
    width: 5px;
    height: 5px;
    background-color: #71B24E;
    border-radius: 50%;
}

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

.notiCount {
    background-color: red;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    cursor: pointer;
    position: relative;
    top: 11px;
    left: 8px;
    border: 1px solid #fff;
}

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


.navbarSection {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid #d5d5d5;
}


.Logo img {
    width: 130px;
    height: auto;
    border-radius: 10px;
    padding: 2px 15px 2px 5px;
    background: #000;
}


.navMenu,
.navMenu a .menuList,
.resigterDiv a {
    display: flex;
    align-items: center;
}


.navMenu {
    justify-content: center;
    gap: 20px;
}


.menuList {
    color: #3b4540;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;

}

.resigterDiv {
    display: flex;
    gap: 10px;
}

.resigterDiv button:hover {
    background-color: transparent !important;
    color: #000;
    border: 1px solid #000;
}

.form-control:focus {
    box-shadow: none !important;
}

.optBtn:hover {
    background-color: transparent;
    color: #000;
}

.optBtn {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    transition: .3s ease;

}

.noneBorder {
    border: none !important;
    border-radius: 0 30px 30px 0;
}

.userNameMobile input {
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    height: 100%;
    outline: none;
    font-weight: 400;
    color: #758a80;
    border: none;
    outline: none;
    border-radius: 0 30px 30px 0;
}

.userNameMobile {
    background-color: #fff;
    display: flex;
    gap: 10px;
    width: 95%;
    height: 50px;
    border-radius: 27px;
    align-items: center;
    padding-left: 15px;
    border: 1px solid #ececec;
    margin: 20px auto 10px;
}

.resigterDiv button .material-symbols-outlined {
    font-size: 19px;
}

.resigterDiv button {
    border-radius: 10px;
    padding: 0;
    border: 1px solid #000;
    font-size: 16px;
    transition: .3s ease;
    font-weight: 400;
    display: flex;
    min-width: 120px;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
}

.lightColor {
    background-color: #F1F3F2;
    color: #3b4540;
}

.menuList {
    transition: .3s ease;
}

.email-numberDiv {
    display: flex;
    gap: 15px;
    margin: 5px 0;
    justify-content: center;
}

.mobileNumber button:before,
.emailBtn button:before {
    width: 12px;
    height: 12px;
    content: "";
    border: .5px solid #000;
    border-radius: 50%;
    display: flex;
}


.emailBtn button:hover,
.mobileNumber button:hover {
    border: none;
}

.mobileNumber button.active:before,
.emailBtn button.active:before {
    background: #71B24E;
    border: none;
}


.emailBtn button,
.mobileNumber button {
    background-color: transparent;
    border: none;
    font-size: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 400;
    color: #3b4540;
}

.mobileNoContainer form {
    width: 100%;
}

.mobileNoContainer {
    justify-content: center;
    padding: 25px;
    border-top: 5px solid #3b4540;
    border-radius: 20px;
    height: 100%;
    background-color: #F6F6F6;
}

.displayFlex {
    display: flex;
}

.displayBlock {
    display: block;
}

.displayNone {
    display: None !important;
}

.mobileNoContainer {
    display: none;
}

.homeSection {
    background-color: #fff;
    margin-bottom: 50px;
    position: relative;
}



.promoCodeDiv span {
    font-size: 35px;
    color: #71b24e;
    font-weight: 900;
    background-color: #fff;
    padding: 0 50px;
    border-radius: 30px;
}

.promoCodeDiv {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 10px;
    width: 50%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0;
}

.homeLocation input::placeholder {
    font-size: 15px;
    color: #838383;
}

.homeLocation input {
    background-color: transparent;
    border: none;
    outline: none;
    color: #3b4540;
    margin-left: 10px;
    width: 100%;
    font-weight: 500;
    color: #7e7e7e;
    font-size: 15px;
}

.homeLocation .material-symbols-outlined {
    color: #71B24E;
    font-variation-settings:
        'FILL' 1;
}

.homeLocation {
    margin: 4px 0 10px 0;
    height: 65px;
    background-color: #ffffff;
    border: 2px #71B24E solid;
    border-radius: 35px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.homeMianImg {
    width: 100%;
    height: auto;
}


.homeSubImg img {
    width: 100%;
    height: 50%;
    object-fit: cover;
}


.homeHead {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -40px;
}


.homeInput input::placeholder {
    font-weight: 500;
    font-size: 15px;
}


.homeInput input {
    background-color: transparent;
    border: none;
    outline: none;
    color: #3b4540;
    margin-left: 10px;
    width: 100%;
}

.AppBtn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.AppBtn img {
    width: 100px;
    height: auto;
}

.AppBtn .AppQRImg {
    width: 115px;
    height: auto;
}

.AppBtn a {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    background-color: #EFEFEF;
    height: fit-content;
    padding: 20px;
    border-radius: 10px;
}

.conatctMapDiv {
    width: 345px;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
}

.conatctMapHead {
    font-size: 20px;
    font-weight: 500;
}

.conactPara {
    font-size: 15px;
    color: #939393;
}






.homeAppBtn {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: start;
}

.homeAppBtn img {
    width: 100%;
    height: auto;

}

.homeAppBtn .homeAppQRImg {
    width: 100%;
    object-fit: contain;
    height: auto;
}

.homeAppBtn a {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    width: 30%;
    background-color: #efefef;
    padding: 20px;
    border-radius: 10px;

}

.homeInput {
    width: 250px;
    height: 40px;
    background-color: #f1f3f2;
    border: 1px #758a8071 solid;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}


.mainSubTitle {
    color: #758a80;
    font-size: 16px;
    font-weight: 300;
    font-family: auto;
    line-height: normal;
}


.mainTitle {
    font-size: 41px;
    font-weight: normal;
    color: #3b4540;
    margin-top: 20px;
    text-transform: capitalize;
    line-height: 1.2;
    font-family: fantasy;
}


.homeImgContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}


.homeContainer {
    align-items: center;
    padding: 70px 0;
}

.venue-button-prev:hover .material-symbols-outlined,
.venue-button-next:hover .material-symbols-outlined {
    color: #3b4540;
}

.venue-button-prev:hover,
.venue-button-next:hover {
    background-color: transparent;
}

.venue-button-prev,
.venue-button-next {
    background-color: #71B24E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    width: 40px;
    height: 40px;
    border: 1px solid #71B24E;
    border-radius: 50%;
}

.swiperBtnDiv .material-symbols-outlined {
    color: #fff;
}

.swiperBtnDiv {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.cardRating .material-symbols-outlined {
    font-variation-settings:
        'FILL' 1;
    font-size: 18px;
    color: #F4B304;

}

.spaceBetween {
    justify-content: space-between;
    display: flex;
    align-items: end;
    margin-bottom: 7px;
}

.cardRating {
    display: flex;
    gap: 3px;
    background-color: #D2F0E0;
    border-radius: 8px;
    border: 1px solid #dddddd;
    color: #49B765;
    align-items: center;
    font-size: 14px;
    text-wrap: nowrap;
    padding: 2px 2px;
}

.papularGround {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 50px;
}


.subHeading {
    font-size: 22px;
    color: #3b4540;
    font-weight: 600;
}


.categoryHead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: end;


}


.purpleColor {
    color: #71B24E;
    font-size: 18px;
}


.categoryCard:hover .categoryImg img {
    transform: scale(105%);
}

.categoryCard {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
    margin: 10px;
    width: 280px;
    position: relative;
}

.categoryCard.heading {
    box-shadow: none;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 5px;
}

.categoryCard.heading h3 {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 0px;
    margin-top: 20px;
}

.categoryCard.gold:after {
    content: 'Gold';
    font-size: 14px;
    padding: 2px 15px;
    background: linear-gradient(90deg, rgba(246, 161, 0, 1) 0%, rgba(246, 194, 0, 1) 100%);
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
}


.categoryCard.platinum:after {
    content: 'Platinum';
    font-size: 14px;
    padding: 2px 15px;
    background: linear-gradient(90deg, rgba(93, 93, 93, 1) 0%, rgb(239 239 239) 100%);
    border-radius: 15px;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
}


.categoryCard.diamond:after {
    content: 'Diamond';
    font-size: 14px;
    padding: 2px 15px;
    background: linear-gradient(90deg, rgba(115, 193, 255, 1) 0%, rgba(0, 68, 161, 1) 100%);
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
}


.categoryCard.silver:after {
    content: 'Silver/Bronze';
    font-size: 14px;
    padding: 2px 15px;
    background: linear-gradient(90deg, rgba(116, 35, 0, 1) 0%, rgba(163, 117, 97, 1) 100%);
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
}


h3.platinum {
    background-image: linear-gradient(90deg, rgba(93, 93, 93, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: transparent !important;
    background-clip: text;
}

h3.diamond {
    background-image: linear-gradient(90deg, rgba(115, 193, 255, 1) 0%, rgba(0, 68, 161, 1) 100%);
    color: transparent !important;
    background-clip: text;
}

h3.gold {
    background-image: linear-gradient(90deg, rgba(246, 161, 0, 1) 0%, rgba(246, 194, 0, 1) 100%);
    color: transparent !important;
    background-clip: text;
}

h3 .silver {
    background-image: linear-gradient(90deg, rgb(143 143 143) 0%, rgb(28 28 28) 100%);
    color: transparent !important;
    background-clip: text;
}

h3 .bronze {
    background-image: linear-gradient(90deg, rgba(116, 35, 0, 1) 0%, rgba(163, 117, 97, 1) 100%);
    color: transparent !important;
    background-clip: text;
}


.categoryImg {
    overflow: hidden;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
}


.categoryImg img {
    width: 100%;
    height: 140px;
    transition: .3s ease;
    object-fit: cover;
    border-radius: 10px;
}

.para {
    color: #758a80;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.cardRate greenColorBg .material-symbols-outlined {
    font-variation-settings:
        'FILL' 1;
    font-size: 20px;
    color: #f6d017;
}

.redColorBg {
    background-color: red;
    color: #fff;
}

.greenColorBg {
    background-color: #47B562;
    color: #fff;
}

.cardRate {
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    gap: 4px;
    width: 95px;
    text-align: center;
    justify-content: center;
    padding: 0 10px;
}


.swiper-wrapper {
    align-items: center;
}

.heroBanner img {
    width: 100%;
    height: 550px;
    border: 1px solid #bfbfbf;
    object-fit: cover;
}


.heroBannerSection {
    margin-top: 70px;
}


.heroBannerBtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


.heroBannerBtn a:hover {
    background-color: transparent;
    color: #000;
}


.heroBannerBtn a {
    padding: 10px 40px;
    background-color: #71B24E;
    transition: .3s ease;
    border: 1px solid #71B24E;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.stortSection {
    padding: 50px 0;
    background: linear-gradient(90deg, rgba(230, 250, 239, 1) 65%, rgba(255, 255, 255, 1) 100%);
}


.cardOverlay {
    position: relative;
    margin-top: -101px;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
    height: 100px;
    display: flex;
    align-items: end;
    padding: 0 0 15px 15px;
}


.sportCardImg img:hover {
    transform: scale(105%);


}


.sportCardImg {
    width: 230px;
    height: 265px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #dddddd;
    background-color: #fff;


}


.sportCardImg img {
    cursor: pointer;
    transition: .3s ease;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.swiper-pagination {
    margin-top: 10px;
    position: relative !important;
    margin-bottom: 15px;
}


.swiper-pagination-bullet {
    background-color: #ccc;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    border-radius: 50%;
    opacity: 0.7;
}


.swiper-pagination-bullet-active {
    background-color: #71B24E !important;
    opacity: 1;
    transition: all .3s ease;
    border-radius: 5px;
    width: 30px !important;
    border-radius: 5px !important;
}

.needHelpSection {
    position: fixed;
    bottom: -359px;
    transition: .5s ease;
    right: 1%;
    z-index: 99999;
}

.needHelpInputContainer textarea {
    width: 100%;
    height: 70px;
    background-color: #fff;
    border: 1px solid #71B24E63;
    border-radius: 5px;
    color: #3b4540;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    padding-top: 10px;
    padding-left: 15px;
}

.needHelpInputContainer textarea::placeholder {
    font-weight: 400;
    color: #ADB3BD;
}

.needHelpInputContainer input::placeholder {
    font-weight: 400;
    color: #ADB3BD;
}

.needHelpInputContainer input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #71B24E63;
    border-radius: 5px;
    color: #3b4540;
    font-size: 15px;
    outline: none;
    font-weight: 400;

}

.needHelpInputContainer form button:hover {
    color: #3b4540;
    background-color: transparent;
}

.needHelpInputContainer form button {
    width: 100%;
    padding: 7px 0;
    background-color: #71B24E;
    border: 1px solid #71B24E;
    transition: .3s ease;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}

.needHelpInputContainer form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
    margin-top: 20px;
}

.needHelpEnd {
    bottom: 0%;
    right: 1%;
    transition: .5s ease;
    position: fixed;
    z-index: 99999;
}

.rotate45 {
    transform: rotate(45deg);
}

.needHelpHead button {
    width: 100%;
    text-align: left;
    transition: .3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #71B24E;
    border-radius: 4px;
    background-color: #71B24E;
    color: #fff;
    padding: 7px 15px;
}

.needHelpContainer {
    width: 300px;
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #71B24E;
}

.footerSection footer {
    display: flex;
}

.copyright {
    background-color: #758a80;
    color: #000;
    text-align: center;
    width: 100%;
}

.footerMenu {
    display: flex;
    justify-content: space-evenly;
}

.footerSection {
    background-color: #E6FAEF;
    border-radius: 20px 20px 0 0;
    background-image: url('https://developmentalphawizz.com/custom-image/bg-sport.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.footerImg img {
    width: 150px;
    height: auto;
}


.mediaIcon .icon:hover {
    transform: translateY(-10px);


}


.mediaIcon .icon {
    background-color: #71B24E;
    width: 40px;
    display: flex;
    justify-content: center;
    transition: .3s ease;
    align-items: center;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
}


.mediaIcon .icon img {
    width: 25px;
    height: auto;
}


.marginTop {
    margin-top: 15px;
}


.footerList {
    margin: 5px 0;
}


.footerList a:hover {
    color: #71B24E;
}

.footerOverlay {
    background: #fffffff2;
    border-top: 1px solid #f3f3f3;
    padding: 75px 0 10px 0;
}

.footerList a {
    font-size: 16px;
    transition: .3s eases;
    font-weight: 600;
    text-transform: none;
    display: flex;
    color: #000;
    padding: 6px 0;
}


.mediaIcon {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}


.paddingRight {
    padding-right: 40px;
}

.getTheAppPage {
    background-blend-mode: overlay, normal, normal;
    height: 400px;
    border-radius: 30px;
    padding: 40px 90px 0 70px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}


.getTheAppHeading {
    font-weight: 600;
    color: #000;
    font-size: 50px;
    line-height: 1;
}

.getTheAppSubHeading {
    font-size: 14px;
    font-weight: 500;
    text-align: start;
    color: #000;
}

.getTheAppHead {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.MobileImg {
    display: flex;
    align-items: start;
}


.MobileImg img {
    width: auto;
    height: 300px;
    object-fit: contain;
}


.qrDiv:hover .qrImg img {
    transform: scale(105%);
}


.qrDiv {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    gap: 15px;


}




.qrImg img {
    width: 80px;
    height: auto;
    transition: .3s ease;
}


.qrText {
    font-size: 13px;
    font-weight: 600;
    color: #3b4540;
}


.getAppSection {
    margin: 70px 0;
}

.aboutOverlay {
    background-color: #00000096;
    display: flex;
    align-items: center;
    height: 500px;
}


.aboutSection {
    background-image: url(https://developmentalphawizz.com/custom-image/aboutBg-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;


}


.mainTitle span {
    color: #71B24E;
}


.popularGroundSection {
    margin: 70px 0;
}

.appBtn {
    display: flex;
    gap: 20px;
}

.appBtn a img {
    width: 200px;
    height: auto;
}

.messageBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    width: 600px;
}

.contactSection {
    background-image: url('https://developmentalphawizz.com/custom-image/contactBg.jfif ');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inputFealdTextarea textarea {
    background-color: transparent;
    border: none;
    outline: none;
    color: #3b4540;
    width: 100%;
    height: 100px;
    padding: 0 10px;

}

.inputFeald input {
    background-color: transparent;
    border: none;
    outline: none;
    color: #3b4540;
    margin-left: 10px;
    width: 100%;
}

.inputFealdTextarea {
    width: 100%;
    background-color: #f1f3f2;
    border: 1px #758a8071 solid;
    border-radius: 15px;
    display: flex;
    align-items: start;
    padding: 10px 19px;
    margin: 15px 0;

}

.inputFeald {
    width: 100%;
    height: 40px;
    background-color: #f1f3f2;
    border: 1px #758a8071 solid;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 19px;
    margin: 15px 0;
}

.contactBox {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.marginDiv {
    margin: 0 auto;
}

.contactBtn {
    width: 100%;
}

.contactBtn a:hover {
    background-color: transparent;
    color: #3b4540;
}

.contactBtn a {
    align-items: center;
    width: 100%;
    height: 45px;
    color: #fff;
    border: 1px solid #71B24E;
    transition: .3s ease;
    background-color: #71B24E;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
}

.addressBox {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contactInfo .infoText {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 400px;
}

.contactInfo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.infoIcon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marginTop40 {
    margin-top: 40px;
}

.contactOverlay {
    background-color: #0000008b;
    padding: 50px 0 70px 0;
}

.modal-header {
    padding: 0 !important;
}

.registerBtnTab {
    gap: 20px;
    justify-content: center;
    height: auto;
    border: none;
    border-radius: 20px 20px 0 0;
    align-items: end;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}

.modal-content {
    border-radius: 10px;
}

.addAmountplateCard {
    padding: 20px;
}

.registerBtnTab button:hover {
    background-color: #000;
    color: #000000;
}

.registerBtnTab button {
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
    padding: 7px 35px;
    transition: .3s ease;
    font-size: 17px;
}

.userinputFeald input::placeholder {
    font-size: 14px;
    color: #758a80;
    font-weight: 400;
}

.userinputFeald input {
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    height: 100%;
    font-weight: 400;
    color: #758a80;
    border: none;
    outline: none;
    border-radius: 0 30px 30px 0;
}

.userinputFeald .material-symbols-outlined {
    cursor: pointer;
    font-size: 22px;
    color: #000;
    font-variation-settings:
        'FILL' 1;
}

.userinputFeald {
    background-color: #fff;
    display: flex;
    gap: 10px;
    width: 95%;
    height: 50px;
    border-radius: 27px;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #ececec;
    margin: 0 auto 10px;
}

.loginSignTab {
    width: 60%;
}

.signLoginForm {
    padding: 25px 25px 0 25px;
    border-top: 5px solid #3b4540;
    border-radius: 20px;
    height: 100%;
    background-color: #F6F6F6;
}

.loginBtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.loginBtn a:hover {
    background-color: transparent;
    color: #3b4540;
}

.loginBtn a {
    background-color: #71B24E;
    border-radius: 36px;
    padding: 9px 25px;
    transition: .3s ease;
    border: 1px solid #71B24E;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 170px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.forgetPassword a {
    font-size: 14px;
}

.forgetPassword {
    display: flex;
    justify-content: end;
    width: 90%;
    margin: 0 auto;
}

.loginTabLogo img {
    width: 150px;
    height: auto;
}

@media only screen and (max-width: 1400px) {
    .categoryCard {
        margin: 5px;
        width: calc(25% - 10px);
    }

    .messageBox {
        width: 545px;
    }
}

.aboutContainer {
    margin: 70px 0;
}


.marginTop {
    margin-top: 15px;
}

.aboutUsText {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    height: 100%;
}

.aboutSectionBg {
    background-image: url('https://developmentalphawizz.com/custom-image/playPaboutBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 360px;
}

.aboutUsOverlay {
    background-color: #000000a4;
    height: 100%;
}

.aboutOverlay {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.aboutTeamText {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutTeamImg {
    display: flex;
    justify-content: end;
    align-items: center;
}

.aboutTeamImg img {
    width: 450px;
    height: auto;
}

.aboutBtnDiv {
    display: flex;
    gap: 25px;
}

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

.lightColorBg {
    background-color: transparent;
    color: #3b4540;
}

.aboutBtnDiv a .lightColorBg:hover {
    background-color: #71B24E;
    color: #fff;
}

.aboutBtnDiv a .purpleColorBg:hover {
    background-color: transparent;
    color: #3b4540;
}

.aboutBtnDiv a .aboutBtn {
    padding: 10px 25px;
    transition: .3s ease;
    border-radius: 10px;
    border: 1px solid #71B24E;
    font-size: 15px;
    font-weight: 400;
}

.aboutTextContainer {
    border-radius: 30px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 40px;
}

.aboutTeamSection {
    margin-top: 80px;
}

.messageBox {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
    width: 600px;
}

.contactSection {
    background-image: url('https://developmentalphawizz.com/custom-image/contactBg.jfif ');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inputFealdTextarea textarea {
    background-color: transparent;
    border: none;
    outline: none;
    color: #3b4540;
    width: 100%;
    height: 225px;
    padding: 0 10px;

}

.inputFeald input {
    background-color: transparent;
    border: none;
    outline: none;
    color: #3b4540;
    margin-left: 10px;
    padding: 0;
    width: 100%;
}

.inputFealdTextarea {
    width: 100%;
    background-color: #f1f3f2;
    border: 1px #758a8071 solid;
    border-radius: 15px;
    display: flex;
    align-items: start;
    padding: 10px 19px;
    margin: 15px 0;

}

.inputFeald {
    width: 100%;
    height: 45px;
    background-color: #f1f3f2;
    border: 1px #758a8071 solid;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 19px;
    margin: 15px 0;
}

.contactBox {
    display: flex;
}

.marginDiv {
    margin: 0 auto;
}

.aboutParaContact {
    background-color: #fff;
    color: #EE4F4B !important;
    font-weight: 500;
    font-size: 19px;
    border-radius: 15px;
}

.contactBtn {
    width: 100%;
}

.contactBtn a:hover {
    background-color: transparent;
    color: #3b4540;
}

.contactBtn input:hover {
    background-color: transparent;
    color: #3b4540;
}

.contactBtn input {
    align-items: center;
    width: 100%;
    height: 45px;
    color: #fff;
    border: 1px solid #71B24E;
    transition: .3s ease;
    background-color: #71B24E;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
}

.contactBtn a {
    align-items: center;
    width: 100%;
    height: 45px;
    color: #fff;
    border: 1px solid #71B24E;
    transition: .3s ease;
    background-color: #71B24E;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    text-align: center;
}

.addressBox {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contactInfo .infoText {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 400px;
}

.contactInfo {
    display: flex;
    gap: 10px;
    align-items: center;
}

.infoIcon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marginTop40 {
    margin-top: 40px;
}

.contactOverlay {
    background-color: #0000008b;
    padding: 50px 0 70px 0;
}

.infoIcon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mediaIcon {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}



.mediaIcon .icon {
    background-color: #71B24E;
    width: 40px;
    display: flex;
    justify-content: center;
    transition: .3s ease;
    align-items: center;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
}

.mediaIcon .icon img {
    width: 25px;
    height: auto;
}

@media only screen and (max-width: 1400px) {
    .messageBox {
        width: 545px;
    }
}


.faqMainTitle span {
    color: #71B24E;
}

.faqMainTitle {
    font-size: 55px;
    font-weight: 800;
    color: #000;
    margin-top: 50px;
    line-height: 1;
    text-align: center;
}

.faqPara {
    margin: 20px auto;
    text-align: center;
}

.alignDiv {
    justify-content: center;
    gap: 20px;
}

.faqContainer {
    margin-top: 40px;
}


.dropdown-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 auto;
}

.dropdown__title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.dropdown {
    padding: 15px 20px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    background-color: #ffffff;
}

.dropdown__content {
    max-height: 0;
    transition: 200ms;

    overflow: hidden;
    padding: 0 1rem;
}

.dropdown__title::before {
    content: "+";
    display: inline-block;
    margin-right: 0.5em;
    width: 1em;
}

.dropdown.active .dropdown__content {
    max-height: 100vh;
    padding: 1rem;
    transition: 400ms;
}

.dropdown.active .dropdown__title::before {
    content: "-";
}

.termHeadingDiv {
    background-image: url('https://developmentalphawizz.com/custom-image/playPaboutBg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.termsOverlay {
    background-color: #00000098;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.termsPage {
    background-color: #f1f3f2;
    padding: 50px 50px 75px 50px;
    display: flex;
    justify-content: center;
}

.termsHeading span {
    color: #71B24E;
}

.termsHeading {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}

.termsSubPara {
    color: #BFBFBF;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
}

.termsContent {
    margin-top: 30px;
}

.termsSubHeading .lineDiv {
    width: 50px;
    height: 3px;
    background-color: #71B24E;
}

.termsSubHeading {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    align-items: center;
    display: flex;
    gap: 10px;
}

.termPointContainer:first-child {
    margin-top: 0;
}

.termPointContainer {
    margin-top: 25px;
}

.termsPoint {
    margin-top: 5px;
    color: #646464;
}

.termHeadingDiv {
    background-image: url('https://developmentalphawizz.com/custom-image/playPaboutBg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.termsOverlay {
    background-color: #00000098;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.termsPage {
    background-color: #f1f3f2;
    padding: 50px 50px 75px 50px;
    display: flex;
    justify-content: center;
}

.termsHeading span {
    color: #71B24E;
}

.termsHeading {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1;

}

.termsSubPara {
    color: #BFBFBF;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 400;
}

.termsContent {
    margin-top: 30px;
}

.termsSubHeading .PrivecylineDiv {
    width: 74%;
    height: 1px;
    background-color: #71B24E;
}

.termsSubHeading {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    align-items: center;
    display: flex;
    gap: 15px;
}

.termPointContainer:first-child {
    margin-top: 0;
}

.termPointContainer {
    margin-top: 25px;
}

.termsPoint {
    margin-top: 5px;
    color: #646464;
}

.bookingSection {
    padding: 20px 0;
    margin-top: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.bookingTitle {
    font-size: 24px;
    color: #3b4540;
    font-weight: 600;
}

.bookingInputFeald input {
    background-color: transparent;
    border: none;
    outline: none;
    color: #3b4540;
    margin-left: 10px;
    width: 100%;
}

.bookingInputFeald {
    border-radius: 15px;
    display: flex;
    align-items: baseline;
    padding: 0 10px;
}

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

.bookingTabNavbar {
    gap: 35px;
    margin-top: 15px;
    width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
    padding-bottom: 15px;
}

.bookingTabNavbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #aaa;
}

.bookingTabNavbar::-webkit-scrollbar-thumb {
    background: #71B24E;
}

.nav-pills .nav-link.active {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}

.bookingTabList {
    padding: 10px 0;
    color: #3b4540;
}

.cardText {
    width: 100%;
}

.cardHead {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding: 0 12px 20px 12px;
    align-items: center;
}

.miniHeading {
    font-size: 15px;
    font-weight: 600;
    color: #00b562;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: capitalize;
    margin: 0;
    justify-content: space-between;
    display: flex;
    align-items: start;
}

.distance {
    font-size: 14px;
    color: #F4B304;
    font-weight: 500;
}

.para {
    color: #758a80;
    font-size: 14px;
    font-weight: 500;
}


.redColorBg {
    background-color: red;
    color: #fff;
}

.greenColorBg {
    background-color: #71B24E;
    color: #fff;
}

.cancelRequestBtn {
    background-color: red !important;
    transition: .3s ease;
    border: 1px solid red !important;
}

.cancelRequestBtn:hover {
    background-color: transparent !important;
    color: #000;
}


.cardRate {
    height: 35px;
    width: 125px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-wrap: nowrap;
    justify-content: center;
    font-weight: 500;
    gap: 4px;
}

.cardRate .material-symbols-outlined {
    font-variation-settings: 'FILL' 1;
    font-size: 20px;
    color: #f6d017;
}

.bookingBtnDiv {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.bookingCardImg {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.bookingCardImg img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 100%;
    transition: .3s ease;
    object-fit: cover;
}

.bookingCard:hover .bookingCardImg img {
    transform: scale(105%);
}

.bookingCard {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    width: 360px;
    padding: 0;
    cursor: pointer;
    border-radius: 10px;
    margin: 10px;
}

.cardUserDetail {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
}

.cardName {
    font-size: 16px;
    color: #3b4540;
    font-weight: 500;

}

.cardPrice {
    font-size: 16px;
    font-weight: 400;
    color: #3b4540;
}

.dateTime .date {
    font-size: 14px;
    font-weight: 400;
    color: #5D7699;
    text-align: end;
}


.bookingDetailSare {
    width: 23%;
}

.bookingDetailSare button:hover {
    background-color: #00b562;
    color: #fff;
}

.bookingDetailSare button {
    background-color: transparent;
    transition: .3s ease;
    border-radius: 10px;
    transition: .3s all ease;
    width: 100%;
    height: 45px;
    border: 1px solid #47b562;
    font-size: 16px;
    font-weight: 400;
    color: #3b4540;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.retaingReviewContainer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
}

.retingDiv .material-symbols-outlined {
    font-variation-settings:
        'FILL' 1;
    color: #F4B304;
}

.retingDiv {
    display: flex;
    gap: 3px;
    align-items: end;
    font-size: 15px;
    font-weight: 700;
}

.peoleRated {
    font-size: 15px;
    font-weight: 500;
}

.viewComment {
    color: #66c98e;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.slotDiv .slot {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 12px 10px;
    justify-content: center;
    font-size: 14px;
    align-items: start;
    margin-top: 7px;
    background-color: #f6f5ff;
    cursor: pointer;
    width: 49%;
    display: flex;
    flex-direction: column;
}

.yellow-bg {
    background-color: #ffe600 !important;
}

.alignDiv {
    justify-content: end;
    gap: 5px;
}

.addToCartBtnDiv {
    width: 100%;
}

.addToCartBtnDiv .addToCartBtn:hover {
    background-color: transparent;
    color: #3b4540;
}

.addToCartBtnDiv .addToCartBtn {
    background-color: #71B24E;
    margin-top: 5px;
    border-radius: 15px;
    transition: .3s ease;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    color: #fff;
    border: 1px solid #71B24E;
    padding: 8px;

}

.cartPlateFeald {
    display: flex;
    margin-top: 20px;
}

.cartGameName .material-symbols-outlined {
    font-variation-settings: 'wght' 400 !important;
}

.cartGameName {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    flex-wrap: wrap;
}

.addToCartContainer {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 15px 20px;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
    min-height: 465px;
    margin-top: 10px;
}

.cartTitle {
    font-size: 20px;
    font-weight: 500;
}

.ProceedBtn button:hover {
    background-color: transparent;
    color: #3b4540;
}

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

.ProceedBtn button {
    padding: 8px 25px;
    transition: .3s ease;
    background-color: #47B562;
    color: #fff;
    border: 1px solid #47B562;
    transition: .3s ease;
    border-radius: 10px;
    font-size: 15px;
}

.cartGameName input {
    width: 150px;
    background-color: #f1f3f2;
    border: solid 1px #758a8071;
    height: 35px;
    padding: 0 10px;
    outline: none;
}

.ProceedBtn {
    margin-top: 10px;
}

.agreeTerms {
    margin-top: 25px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cartGameName .apply-promo:hover {
    background-color: transparent;
    color: #3b4540;
}

.cartGameName .apply-promo {
    padding: 7px 15px;
    background-color: #71B24E;
    border-radius: 10px;
    color: #fff;
    transition: .3s ease;
    border: 1px solid #71B24E;
    font-size: 14px;
    font-weight: 400;
}

.timeDate:first-child {
    margin-top: 0;
}



.bookingDetailSection {
    margin-top: 50px;
}

.timeDate {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 15px 20px;
    margin-top: 10px;
    background-color: #fff;
}

.bookingDetailBtn {
    width: 75%;
}

.bookingDetailBtn button:hover {
    background-color: transparent;
    color: #3b4540;
}

.groundDiscription {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #575757;
}

.discription {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}



.bookNowProcess {
    max-width: 1000px;
    background-color: #fff;
    margin: 25px auto;
    border-radius: 20px;
}

.bookNowContainer {
    padding: 20px 20px 0 20px;
}

.modalPadding {
    padding-bottom: 20px;
}


.addressIframe {
    height: 375px;
    width: 100%;
}


.bookingProcessSection {
    background-image: url('https://developmentalphawizz.com/custom-image/bg-sport.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bookingOverlay {
    background-color: #ffffffcc;
    padding: 50px 0;
}

.bookingProcessImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;

}


.facilityList .material-symbols-outlined {
    color: #47B562;
    margin-right: 5px;
}

.bookingProcessImg {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
}

.bookingContent {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 15px 20px 30px 20px;
    background-color: #fff;
    margin-top: 10px;

}

.groundDiscription {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 15px 20px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #575757;
}

.bookingInputName {
    font-weight: 400;
    font-size: 18px;
}

.bookingInputFeald {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: column;
}

.slot input {
    width: 30px;
}

.bookingInput select option {
    display: flex;
    gap: 10px;
}

.bookingInput input {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 8px 20px;
}

.bookingInput select {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 8px 20px;
    width: 100%;
}

.groundName {
    font-size: 18px;
    font-weight: 600;
    color: #3b4540;
    text-transform: capitalize;
}

.groundAddress {
    font-size: 15px;
    font-weight: 400;
    color: #919191;
}

.underLine {
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
}

.bookingContentDetail {
    margin-top: 25px;
}

.discription {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.bookingInput {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    font-size: 15px;
    width: 100%;
}

.marginTop30 {
    margin-top: 30px;
}

.disableColorBg {
    background-color: #f1f3f2;
    color: #818181;
}

.star-rating {
    direction: rtl;
    display: flex;
    justify-content: flex-start;
}

.star {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}

.star-rating input:checked~.star {
    color: gold;
}

.star-rating input {
    display: none;
}


.bookingDetailSection {
    margin: 50px 0;
}


.bookingDetailBtn {
    width: 100%;
}

.bookingDetailBtn button:hover {
    background-color: transparent;
    color: #3b4540;
}

.bookingDetailBtn button {
    background-color: #71B24E;
    border-radius: 10px;
    transition: .3s all ease;
    width: 100%;
    height: 45px;
    border: 1px solid #71B24E;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.bookingDetailsImg {
    height: 400px;
    border-radius: 10px;
    padding: 0;
}

.bookingDetailsImg img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    object-fit: cover;
    background-position: center;
}

.bookingDetailContent {
    margin-top: 20px;
}

.bookingSubHead {
    font-weight: 500;
    font-size: 18px;
}

.marginTop15 {
    margin-top: 15px;
}

.bookingsubPara {
    font-size: 15px;
    font-weight: 400;
    color: #505050;
}

.facilityContainer {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 15px 20px;
    margin-top: 10px;
    background-color: #f9fcff;
}

.facilityList {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    gap: 10px;
}

.bookingDetailpara {
    font-size: 16px;
    color: #838383;
    font-weight: 400;
}

.groundDiscription {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #575757;
}

.discription {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.complaintTitle {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.notificationContainer {
    width: 100%;
    padding: 20px 50px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    min-height: 505px;
}

.notificationBody {
    margin-top: 20px;
    height: 380px;
    overflow-y: auto;
}


.userAdminSection {
    background-image: url('https://developmentalphawizz.com/custom-image/bg-sport.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.userOverlay {
    background-color: #ffffffcc;
}

.flexCenter {
    display: flex;
    padding-top: 70px;
    gap: 20px;
    justify-content: center;
    padding-bottom: 50px;
}

.userProfile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    border: 1px solid #ebf1f4;
    gap: 20px;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
}

.userProfileImg img {
    width: 100%;
    transition: .3s ease;
    height: 100%;
    object-fit: cover;
}

.userProfileImg:hover .userProfileImg img {
    transform: scale(105%);
}

.userContainer .line {
    width: 200px;
    height: 1px;
    background-color: #ebf1f4;
}

.userContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.userProfileImg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    border: 1px solid #989898;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.userProfileForm {
    width: 100%;
    margin-top: 25px;
}

.alighDiv {
    justify-content: center;
}

.userProfileInputFeald {
    margin-top: 25px;
}

.userProfileInputFeald input {
    width: 90%;
    height: 40px;
    padding-left: 15px;
    background-color: #fafafa;
    margin-top: 7px;
    border-radius: 15px;
    color: #7b8e84;
    outline: none;
    border: 1px solid #989898;
}

.userProfileInputFeald input::placeholder {
    font-size: 14px;
    color: #ababab;
}

.userInputName {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
}

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

.adminWallet span {
    margin-right: 7px;
    align-items: center;
    display: flex;
}

.userHeadtext {
    margin-top: 10px;
}

.adminName {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.adminWallet {
    display: flex;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
}

.userProfileBtn button {
    padding: 10px 30px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 500;
}

.BtnTransparent:hover {
    background-color: #00b562;
    color: #fff;
}

.BtnTransparent {
    background-color: transparent;
    color: #000;
    border: 1px solid #989898;
    transition: .3s ease;
}

.BtnGreenColor:hover {
    background-color: transparent;
    color: #000;
}

.BtnGreenColor {
    background-color: #71b24e;
    border: 1px solid #71b24e;
    color: #fff;
    transition: .3s ease;
}

.userProfileBtn {
    display: flex;
    margin-top: 30px;
    gap: 20px;
    justify-content: center;
}


.userPannelDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ebf1f4;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: sticky;
    padding: 50px 0;
    top: 20px;
}

.Bottomline {
    width: 100%;
    height: 1px;
    background-color: #ebf1f4;
    margin-top: 10px;
}


.adminPlateList {
    margin-top: 20px;
    width: 100%;
}

.myWalletSection {
    background-image: url('https://developmentalphawizz.com/custom-image/bg-sport.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

.myWalletContainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    border: 1px solid #ebf1f4;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    margin-bottom: 100px;
}

.walletOverlay {
    background-color: #ffffff91;
    background-attachment: fixed;
}

.walletHeading {
    font-size: 25px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.walletRupee {
    font-size: 26px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.addAmountBtnDiv {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.addAmountBtnDiv .addAmountBtn:hover {
    background-color: transparent;
    color: #48454e;
}

.addAmountBtnDiv .addAmountBtn {
    padding: 8px 45px;
    border-radius: 15px;
    border: 1px solid #71B24E;
    color: #fff;
    background-color: #71B24E;
    transition: .3s ease;
    font-size: 16px;
    font-weight: 500;
}

.myWalletDiv {
    display: flex;
}

.transectionContainer {
    margin-top: 50px;
}

.transectionTitle {
    font-size: 20px;
    font-weight: 500;
}

.transectionCard {
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: space-between;
}

.transfferIcon {
    background-color: #5acaef;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
}

.transfferDate,
.transfferTime {
    font-size: 14px;
    font-weight: 400;
    color: #48454e;
}

.transfferId {
    font-size: 15px;
    font-weight: 500;
}

.transfferIcon .material-symbols-outlined {
    font-size: 30px;
    color: #fff;
}

.transfferDateTime {
    display: flex;
    gap: 10px;
}

.creditColor {
    color: #4cb050;
}

.debitColor {
    color: red;
}

.transfferComment {
    font-size: 15px;
    font-weight: 500;
}

.transfferText {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.transfferDetails {
    width: 80%;
}

.transfferAmount .pluse {
    margin-right: 5px;
}

.transfferAmount {
    font-size: 18px;
    font-weight: 600;
}

.balanceHead {
    display: flex;
    justify-content: unset;
    gap: 15px;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
}

.addBalance {
    margin-top: 20px;
}

.addBalance input {
    width: 235px;
    outline: none;
    height: 35px;
    background-color: #F1F3F2;
    border: 1px solid #758a8071;
    border-radius: 10px;
    padding-left: 15px;
    font-size: 16px;
}

.addBalanceBtn {
    margin-top: 15px;
}

.addBalanceBtn button:hover {
    background-color: transparent;
    color: #48454e;
}

.addBalanceBtn button {
    background-color: #71B24E;
    padding: 8px 65px;
    border-radius: 10px;
    transition: .3s ease;
    border: 1px solid #71B24E;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.balanceContainer {
    margin-bottom: 20px;
}

.adminPlateList button:hover {
    background-color: #71B24E;
    color: #fff;
    border-top: #fff solid 1px;
    border-bottom: #fff solid 1px;
}

.adminPlateList button {
    color: #3b4540;
    transition: .3s ease all;
    border-top: 1px solid transparent;
    border-radius: 0;
    text-align: start;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0 !important;
    font-weight: 500;
    border-bottom: 1px solid #e3e3e3;
}

.gallerySubImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;

}


.gallerySubImg4 img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    border-radius: 5px;
}

.gallerySubImg {
    width: 100%;
    height: 100%;
}

.gallerySubImg2 img {
    width: 100%;
    height: 100%;
    transition: .3s ease;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;

}

.galleryImg {
    height: 340px;
    width: fit-content;
    margin: 5px;
    display: flex;
    padding: 0;
}

.galleryContainer img {
    cursor: pointer;
    border-radius: 5px;
}

.galleryContainer {
    margin-top: 50px;
}

.marginTop30 {
    margin-top: 30px;
}

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

.reviewContainer .addreviwTitle {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.reviewSection {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    margin-top: 10px;
    color: #575757;
}

.textAreaFeald textarea {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background-color: #f1f3f2;
    outline: none;
    padding: 15px;

}

.textAreaFeald button:hover {
    background-color: transparent;
    color: #000;
}

.textAreaFeald button {
    border: 1px solid #71B24E;
    background-color: #71B24E;
    transition: .3s ease;
    padding: 7px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 200px;
    margin: 10px auto;
    border-radius: 10px;
}

.textAreaFeald {
    flex-direction: column;
    display: flex;

}

.modal-header {
    border-bottom: none;
}

.viewCommentModal {
    border-radius: 10px;
    padding: 20px;
    height: 400px;
    overflow: auto;
}

.commentBox {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 5px;
    margin-top: 8px;
    display: flex;
    gap: 8px;
}

.commentImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commentImg {
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.commentText {
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 500;
    width: 100%;
}

.viewCommentModal::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

.viewCommentModal::-webkit-scrollbar-thumb {
    background: #71B24E;
}

.dropdown-toggle:after {
    display: none;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.commentUser {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 7px;
    padding: 0 3px;
}

.commentDate {
    font-size: 13px;
    color: #7f7f7f;
    font-weight: 500;
}

.commentUser {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
}

.discount {
    color: #47b562;
    font-weight: bold;
}

.cancel-booking:hover {
    background-color: transparent !important;
}

.cancel-booking {
    background-color: red !important;
    border: 1px solid red !important;
}

.galleryImg2 {
    flex-wrap: wrap;
    height: 340px;
    display: flex;
}

.imgContainer1 img {
    height: 370px;
    width: 100%;
}

.imgContainer2 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#search-results.hidden {
    opacity: 0;
}

#search-results {
    border: 1px solid #efefef;
    max-height: 100px;
    overflow-y: auto;
    position: absolute;
    background: white;
    z-index: 1000;
    right: 20.5%;
    top: 85%;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

#search-results div h5 {
    font-size: 14px;
    margin: 0px;
}


#search-results::-webkit-scrollbar {
    width: 2px;
}

#search-results::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

#search-results::-webkit-scrollbar-thumb {
    background: #bb62a5;
    border-radius: 10px;
}

#search-results::-webkit-scrollbar-thumb:hover {
    background: #efefef;
}


#search-results {
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    min-width: 260px;
    background: white;
    z-index: 1000;
}

.hamburgerIcon button .material-symbols-outlined {
    font-size: 45px;
    color: #71B24E;
}

.hamburgerIcon button {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburgerBar {
    padding: 25px 0;
    border-radius: 10px;
    width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #f1f1f1;
}

.hamburgerLine {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    display: flex;
    justify-content: center;
}

.hamburgerContainer {
    position: absolute;
    margin-top: 75px;
    display: none;
    right: 0;
    z-index: 100;
}

.hamburgerList:hover {
    background-color: #71B24E;
    color: #fff;
}

.hamburgerList {
    padding: 10px 20px;
    transition: .3s ease;
    border-radius: 10px;
    font-size: 16px;
    transition: .3s ease;
    border-bottom: 1px solid #71B24E;
    border-radius: 0 !important;
}

.sideBarAdmin button {
    border: 1px solid #71B24E;
    border-radius: 5px;
    padding: 8px 30px;
    color: #fff;
    font-size: 14px;
    background-color: #71B24E;
}

.sideBarAdmin {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
    flex-direction: column;
    gap: 5px;
}

.displayFlex {
    display: flex;
}

.sideBarFooter h5 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.sideBarFooter {
    margin: 20px;
}

.hamburgerUserIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hamburgerUserIcon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #818181;
}

.hamburgerUserDiv {
    display: flex;
    justify-content;
    center;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.hamburgerUserName {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.enquiryContent form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.enquiryDialog {
    max-width: 750px;
}

.enquryInputFeald .material-symbols-outlined {
    color: #959595;
}

.enquryInputFeald {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding: 0 5px;
    height: 40px;
    display: flex;
    width: 100%;
    gap: 5px;
    background-color: #faebd73b;
    align-items: center;
}

.enquiryHeader button {
    color: #fff;
}

.enquiryHeader h1 {
    color: #fff;
}

.enquiryHeader {
    border-bottom: none;
    padding: 25px !important;
    background: #71b24e;
}

.subminBtn button:hover {
    background-color: transparent;
    color: #000;
}

.subminBtn button {
    background-color: #71B24E;
    color: #fff;
    border: 1px solid #71B24E;
    transition: .3s ease all;
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 35px;
    font-weight: 500;
}

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

.inputWrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.enquryInputFeald input {
    border: none;
    outline: none;
    height: 100%;
    font-size: 14px;
    background-color: transparent;
    width: 100%;
}

.enquiryBody {
    padding: 25px;
    margin-top: 15px;
}

.searchResultDiv div h5 a:hover {
    background-color: #71B24E;
    color: #fff;
}

.searchResultDiv div h5 a {
    width: 100%;
    padding: 10px;
    transition: .3s ease all;
    display: flex;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    font-weight: 500;
}

.blogCardContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    gap: 25px;

}

.blogInnerCard p {
    padding: 10px;
    font-size: 15px;
    color: #898989;
}

.blogInnerCard h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    margin-top: 5px;
    padding: 10px 0 0 10px;
}

.blogInnerCard img {
    width: 100%;
    object-fit: cover;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
}

.blogInnerCard {
    width: 100%;
}

.blogCard p {
    padding: 10px;
    font-size: 15px;
    color: #898989;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    max-height: 102px;
}

.blogCard h3 {
    font-size: 20px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    color: #000;
    margin-top: 5px;
    padding: 10px 0 0 10px;
}

.blogCard:hover {
    transform: scale(105%);
}

.blogCard {
    border: 1px solid #ADB3BD;
    cursor: pointer;
    transition: .3s ease all;
    border-radius: 10px;
    width: calc(33.33% - 20px);
    overflow: hidden;
}

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

.sideBarPanal {
    max-width: 70%;
}

.sideBarHeader button {
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    display: flex;
    width: fit-content;
    height: fit-content;
    justify-content: center;
    align-items: center;
}

.sideBarHeader button .material-symbols-outlined {
    color: #fff;
}

.sideBarHeader {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sideBarBody {
    padding: 0;
}

.termSection {
    background-color: #f1f3f2;
}

.facilityList img {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.termsDiv {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 20px 0 10px 0;
    justify-content: center;
}

.termsDiv a {
    font-size: 13px;
    color: #000000;
}

.slotDiv {
    width: 100%;
}

.ProfilebookingCardImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.profileBookingCard {
    width: 100% !important;
}

#modalCalender .modal-header {
    padding: 20px !important;
}

div#categorySlider {
    display: flex;
    flex-wrap: nowrap !important;
    width: 490px;
    overflow-x: scroll;
}

div#categorySlider::-webkit-scrollbar {
    width: 3px;
}

div#categorySlider::-webkit-scrollbar-track {
    background: #dddddd;
    border-radius: 5px;
}

div#categorySlider::-webkit-scrollbar-thumb {
    background: #63b357;
    border-radius: 5px;
}

div#categorySlider::-webkit-scrollbar-thumb:hover {
    background: #428039;
}

#modalCalender button.btn.btn-primary {
    background: #63b357;
    border-color: #63b357;
}

button.modalCalenderButton {
    border: none;
    display: flex;
    align-items: center;
    background: transparent;
    color: #63b357;
}

.adminImgPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adminImgPic {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #cacaca;
}

.userProfileImgDiv label {
    border: #71B24E 1px solid;
    color: #fff;
    background-color: #71B24E;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 25px;
    border-radius: 8px;
}

.userProfileImgDiv input::file-selector-button {
    display: none;
}

.userProfileImgDiv input {
    width: 105px;
}

.userProfileImgDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.nav-pills .nav-link.active:hover {
    color: #000;
}

.signupTerms div {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 12px;
    text-wrap: nowrap;
    gap: 10px;
}

.signupTerms input {
    cursor: pointer;
}

.signupTerms {
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 10px;
}

.signupTerms div a {
    display: flex;
}

.vendorRegister img {
    width: 33px;
    height: 33px;
    object-fit: contain;
}

.vendorRegister {
    gap: 2px;
    display: flex;
    align-items: center;
}

.commentUserName {
    font-size: 11px;
}

.commentHead {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navLeftContent {
    display: flex;
    align-items: center;
    gap: 23px;
}

.modalImg {
    width: 40%;
}

.modalImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.signupModalDiv .modal-content {
    display: flex;
    overflow: hidden;
    flex-direction: row;
}

#pills-tabContent {
    height: 100%;
}

#pills-tabContent #pills-profile {
    height: 100%;
}

#pills-tabContent #pills-home {
    height: 100%;
}

.loginTabLogo {
    background: #000;
    margin-bottom: 35px;
    text-align: center;
    padding: 10px;
}

.promoHeading {
    font-size: 50px;
    font-weight: 900;
    color: #19ff00;
    margin-bottom: 5px;
    line-height: 1;
    text-align: center;
}

.featureApp .featureDiv img {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.featureApp .featureDiv span {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    color: #7d7d7d;
}

.featureApp .featureDiv {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 30%;
    align-items: center;
    text-align: center;
}

.featureApp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    align-items: start;
}

.appRightHead {
    display: flex;
    gap: 50px;
}

.profiledivbtn:hover {
    color: #fff !important;
}

.notificationdiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    border: 1px solid #ebf1f4;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    margin-bottom: 100px;
}

.noticarddiv {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: space-between;

}

@media only screen and (max-width: 1400px) {
    .sportCardImg {
        width: 200px;
    }
}

@media only screen and (max-width: 1200px) {
    .aboutPara {
        font-size: 14px;
        line-height: 1.7;
    }

    .categoryCard {
        width: calc(33% - 10px);
    }

    .getTheAppHeading {
        font-size: 55px;
    }

    .appBtn a img {
        width: 175px;
        height: auto;
    }

    .MobileImg img {
        width: 170px;
        height: auto;
    }

    .messageBox {
        width: 445px;
        padding: 25px 20px;
    }

    .addressBox {
        width: 475px;
    }

    .userProfile {
        padding: 25px 15px;
    }

    .flexCenter {
        gap: 75px;
    }

    .userProfileInputFeald input {
        width: 95%;
    }

    #search-results {
        right: 48%;
    }

    .getTheAppSubHeading {
        font-size: 15px;
    }
}

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

    .userAdminBtn {
        display: none;
    }

    .hamburgerIcon {
        display: flex;
    }

    .hamburgerContainer {
        display: flex !important;
        opacity: 0 !important;
        transition: all 0.2s ease-in-out !important;
        z-index: -1 !important;
    }

    .displayFlex {
        display: flex !important;
        opacity: 1 !important;
        z-index: 999 !important;
    }

    .homeMianImg {
        width: 100%;
        height: auto;
    }
}

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

    .conatctMapDiv iframe {
        width: 100% !important;
    }

    .mainTitle {
        font-size: 30px;
        margin-top: 30px;
    }

    .mainSubTitle {
        font-size: 13px;
    }

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

    .homeContainer {
        align-items: center;
        height: auto;
        flex-direction: column-reverse;
        justify-content: center;
        padding: 50px 0;
    }

    .homeMianImg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .homeHead {
        align-items: center;
    }

    .mainSubTitle {
        padding-right: 0;
    }

    .paddingRight {
        padding-right: 0;
    }

    .categoryImg img {
        height: 190px;
    }

    .conatctMapDiv {
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
    }

    .categoryCard {
        width: 100%;
    }

    .aboutPara {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 300;
    }

    .getTheAppHeading {
        font-size: 45px;
        text-align: center;
    }

    .appBtn a img {
        width: 125px;
        height: auto;
    }

    .MobileImg img {
        width: 170px;
        height: auto;
    }

    .getTheAppPage {
        height: 400px;
        padding: 40px 30px 0 30px;
        justify-content: center;
    }

    .MobileImg {
        display: none;
    }

    .MobileImg .contactInfo .infoText {
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        width: 275px;
    }

    .infoIcon .material-symbols-outlined {
        font-size: 20px;
    }

    .infoIcon {
        width: 40px;
        height: 40px;
    }

    .footerImg img {
        width: 120px;
        height: auto;
    }


    .messageBox {
        width: 400px;
    }

    .messageBox {
        padding: 30px 25px;
        width: 100%;
    }

    .addressBox {
        width: 100%;
        flex-direction: column-reverse;
        padding: 0;
    }

    .contactBox {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .infoIcon {
        width: 50px;
        height: 50px;
    }

    .mediaIcon .icon {
        width: 35px;
        height: 35px;
    }

    .mediaIcon .icon img {
        width: 20px;
        height: auto;
    }

    .homeHead {
        margin-top: 0;
        width: 100%;
    }

    .getTheAppSubHeading {
        padding: 0 35px;
    }


    .bookingCard {
        width: 340px;
    }

    .gap20 {
        justify-content: center;
    }

    .cartGameName {
        gap: 15px;
    }

    .userPannelDiv {
        padding: 40px 25px;
    }

    .profileBookingCard {
        width: 100%;
    }

    .cardRate {
        width: 120px;
    }

    .blogCard {
        width: 47%;
    }

    .navbar {
        justify-content: flex-end;
    }

    a.logoFirstDiv {
        margin-right: auto;
    }

    .notification {
        margin-right: 30px;
    }
}


@media only screen and (max-width: 768px) {
    .getTheAppHeading {
        font-size: 35px;
    }

    .appBtn a img {
        width: 100px;
        height: auto;
    }

    .getTheAppPage {
        padding: 30px 25px 0 40px;
    }

    .MobileImg img {
        width: 150px;
        height: auto;
    }

    .getTheAppPage {
        height: 350px;
    }

    .AppBtn .AppQRImg {
        width: 95px;
        height: auto;
    }

    .conatctMapDiv {
        width: 352px;
        overflow: hidden;
    }

    .footerList a {
        font-size: 14px;
    }

    .aboutPara {
        font-size: 12px;
    }

    .contactOverlay {
        padding: 20px 0 50px 0;
    }

    .contactBox {
        justify-content: center;
        gap: 35px;
    }

    .addressBox {
        width: 375px;
        padding-left: 10px;
    }

    .infoIcon {
        width: 45px;
        height: 45px;
    }

    .inputFeald input::placeholder,
    .inputFeald textarea::placeholder {
        font-size: 14px;
    }

    .navInputBar {
        display: none;
    }

    .aboutOverlay {
        height: 350px;
    }

    .heroBanner img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .bookingCard {
        width: 90%;
    }

    .userContainer .line {
        width: 100px;
    }

    .flexCenter {
        gap: 0;
    }

    .facilityList {
        width: 33.33%;
    }

    .userProfile {
        padding: 25px 20px;
        width: 325px;
    }

    .userPannelDiv {
        padding: 40px 5px;
    }

    .userProfileBtn button {
        padding: 10px 10px;
        border-radius: 10px;
        font-size: 14px;
    }

    .walletHeading {
        font-size: 20px;
    }

    .walletRupee {
        font-size: 21px;
        font-weight: 600;
    }

    .addAmountBtnDiv .addAmountBtn {
        padding: 5px 30px;
        border-radius: 15px;
        font-size: 14px;
        font-weight: 500;
    }

    .transfferAmount {
        font-size: 15px;
        font-weight: 600;
    }

    .transfferId {
        font-size: 13px;
        font-weight: 500;
    }

    .transfferDate,
    .transfferTime {
        font-size: 11px;
        font-weight: 400;
    }

    .transfferIcon {
        width: 35px;
        height: 35px;
    }

    .transfferComment {
        font-size: 14px;
        font-weight: 500;
    }

    .transfferIcon .material-symbols-outlined {
        font-size: 22px;
        color: #fff;
    }

    .bookingDetailsImg {
        height: 300px;
    }
}


@media only screen and (min-width: 1201px) {

    .hamburgerIcon {
        display: none;
    }

    .hamburgerContainer {
        display: none;
    }


}

@media only screen and (max-width: 576px) {
    .hamburgerUserIcon img {
        padding: 3px;
        border: 2px solid #71B24E;
        border-radius: 50px;
    }

    .blogCard {
        width: 100%;
    }




    .hamburgerIcon button.btn.purpleColorBg {
        margin-bottom: 10px;
    }

    .homeMianImg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .mainTitle {
        font-size: 20px;
        margin-top: 20px;
        text-align: center;
    }

    .mainSubTitle {
        font-size: 13px;
        text-align: center;
    }

    .resigterDiv button {
        padding: 5px 15px;
        font-size: 12px;
        transition: .3s ease;
        font-weight: 400;
    }

    .aboutOverlay {
        height: 350px;
    }

    .MobileImg img {
        display: none;
    }

    .getTheAppPage {
        justify-content: center;
        height: 350px;
        gap: 5px;
    }

    .contactBox {
        padding-left: 0;
        justify-content: center;
    }

    .messageBox {
        width: 360px;
    }

    .marginTop40 {
        margin-top: 30px;
    }

    .footerImg img {
        width: 100px;
        height: auto;
    }

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

    .para {
        font-size: 10px;
        font-weight: 400;
    }

    .subHeading {
        font-size: 15px;
    }

    .mediaIcon .icon {
        width: 30px;
        height: 30px;
    }

    .mediaIcon .icon img {
        width: 16px;
        height: auto;
    }

    .miniHeading {
        font-size: 14px;
    }

    .footerList a {
        font-size: 11px;
        font-weight: 500;
    }

    .footerList {
        margin: 1px 0;
    }

    .hamburgerIcon button .material-symbols-outlined {
        font-size: 36px;
        color: #71B24E;
    }

    .homeAppBtn {
        display: none;
    }

    .homeContainer {
        height: 71vh;
        gap: 30px;
    }

    .gap20 {
        padding: 0 20px;
    }

    .userContainer .line {
        width: 28px;
    }

    .userProfileImg {
        width: 65px;
        height: 65px;
    }

    .userProfile {
        padding: 25px 20px;
        width: 350px;
        margin: 0 auto;
    }

    .userProfileInputFeald input {
        height: 30px;

        font-size: 15px;
        border-radius: 8px;
    }

    .userProfileInputFeald input::placeholder {
        font-size: 15px;
    }


    .userProfileBtn button {
        padding: 10px 0px;
        font-size: 11px;
        width: 85px;
    }

    .copyright {
        font-size: 12px;
    }

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

    .flexCenter .nav.flex-column.nav-pills {
        margin: 0 !important;
    }

    .userPannelDiv {
        padding: 40px 25px;
        width: 350px;
        margin: 0 auto;
    }

    .contactInfo .infoText {
        width: 285px;
    }

    .userAdminBtn {
        display: none !important;
    }

    .homeAppBtn a {
        width: 48%;
    }

    .promoHeading {
        font-size: 16px;
    }

    .promoCodeDiv span {
        font-size: 16px;
        padding: 0 10px;
    }

    .modalImg {
        display: none;
    }

    .loginSignTab {
        width: 100%;
    }

    .getTheAppPage {
        padding-bottom: 20px !important;
        height: auto !important;
    }

    .AppBtn {
        display: flex;
        flex-direction: row;
    }

    .AppBtn a {
        width: fit-content;
    }

    .appRightHead {
        flex-direction: column;
    }

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

@media only screen and (max-width: 450px) {
    .homeMianImg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .notificationBox {
        width: 300px;
    }

    .notiCardBody {
        height: 250px;
    }

    .homeContainer {
        height: auto;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 0px;
        padding: 10px 0;
    }

    .mainSubTitle {
        font-size: 13px;
        text-align: center;
    }

    .socialMedia {
        margin-top: 40px;
    }

    .categoryHead {
        margin-bottom: 8px;
    }

    .getTheAppPage {
        justify-content: center;
        height: 245px;
        gap: 10px;
    }

    .inputFealdTextarea textarea {
        height: 125px;
    }

    .getTheAppHeading {
        font-size: 23px;
        text-align: center;
    }

    .AppBtn img {
        width: 100px;
        height: auto;
    }

    .AppBtn .AppQRImg {
        width: 80px;
        height: auto;
    }

    .getTheAppSubHeading {
        font-size: 10px;
        font-weight: 500;
    }

    .aboutParaContact {
        font-size: 14px;
    }

    .contactInfo .infoText {
        font-size: 16px;
        width: 300px;
    }

    .mediaIcon .icon {
        width: 30px;
        height: 30px;
    }

    .mediaIcon .icon img {
        width: 21px;
        height: auto;
    }


    .copyright {
        font-size: 13px;
    }

    .marginTop {
        margin-top: 50px;
    }

    .aboutSectionBg {
        height: 160px;
    }

    .aboutUsText {
        font-size: 25px;
    }

    .aboutContainer {
        margin: 35px 0;
    }

    .aboutPara {
        font-size: 16px;
    }

    .gap20 {
        padding: 0 15px;
    }

    .bookingInputFeald {
        width: auto;
        flex-direction: column;
    }

    .slotDiv .slot {
        width: 100%;
    }

    .bookingInput {
        width: 100%;
    }

    .bookingInput select {
        width: 100%;
    }

    .bookingInputName {
        padding-left: 0px;
    }

    .cartGameName input {
        width: 125px;

    }

    .subHeadingStory {
        font-size: 16px;
    }

    .storyHead .underLine {
        width: 35px;
    }

    .marginTop {
        margin-top: 20px;
    }

    .storyHead .storyHeading {
        font-size: 15px;
    }

    .termsPage {
        padding: 30px 12px 30px 22px;
    }

    .termsHeading {
        font-size: 18px;
    }

    .userPannelDiv {
        width: 100%;
    }

    .userProfile {
        width: 100%;
    }

    .transfferId {
        font-size: 13px;
        font-weight: 500;
    }

    .transfferIcon .material-symbols-outlined {
        font-size: 20px;
        color: #fff;
    }

    .faqMainTitle {
        font-size: 40px;
    }

    .bookingDetailsImg {
        height: 245px;
    }

    .aboutOverlay {
        height: 660px;
    }

    .AppBtn {
        margin-top: 10px;
        gap: 13px;
    }

    .getTheAppPage {
        padding: 30px 20px 0 20px;
    }

    .mainTitle {
        font-size: 18px;
        text-align: left;
    }

    .bookingDetailText {
        margin-top: 20px;
    }

    .homeLocation {
        margin: 4px 0 10px 0;
        height: 45px;
        background-color: #ffffff;
        border: 2px #71B24E solid;
        border-radius: 22px;
        display: flex;
        align-items: center;
        padding: 0 10px;
    }

    .homeLocation input {
        font-weight: 500;
        color: #7e7e7e;
        font-size: 12px;
    }

    .homeLocation .material-symbols-outlined {
        font-size: 22px;
    }

    .purpleColor {
        color: #71B24E;
        font-size: 12px;
        font-weight: 500;
    }

    .subHeading {
        font-size: 17px;
    }

    .cardRating {
        font-size: 11px;
    }

    .cardRating .material-symbols-outlined {
        font-size: 16px;
    }

    .cardOverlay {
        font-size: 15px;
    }

    .Logo img {
        width: 100px;
    }

    .papularGround {
        padding: 30px 25px;
    }

    .sportClassDiv {
        width: 100%;
    }

    .sportCardImg {
        width: 100%;
    }

    .conactPara {
        font-size: 11px;
    }

    .contactInfo .infoText {
        font-size: 13px;
    }

    .facilityList {
        width: 50%;
    }

    .resigterDiv {
        margin-right: 15px;
    }

    .termsOverlay {
        height: 130px;
    }

    .bookingCard {
        width: 95%;
    }

    .bookingDetailpara {
        font-size: 13px;
    }

    .myWalletContainer {
        padding: 50px 15px;
        margin-bottom: 0;
    }

    .transectionCard {
        padding: 10px 10px;
    }

    .notificationContainer {
        padding: 20px;
    }

    .signupTerms div {
        flex-wrap: wrap;
        gap: 4px;
    }

    .signupTerms {
        align-items: start;
        padding: 0 10px;
        gap: 7px;
    }

    .signupTerms input {
        margin-top: 5px;
    }

    .signupTerms div a {
        display: flex;
        width: auto;
    }

    .homeAppBtn {
        display: flex !important;
    }

    .homeAppBtn img {
        width: 100%;
    }

}

@media only screen and (max-width: 350px) {
    .Logo img {
        width: 85px;
        height: auto;
    }

    .homeContainer {
        height: auto;
        gap: 20px;
        padding: 25px 0;
    }

    .mediaIcon .icon {
        width: 35px;
        height: 35px;
    }

    .mediaIcon .icon {
        width: 35px;
        height: 35px;
    }

    .popularGroundSection {
        margin: 35px 0;
    }

    .stortSection {
        margin-top: 15px;
        padding: 20px 0 0 0;
        border-radius: 15px;
    }

    .resigterDiv button {
        padding: 5px 8px;
        font-size: 10px;
    }

    .hamburgerIcon button .material-symbols-outlined {
        font-size: 35px;
        color: #71B24E;
    }

    .mainTitle {
        font-size: 15px;
        margin-top: 0px;
    }

    .homeContainer {
        align-items: center;
        height: 75vh;
    }

    .homeMianImg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .aboutOverlay {
        height: 445px;
    }

    .aboutPara {
        font-size: 10px;
    }

    .categoryImg img {
        height: 95px;
    }

    .miniHeading {
        font-size: 11px;
    }

    .cardRate {
        height: 25px;
        border-radius: 10px;
        font-size: 11px;
        font-weight: 400;
        gap: 4px;
        width: 60px;
        padding: 0 10px;
    }

    .heroBanner img {
        width: 100%;
        height: 85px;
        object-fit: cover;
    }

    .heroBannerSection {
        margin-top: -35px;
    }

    .stortSection {
        margin-top: 30px;
        padding: 35px 0 0 0;
        border-radius: 15px;
    }

    .purpleColor {
        color: #71B24E;
        font-size: 14px;
    }

    .subHeading {
        font-size: 14px;
    }

    .categoryHead {
        padding: 0 10px;
    }

    .getAppSection {
        margin: 45px 0;
    }

    .getTheAppHeading {
        font-size: 23px;
    }

    .appBtn a img {
        width: 90px;
        height: auto;
    }

    .aboutParaContact {
        font-size: 13px;
        margin-top: 8px;
    }

    .getTheAppPage {
        height: 240px;
    }

    .getTheAppHead {
        gap: 12px;
    }

    .messageBox {
        width: 290px;
        padding: 30px 15px;
        height: 390px;
    }

    .marginTop {
        margin-top: 25px;
    }


    .inputFeald .material-symbols-outlined,
    .inputFealdTextarea .material-symbols-outlined {
        font-size: 20px;
    }

    .inputFeald {
        width: 100%;
        height: 35px;
        border-radius: 10px;
        padding: 0 12px;
        margin: 10px 0;
    }

    .marginTop40 {
        margin-top: 20px;
    }

    .inputFeald input::placeholder,
    .inputFealdTextarea textarea::placeholder {
        font-size: 12px;
    }

    .contactBtn a {

        height: 41px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

    .inputFealdTextarea textarea {
        height: 71px;
    }

    .contactInfo .infoText {
        width: 256px;
        font-size: 12px;
    }

    .infoIcon {
        width: 40px;
        height: 40px;
    }

    .footerSection {
        margin: 25px 0 0 0;
        padding: 35px 0 10px 0;
    }

    .userinputFeald {
        width: 251px;
        height: 44px;
        padding-left: 10px;
        margin: 0 auto 10px;
    }

    .AppBtn img {
        width: 100px;
        height: auto;
    }

    .getTheAppSubHeading {
        font-size: 11px;
    }

    .AppBtn .AppQRImg {
        width: 60px;
        height: auto;
    }

    .AppBtn {
        margin-top: 0px;
    }

    .conatctMapDiv {
        width: 300px;
        overflow: hidden;
    }

    .forgetPassword {
        width: 250px;
    }
}

.mobdiv {
    padding: 25px 25px 0 25px;
    border-top: 5px solid #3b4540;
    border-radius: 20px;
    height: 100%;
    background-color: #F6F6F6;
}