@font-face {
    font-family: 'Panton-Bold';
    src: url('../font/Panton/Panton\ Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Panton-ExtraBold';
    src: url('../font/Panton/Panton\ ExtraBold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Panton-ExtraBoldItalic';
    src: url('../font/Panton/Panton\ ExtraBold\ Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Panton-Regular';
    src: url('../font/Panton/pantonregular.otf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Panton-Ligth';
    src: url('../font/Panton/pantonlight.otf') format('opentype');
    font-weight: 400;
}
:root{
    --Bold-font: 'Panton-Bold';
    --extra-bold: 'Panton-ExtraBold';
    --extra-boldItalic: 'Panton-ExtraBoldItalic';
    --Regular-font: 'Panton-Regular';
    --Light-font: 'Panton-Ligth';
    --main-color: #0E2145;
    --white-color: #fff;
    --yellow-color: #CEDB51;
    --dark-grey: #495057;
    --blue-grey: #6c757d;
    --blue-grey-2: #8692A6;
    --danger-red: #F16623;
    --sucees-green: #31A91D;
}
body {
    font-family: var(--Bold-font);
    margin: 0;
    scroll-behavior: smooth;
}
/* NAVBAR */
.head-bar .navbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.navbar .navbar-brand{
    margin-left: 35px;
}
.navbar-brand img{
    width: 125% !important;
}
.navbar .navbar-toggler {
    border: none;
}
.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url('../media/sidemenu_icon.svg');
}
.navbar .fouka_link{
    text-decoration: underline !important;
}
.navbar .fouka_link:hover{
    color: var(--yellow-color);
}
#intro {
    background-image: url('../media/header.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh !important;
}
.navbar .side_logo,
#navbarsExample05 a#toggleWidthclose{
    display: none;
}

#navbarsExample05 a#toggleWidthclose{
    position: absolute;
    top: 3%;
    right: 5%;
}
#navbarsExample05 a i{
    color: var(--white-color);
    font-size: 1.5rem;
}
#navbarsExample05.widthToggle{
    width: 250px;
}

.navbarsExample05 .navbar-brand img {
    width: 125% !important;
}
.login-reg .nav-link {
    margin-right: 10px;
    height: 25px;
    padding: 0px 13px 1px 14px;

}
.nav2  .nav-link{
    color: #fff ;
    padding: 0px 5px 1px 5px;
font-size: 18px;
font-family: 'Panton-Bold', sans-serif;
font-weight: 500;
line-height: 24px;
color: #FFFFFF;
margin: 0;
}

.login-reg img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.head-bar .nav-item {
    height: 25px;
    padding: 0px 13px 1px 14px;
    font-size: 16px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
}

.head-bar .nav-link {
    height: 25px;
    padding: 0px;
    font-size: 18px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'Panton-Bold', sans-serif;
    text-transform: uppercase;
}

.heads {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
}

.hide-nav {
    top: -100px;
    /* Set the value to the height of the navbar + the height of the header */
}

header .remove-space {
    padding: 0 !important;
}

.header-page {
    width: 100%;
}
.sport-logo{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    max-width: 100%;
    top: 10%;
}

.logo-header {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 40%;
    top: 180px;
}

.logos {
    position: absolute;
    bottom: 0;
    right: 33px;
    transform: translate(0, -60%);
}
.train_title{
    position: absolute;
    top: 65%;
    left: 3%;
}
.train_title p.train,
.train_title p.compete{
    color: var(--white-color);
    font-size: 4.5rem;
    font-family: var(--extra-bold);
    text-transform: uppercase;
    font-style: italic;
}
.train_title p.compete{
    font-size: 2.5rem;
    font-style: normal;
}
.button-one {
    background: var(--main-color);
    border-radius: 5.91788px;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #FFFFFF !important;
    padding: 10px 38px;
    cursor: pointer;
    font-family: 'Panton-Regular', sans-serif !important;
}


.button-one:hover {
    transition: all;
    transition-duration: 1s;
    transform: scale(1, 1);
    background-color: #008089;
    color: #fff;
}
.button-form-profile{
    padding: 10px 8px !important;
    font-size: 13px;

}
.book-button{
    background-color: var(--main-color);
    color: white;
    font-size: 20.24px;
    font-family: var(--Bold-font);
    font-weight: 500;
    line-height: 30.37px;
    word-wrap: break-word
}
.book-button:hover {
    transition: all;
    transition-duration: 1s;
    transform: scale(1, 1);
    background-color: #008089;
    color: #fff;
}
.carousel-indicators [data-bs-target] {
    flex: 0 1 auto;
    width: 60px;
    background-color: #000 !important;
}

.mini-navbar {
    background-color: var(--main-color);
    padding: 10px 0;
}

.mini-navbar .navbar-brand {
    padding: 0px 13px 1px 14px;
    padding-right: 13px;
    padding-left: 14px;
    font-size: 18px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
}

.mini-navbar .navbar-brand i {
    margin-left: 10px;
}

/* About us */
.about-us .right-div{
    height: 100%;
}
.about-us .right-div img {
    width: 100%;
    height: 100%;
}
.about-us .left-div h2 {
    font-family: var(--Regular-font);
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 57px;
    line-height: 64px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;

}

/* .about-us .left-div h2::after {
    content: url(../media/arrows.png);
    margin-left: 27px;
} */

.about-us .left-div span {
    font-family: var(--Regular-font);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    color: #000000;
    margin-top: 20px;
    text-align: justify;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

/* End About Us */
/* lOGIN */

.height-reg{
    height: 100vh;
}
.login-border-form{
    height: 85vh;
}

.login a {
    text-decoration: none;
    background-color: transparent;
    color: var(--main-color);
    text-align: right;
    font-size: 12px;
    font-family: var(--Regular-font);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
}

.login a:hover {
    color: #008089;
    text-decoration: underline;
}

.login label {
    display: inline-block;
    /* margin-bottom: 0.5rem; */
    color: var(--main-color);
    font-size: 16px;
    font-family: var(--Regular-font);
    font-style: normal;
    font-weight: 500;
    /* line-height: normal; */
}
.login label.select_label{
    margin-bottom: .9rem;
}
.login input {
    margin: 1px 0;
    color:  var(--main-color);
    font-size: 12px;
    font-family: var(--Regular-font);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.login .form-check-input{
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--main-color);
}

.login input {
    overflow: visible;
}

.login .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 20px 18px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    background: transparent;
    border-radius: 10px;
    border-radius: 3.695px;
    border: 1px solid  var(--main-color) !important;
}

.login .form-control:focus {
    color: #495057;
    background-color: transparent !important;
    border-color: #008089;
    outline: 0;
    /* -webkit-box-shadow: 0 0 0 0.2rem rgba(251, 119, 26, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(251, 119, 26, 0.25); */
}

.login .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

@media (min-width:576px) {
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.half .contents .form-control {
    border: none;
    border-radius: 4px;
    height: 54px;
    background: #efefef;
}

.half .contents .form-control:active,
.half .contents .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.half a {
    color: #888;
    text-decoration: underline;
}

.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #000000;
    border-radius: 10px;
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 16px;
}

.login form {
    /* background: #fff;
    padding: 45px 8px;
    margin: auto;
    width: 100%; */

/* height: 456px; */
/* height: 100vh; */

/* background: #CEDB51; */

/* position: absolute;
right: 50px;
top:36px; */
    /* -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); */
    /* position: relative;
    height: 100vh; */
}

/* .login form {
    background: #fff;
    padding: 45px 8px;
    margin: auto;
    width: 100%;
    background: #CEDB51;
    position: relative;
    height: 100vh;
    transform: translateX(50px);
}
.login form::before{
    content: "";
    border: 10px solid #fff;
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
} */

/* .login form::after{
    content: "";
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100vh;
} */

.reset {
   height: 80vh;
}

.login .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
}

.login .control .caption {
    position: relative;
    top: .2rem;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #696F79;
}

.login .control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.login .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.login .control:hover input~.control__indicator,
.control input:focus~.control__indicator {
    background: #ccc;
}

.login .control input:checked~.control__indicator {
    background: #008089;
}

.login .control input:checked~.control__indicator:after {
    display: block;
    color: #fff;
}

.login .control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.left-side {
    background: #231F20;
}

.left-section {
    /* margin: 100px 100px; */
    background: #231F20;
}

.left-section form {
    background-color: #fff;
    padding: 48px 149px 48px 141px;
}

.left-section form h3 {
    text-align: center;
}

.login .container-fluid {
    --bs-gutter-x: 0;

}

.login .row {
    --bs-gutter-x: 0;
}

.login .mb-3 {
    margin-bottom: 1rem !important;
}

.login .mb-5 {
    margin-bottom: 3rem !important;
}


.login .women {
    position: relative;
}

.login .women img {
    position: relative;
    left: 66px;
    max-width: 50%;
}

.login .women .girl2 {
    position: relative;
    left: 39.5%px;
    max-width: 50%;
}

.left-sec {
    /* background-color: #DBDBDB;
    display: flex;
    justify-content: center;
    align-items: center; */
}

label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #696F79;
}

.left-sec form .btn-login {
    /* border: 1px solid #000000 !important;
    border-radius: 5px !important; */
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center !important;
    justify-content: center;
    color: #000000;
    /* width: 292px;
    height: 32px; */
    border-radius: 3.695px !important;
    border: 0.747px solid var(--main-color) !important;
   padding: 10px 0 !important;


}

.login .span-text span,
.forgot-password {
    font-family: 'Panton-Regular', sans-serif;
    color: #B53728;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 24px;
}

/* ENd */
/* Start Sport form  */
.add-member-user {
    max-width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.datepicker::after{
    content: "hi";
    color: #000;
}

.add-member-user .form-control {
    /* border-bottom: 0.590243px solid rgba(128, 128, 128, 0.5);
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 1px; */
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid var(--main-color);
}

.add-member-user .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.add-member-user .form-select {
    /* border-bottom: 0.590243px solid rgba(128, 128, 128, 0.5);
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 1px; */
    border-radius: 8px;
    border: 1px solid var(--main-color);
}

.add-member-user .b .sports-cards {
    padding: 60px 0;
}
.add-member-user .edit-inputs{
    margin: 24px 0;
}

.sports-cards {
    margin-bottom: 90px;
}
.book-category{
    margin-top: 32px;
    text-transform: uppercase;
    font-size: 32px;
}

.card-sport {
    border-radius: 5px;
    border: 0.834px solid #C7C8CA;

}

.card-sport:hover h5 {
    filter: drop-shadow(0.833802px 3.33521px 3.33521px rgba(0, 0, 0, 0.25));
    cursor: pointer;
    color: #fff;

}

.card-sport:hover i {
    filter: drop-shadow(0.833802px 3.33521px 3.33521px rgba(0, 0, 0, 0.25));
    cursor: pointer;
    color: #fff;
}

.card-sport:hover .range-week {
    filter: drop-shadow(0.833802px 3.33521px 3.33521px rgba(0, 0, 0, 0.25));
    cursor: pointer;
    color: #fff;
}

.card-sport .top-image {
    width: 100%;
    /* border-top-right-radius: 20px;
    border-top-left-radius: 20px; */
    border-radius: 5px;
}

.card .sport {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
}

.sport .card-title {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    color: #000000;
    text-align: center;
font-size: 16px;
font-weight: 700;
line-height: 30.017px;
}

.sport .range-week {
    font-family: 'Panton-Regular', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 17px;
    color: #000000;
    margin-left: 3px;
}

.btn-sport {
    font-family: 'Panton-Bold', sans-serif;
    background-color: var(--main-color);
    box-shadow: 0px 3.33521px 3.33521px rgba(0, 0, 0, 0.25);
    border-radius: 20.0113px;
    width: 100%;
    padding: 15px 10px;
    color: #fff;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-head-sport {
    margin-top: 80px;
    margin-bottom: 64px;
    text-align: center;
}
.content-head-sport h2{
    color:  var(--main-color);
text-align: center;
font-size: 54px;
font-family: 'Panton-Trial',sans-serif;
font-style: normal;
font-weight: 700;
line-height: 50px;
text-transform: uppercase;
}
.content-head-sport p{
    color:#000;
    text-align: center;
    font-size: 16px;
    font-family: 'Panton-Regular',sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 24px 0;
}

.sports-cards .slick-prev::before {
    content: url('../media/leftArrow.svg');
}

.sports-cards .slick-next::before {
    content: url('../media/rightArrow.svg');
}

/* .btn-sport::after{
    content: '5 Members';
} */
.btn-sport:hover {
    background-color: #008089;

    color: #fff;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(1.1);
    transition-delay: 1s;
}

.select-sport {
    padding: 60px 0;
}


.select-sport .week-box h3 {
    font-family: 'Panton-Bold', sans-serif;
    background: #fff;
    border-radius: 7.59687px;
    color: #202020 !important;
    text-align: center;
    margin: auto 6px;
    width: 100% !important;
}

/* .active-week{
    width: 60px;
    height: 60px;
}

.week-box{
    width: 60px !important;
    height: 60px;

} */
.box-center .active-week h3 {
    font-family: 'Panton-Bold', sans-serif;
    background: #008089;
    border-radius: 7.59687px;
    color: #fff !important;
}

.box-center .active-week h3:hover {
    cursor: pointer;
}

.week-box h3 {
    font-family: 'Panton-Bold', sans-serif;
    padding: 5px 5px;
    color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    padding: 11px;
}

/* .weeks{
    display: flex;
    justify-content: center;
    align-items: center;

} */
.select-sport .slick-prev::before,
.slick-next::before {
    color: #008089 !important;
}

.select-sport .slick-prev::before {
    content: url('../media/leftArrow.svg');
}

.select-sport .slick-next::before {
    content: url('../media/rightArrow.svg');
}

/* .weeks .slick-slide{
    background: #008089;
    border-radius: 7.59687px;
    color:#fff !important;
    text-align: center;


} */
/* .weeks .draggable{
    margin: 0 90px;
} */
.trainer-details .carousel-indicators {
    bottom: -35px;
}

.trainer-details .slick-dots li {
    margin: 0 40px;
}

.trainer-details .slick-dots li button:before {
    content: "";
    display: block;
    width: 80.05px;
    height: 10px;
    margin: 5px;
    border-radius: 0;
    background-color: white;
    border-bottom: 3px solid #000;
    margin: 5px 5px;
}


.trainer-details .carousel-control-prev-icon {
    background-image: none;

}

/* .trainer-details .carousel-control-prev {
    left: -120px;
}

.trainer-details .carousel-control-next {
    right: -100px;
} */
.carousel-control-prev,
.carousel-control-next {
    width: 0%;
}

.trainer-details .img-trainer {
    width: 100%;

    background: #000;
}

.trainer-content {
    margin-left: 32px;
}
.trained-gain .book-now-button{
    justify-content: start;
    margin-left: 32px;
}
.trainer-content span{
    font-family: 'Panton-Regular', sans-serif;
line-height: 45px;
text-align: center;
color: #59514C;
margin-top: 15px;
font-size: 10px;
font-weight: 500;
}

 .trainer-content h2 {
    color: var(--main-color);
    font-family: 'Panton-Bold', sans-serif;
    line-height: 1.3;
    margin-bottom: 20px 0;
    text-transform: capitalize;
    font-size: 54px;
font-style: normal;
font-weight: 800;
margin-bottom: 24px;
}

 .trainer-content p {
    font-family: 'Panton-Regular', sans-serif;
    font-size: 16px;
    margin-bottom: 24px;
    text-align: justify;
    color: #000;
font-style: normal;
font-weight: 400;
line-height: 25px;
}

.trainer-details .available-week {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    flex-wrap: wrap;
}
.date-span{
    margin-left: 32px;
    text-align: center;
font-size: 11px;
font-family: 'Panton-Trial',sans-serif;
font-style: normal;
font-weight: 700;
line-height: normal;
justify-content: flex-start;
}
.select-sport .nav-tabs{
    border: none;
    display: flex;
    justify-content: center;
}
.select-sport .nav-tabs .nav-link{
    border: none;
}
.select-sport .nav-tabs .nav-link.active{
    border: none;
}

.available-week span {
    font-family: 'Panton-Regular', sans-serif;
    line-height: 45px;
    text-align: center;
    color: #59514C;
    margin-top: 15px;
    font-size: 10px;
    font-weight: 500;
}

.available-week .btn-week {
    font-family: 'Panton-Bold', sans-serif;
    margin: auto 10px;
    border: 0.833802px solid #008089 !important;
    border-radius: 6.67042px;
    padding: 8px 36px ;    /* width: 168px; */
/* height: 40px; */
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

/* .available-week .btn-week:hover {
    margin: auto 10px;
    background: #008089;
    border-radius: 6.67042px;
    padding: 8px 36px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
} */

.available-week .btn-week-two {
    font-family: 'Panton-Bold', sans-serif;
    margin: auto 10px;
    background: var(--main-color);
    border-radius: 6.67042px;
    padding: 8px 36px ;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
}

/* .available-week .btn-week-two:hover {
    margin: auto 10px;
    border: 0.833802px solid #008089 !important;
    border-radius: 6.67042px;
    padding: 8px 36px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    background-color: #fff;
} */
.available-week-team{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
/* ENd */
.form-details {
    padding: 60px 0;
}

.form-details .box-style {
    background: #FFFFFF;
    box-shadow: 1.66325px 6.653px 12.4744px -0.831625px rgba(0, 0, 0, 0.25);
    border-radius: 28.2753px;
    padding: 30px 45px;
}

.form-details .img-form {
    max-width: 100%;
}

.form_children {
    background: #FFFFFF;
    /* border: 0.591788px solid rgba(128, 128, 128, 0.5); */
    /* border-radius: 24px; */
    /* padding: 26px 8px; */
    margin: 10px 5px;
}

.form_children .list-form span {

    width: 16.6%;
    text-align: left;
    color: var(--main-color);
    font-family: 'Panton-Bold',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form_children .member-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_children .member-details h2 {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 18px;
    color: #000000;
    margin: 10px 10px;
}

.img-btn {
    background: #C7C8CA;
    border-radius: 5.90242px;
    padding: 10px 10px;
}

.form_children ul {
    list-style: decimal;
}

.form_children .list-form {
    font-family: 'Panton-Regular', sans-serif;
    /* background: #BDDEE0; */
    /* opacity: 0.8; */
    /* border-radius: 5.90242px; */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #202020;
    padding: 16px 10px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
border-radius: 8px;
border: 1px solid #0E2145;
opacity: 0.5899999737739563;
align-items: center;
}

.form_children .list-form .form-icon-btn {
    margin: 0 3px;
}
.form-icon-btn{
    -webkit-appearance: button-bevel;
}

.submit-child-button{
    text-align: right;
}
/* End */
/* Start Price */
.hero-image_pricing{
    background-image: url('../media/pricing.png');
    height: 100%;
    min-height: 415px !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.pricing {
    align-items: center;
    background-color: #f5f5f5;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 27px;
    min-width: 306px;
    padding: 30px 29px;
    position: relative;
}

 p.pricing_tit{
    letter-spacing: 3px !important;

}
.sportName{
    font-family: 'Panton-Bold', sans-serif;
font-weight: 700;
    text-align: center;
    font-size: 42px;
    color: var(--main-color);
    margin-bottom: 30px;
}




.single-pricing-wrap {
    /* border-radius: 21.6789px;
    height: 400px; */
    /* box-shadow: 0px 35.01969909667969px 28.34928321838379px 0px #DAD6D2; */
    /* box-shadow: 4px 6px 0 2px #DAD6D2; */
padding: 30px 29px;
flex-direction: column;
align-items: center;
gap: 27px;
border-radius: 20px;
background: #F5F5F5;
}
.table-head{
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding: 15px;
}
.table-head::after{
    content: "";
    border-bottom: 1px solid rebeccapurple;
}
.package-names {
    font-family: 'Panton-Trial',sans-serif;
    color: #4c4c4c;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  text-align: center !important;

}
.div-2 {
    align-items: center;
    display: flex;
    gap: 3px;
    justify-content: center;
    position: relative;
    margin-top: 20px;
  }
   .text-wrapper-2 {
    color: #4c4c4c;
    font-family: 'Panton-Trial',sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
    margin-top: -1px;
    position: relative;
    text-align: center;
    white-space: nowrap;

  }

   .text-wrapper-3 {
    color: #4c4c4c;
    font-family: 'Panton-Trial',sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    opacity: 0.5;
    position: relative;
    text-align: center;
    white-space: nowrap;
  }

  /* .checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.checkbox-round:checked {
   background-color: #008089;
} */
.pricing-feature-list .package-price {
    font-family: 'Panton-Regular', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #59514C;
    display: flex;
    align-items: center;
    margin-bottom: 15px ;
}

.price-feature {
    font-family: 'Panton-Regular', sans-serif;
    font-size: 12px;
    color: #59514C;
    margin-bottom: 60px;
    font-weight: 600;
    line-height: 20.011px;
}

.package-price .check-custome {
    background: #fff ;
    opacity: 0.3;
    color: #008089;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.package-price .check-custome::before {
    color: var(--main-color);
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
    margin-left: 7px;
    position: absolute;
}

.package-price span {
    margin: 0 8.5px;
}

.package-price .user-icone::before {
    color: #59514C;
    font-size: 16px;
}

.large-price {
    display: flex;
    align-items: center;
    font-family: 'Panton-Bold', sans-serif;
    line-height: 1;
    color: #59514C;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 60px 0;
}

.large-price .fa-dollar-sign::before {
    color: #59514C;
    font-size: 16px;
    color: #59514C;
    font-size: 1.5rem;
    margin: 0 5px;
}

.large-price .user-icone::before {
    color: #59514C;
    font-size: 1rem;
    margin: 0 5px;
}

.label-price input {
    width: 22px;
    height: 22px;

}

.label-price label {
    font-family: 'Panton-Trial', sans-serif    ;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #aeaeae;

}

.label-price input {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    font-size: 16px;
}

.label-price {
    margin: 30px 0;
}

.btn-price {
    font-family: 'Panton-Bold', sans-serif;
    border-radius: 20.011px;
    border: 0px solid;
    background: var(--main-color);
    font-weight: 900;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    width: 100%;
}

.btn-price:hover {
    border-radius: 20.011px;
    border: 0px solid;
    background: var(--main-color);
    cursor: pointer;
    color: #fff;
}
.label-price .cash-price{
    font-family: 'Panton-Trial', sans-serif    ;
    font-size: 13px;
    font-weight: 600;
    color: #000 ;
}
.cash-link{
    color: #0E2145;
}
.cash-link:hover{
    transform: scale(1.1);

}
.select-package {
    /* background: #0E2145 !important; */
    /* box-shadow: 0px 35.0197px 28.3493px #DAD6D2; */
    /* box-shadow: 4px 6px 0 2px #DAD6D2; */
/*
    border-radius: 21.6789px;
    height: 400px; */
    padding: 30px 29px;
flex-direction: column;
align-items: center;
gap: 27px;
border-radius: 20px;
background: var(--main-color) !important;

}
.select-package .cash-price{
    color: #fff;
}
.select-package .cash-link{
    color: #fff;
}
.select-package .cash-link:hover{
    transform: scale(1.1);

}
.select-package .package-names {
    font-family: 'Panton-Trial',sans-serif;
    color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  margin-top: -1px;
  position: relative;
  text-align: center !important;

}
.select-package .div-2 {
    align-items: center;
    display: flex;
    gap: 3px;
    justify-content: center;
    position: relative;
    margin-top: 20px;
  }
   .select-package .text-wrapper-2 {
    color: #fff;
    font-family: 'Panton-Trial',sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
    margin-top: -1px;
    position: relative;
    text-align: center;
    white-space: nowrap;

  }

  .select-package .text-wrapper-3 {
    color: #fff;
    font-family: 'Panton-Trial',sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    opacity: 0.5;
    position: relative;
    text-align: center;
    white-space: nowrap;
  }




.select-package label {
    color: #fff;
}

.select-package .fa-dollar-sign::before {
    color: #0E2145;
}

.select-package .package-names {
    color: #fff;
}

.select-package .pricing-feature-list .package-price {
    color: #fff;
    margin-bottom: 60;

}

.select-package .price-feature {
    color: #fff;
    margin-bottom: 60;
}

.select-package .package-price .check-custome {
    color: #ffff !important;
    opacity: 1;
}

.select-package .package-price .check-custome::before {
    color: #0E2145 !important;
    opacity: 1;
}

.select-package .package-price .user-icone::before {
    color: #fff;
    font-size: 16px;
}

.select-package .large-price {
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-bottom: 60px;
}

.select-package .large-price {
    display: flex;
    align-items: center;
    font-family: 'Panton-Bold', sans-serif;
    line-height: 1;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 60px ;
}

.select-package .large-price .user-icone::before {
    color: #fff;
    font-size: 1rem;
    margin: 0 5px;
}

.select-package input {
    width: 22px;
    height: 22px;
}

.select-package .btn-price {
    font-family: 'Panton-Bold', sans-serif;
    background: #fff;
    color: #008089;
    margin-top: 30px;
}

.select-package .btn-price:hover {
    color: #fff;
    background-color: #008089;
}
.select-package .table-hr{
    color:  #fff;
}
/* End price */

/* Traner Gain */
.trained-gain {
    margin-top: 0;
}
.team-section{
    margin-top: 32px;
}

.trained-gain .head-content h2 {
    color: var(--main-color);
    text-align: center;
    font-size: 32px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 700;
    line-height: 66.65px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.trained-gain .head-content h4 {
    margin-bottom: 2px;
    color: #008089;
    text-align: center;
    font-size: 16px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 700;
    line-height: 37.491px;
    text-transform: uppercase;
}

.trained-gain .card-body {
    background: var(--main-color);
    /* padding: 5px 5px; */
    padding: 20px 10px;
    /* border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; */
}

.trained-gain .trainer-card img {
    /* width: 354px;
    height: 350px; */
    width: 100%;
    /* border-top-right-radius: 20px;
    border-top-left-radius: 20px; */
}

.trainer-card {
    margin: auto 10px;
    /* border-radius: 20.0113px; */
}

.trained-gain .card-title {
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #FFFFFF;
    margin: 0;
}

.trained-gain .card-border {
    color: #fff;
}

.trained-gain .card-text {
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 8px;

}

.trained-gain .card-span {
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    color: #CBDB2C;
    margin-top: 8px;
}

.social-tranier {
    margin-top: 8px;
}

.social-tranier a {
    color: #fff;
    margin: auto 6px;
}

.social-tranier a i {
    font-size: 13px;
}

/* Card container */
.trained-gain .image {
    position: relative;
}

/* Card overlay */
.trained-gain .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    color: white;
    transition: opacity 0.5s;
}

.overlay:hover {
    opacity: 1;
    z-index: 1;
}

/* Overlay content */
.all-overlay-data {
    position: absolute;
    top: 35px;
    width: 100%;
    text-align: center;
}

.all-overlay-data .btn-overlay {
    margin-bottom: 10px;
    border-radius: 8px;
    background: #fff;
    font-size: 18px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 700;
    color: var(--main-color);
    width:145px;
    height: 45px;
}

.all-overlay-data .btn-overlay a {
    font-size: 16px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 600;
    color: var(--main-color);
}

.all-overlay-data .date-overlay {
    margin-bottom: 10px;
}

.all-overlay-data .date-overlay span {
    font-size: 13px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
}

.all-overlay-data p {
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    text-align: justify;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 25px;
    padding: 0 5px;
}

/* .trained-gain .image {
    position: relative;
}

.trained-gain .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #000000;
    opacity: 0;
    color: white;
    transition:  0.5s;
}

.trained-gain .overlay:hover {
    opacity: 0.9;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.all-overlay-data {
    text-align: center;
    position: absolute;
    top: 20px;
    width: 100%;
}

.btn-overlay {
    margin-bottom: 10px;
    border-radius: 8.857px;
    background: #fff;
    font-size: 18px;
    font-family: 'Panton-Bold', sans-serif;
    z-index: 11111;
    font-weight: 700;
    opacity: 1;
    color: #0E2145;
    /* line-height: 30.367px; */
/* } */

.btn-overlay a {
    font-size: 16px;
    font-family: 'Panton-Bold', sans-serif;
    z-index: 11111;
    font-weight: 600;
    opacity: 1 !important;
    color: var(--main-color);

}


.all-overlay-data .date-overlay {
    margin-bottom: 10px !important;
}

.date-overlay span {
    font-size: 13px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 500;
    display: block;
}

.all-overlay-data p {
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    text-align: justify;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 25px;
    padding: 0 15px;

    /* line-height: 20.828px; */
}

.trained-gain .slick-dots {
    bottom: -45px;
    margin-top: -11px;
}

.trained-gain .slick-dots li button::before {
    font-size: 11px;
}

.trained-gain .slick-prev::before {
    content: '←';
    color: var(--main-color) !important;
    font-size: 35px;
}

.trained-gain .slick-next::before {
    content: '→';
    color: var(--main-color) !important;
    font-size: 35px;
}

/* END */
/* Start weekly sports */
.weekly-sports {
    margin-top: 30px;
    margin-bottom: 40px;
}

.weekly-sports .head-content {
    font-size: 32px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 700;
    line-height: 64px;
    font-weight: 700;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 14px;
    padding-top: 10px;
    text-transform: uppercase;
}

.weekly-sports .row-images {
    --bs-gutter-x: 0;
}

.weekly-sports .image {
    position: relative;
}

.weekly-sports .image img {
    width: 100%;
}

.weekly-sports .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #000000;
    opacity: 0;
    color: white;
    transition: opacity 0.5s;
}

.weekly-sports .overlay:hover {
    opacity: 0.74;
}



.weekly-sports .overlay p {
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    bottom: 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 5px;
    text-transform: uppercase;
}

.weekly-sports .overlay span {
    color: #008089;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    font-size: 28px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;

}

/* END */
.booking {
    padding: 60px 0;
}

.booking-detail {
    border: 1px solid #000;
    opacity: 0.8;
    padding: 25px 25px;
    border-radius: 0;
    /* opacity: 0.8; */
    background: #fff;
}

.booking-detail h4 {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #000;
    padding: 8px 0;
}

.booking-detail h3 {
    font-family: 'Panton-Regular', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    color: #000;
    padding: 8px 0;
}


.booking-detail span {
    font-family: 'Panton-Regular', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #808080;
    padding: 8px 0;
}
.booking-detail .fromd-date::after{
    content: "-";
    margin: auto 10px;
}
.button-code{
    padding: 8px 10px !important;
    font-size: 14px;
}

.bill-detail {
    /* background: #FFFFFF; */
    /* border: 0.833802px solid rgba(128, 128, 128, 0.5); */
    /* border-radius: 24px;
    border-radius: 24px; */
    padding: 25px 25px;
    margin: 37px 0;
    border-radius: 24px;
    border: 0.834px solid rgba(128, 128, 128, 0.50);
    background: #FFF;
    border: 1px solid #000;
    opacity: 0.8;
    padding: 25px 25px;
    border-radius: 0;
    /* opacity: 0.8; */
    background: #fff;
}

.bill-detail h4 {
    font-family: 'Panton-Bold', sans-serif;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #202020;
    font-weight: 700;
}

.bill span {
    font-family: 'Panton-Regular', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #808080;
    margin: 9px 0;
}

.total-charge span {
    font-family: 'Panton-Bold', sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 700;
}

.booking .error-mesage {
    font-size: 16px;
    font-weight: 600;
    color: #C42B27;
}

.code {
    background: #FFFFFF;
    /* border: 0.591846px solid rgba(128, 128, 128, 0.5); */
    /* border-radius: 24px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.code span {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    color: #202020;

}

.code img {
    max-width: 100%;
    margin-right: 5px;
}

.code .form-control {
    font-family: 'Panton-Regular', sans-serif;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.5);
    background-color: #fff;
    width: 60%;
    margin: 10px 10px;
    border-radius: 0;
}

.now-book {
    margin-top: 14px;
    text-align: center;
    padding: 0 53px;
}

.now-book p {
    font-family: 'Panton-Regular', sans-serif;

    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #808080;
    margin-bottom: 11px;
}

.now-book .button-one {
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 600;
    display: block;
    margin: 18px 0;
    padding: 7.828px 0px;
    border-radius: 5.219px;
}

.now-book .btn-link {
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0E2145;
}

/* End */
.successfully {
    padding: 60px 0;
}

.head-successfully h2 {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 27px;
    color: #31A91D;
    margin-top: 16px;
    margin-bottom: 8px;
}

.head-successfully p {
    font-family: 'Panton-Regular', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    text-align: center;
    color: #808080;
}

.ticket {
    background: #FFFFFF;
    padding: 25px 25px;
    margin: 10px 0 15px 0;
    border-radius: 24px;
    border: 0.558px solid rgba(128, 128, 128, 0.50);
}

.ticket .ticket-details span {
    font-family: 'Panton-Trial', sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
    color: #202020;
}

.ticket .ticket-details .large-span {
    font-family: 'Panton-Regular', sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 13px;

    color: #202020;
}

.ticket .ticket-details .span-details {
    font-family: 'Panton-Regular', sans-serif;
    color: #606060;
    font-size: 12px;
    margin: 5px 0;
}

.ticket .change-span {
    color: #202020;
    font-size: 12px !important;
    font-family: 'Panton-Regular', sans-serif;
    font-weight: 500;
    margin-bottom: -11px !important;
}

.dates {
    padding: 10px 0;
}

.ticket-date span {
    margin-right: 30px;

}

.ticket .group-one .order-id,
.ticket-number {
    margin-bottom: 11px;
}

.ticket-number .group-one .dates {
    padding-top: 5px;
}

.qr-code {
    padding-left: 68px;
}

.qr-code svg {
    margin-bottom: 35px;
}

.qr-code button {
    display: block;
    width: 100%;
    margin: 18px 0;
}

.qr-code .btn-print {
    font-family: 'Panton-Bold', sans-serif;
    margin: auto 10px;
    border: 0.833802px solid #008089 !important;
    border-radius: 6.67042px;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    padding: 10px 38px;
    cursor: pointer;
}

.qr-code .btn-print:hover {
    cursor: pointer;
    background: #008089;
    border-radius: 6.67042px;
    color: #fff;
}

.successfully .links-policy {
    font-family: 'Panton-Regular', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;

    text-transform: capitalize;


}

.links-policy a {
    font-family: 'Panton-Bold', sans-serif;
    color: #808080;
    margin-left: 8px;
}

/* END */

/* Start Footer */
/**************Small Footer Style ***********/
.footer-text {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    color: #fff;
    display: flex;
    align-items: center;
}
.footer-mobile{
    display: flex;
    justify-content: end;
}

.footer-single-col .footer-head{
 color: #fff;
 text-align: center;
}
.social-footer{
    display: flex;
    justify-content: center;
}

footer a {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    align-items: center;
    color: #fff;
    margin: 10px 0px;
    text-decoration: none;

}

/*END Footer*/

/*Website Footer*/
.footer-section {
    background-color: var(--main-color);
    padding-top: 35px;
}

.footer-single-col p {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}

.footer-single-col span {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}

.footer-section a {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}

.footer-section .subscribe {

    border: none;
}

.footer-section h3 {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.footer-section ul a {
    font-family: 'Panton-Bold', sans-serif;

}

.footer-section ul a {
    color: #fff;
    text-align: left;
    margin: 10px 0;
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.footer-section ul a:hover {
    color: #008089;
}

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

.footer-bottom a:hover {
    transition: 1s;
    transform: scale(1.1);
}

.footer-section .nav-link {
    padding: 0;
}

.footer-single-col .list-unstyled {
    line-height: 40px;
    font-family: 'Panton-Bold', sans-serif;
}
.footer-bottom span {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    color: #fff;
}
.footer-bottom a {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #008089;
}
/* ENd Footer */
.user-profile {
    position: relative;
   margin: 30px 0;
   /* overflow: clip; */

}

.user-profile #user-list {
    padding: 0;
}
.user-profile .form_children .list-form{
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #0E2145;
    opacity: 0.5899999737739563;
    align-items: center;
}

.user-profile .error-message {
    color: red;
    font-size: 16px;
    font-weight: 600;
}


.shape-position {
    position: relative;
}
.test-image {
    background-image: url(../media/layer2.svg);
    background-repeat: no-repeat;
    background-position: right;
    opacity: .2;
    position: absolute;
    top: 43%;
    /* bottom: 0px; */
    right: 0;
    left: 0;
    background-size: cover;
    height: 40vh;
    transform: rotate(-29deg);
}

.user-profile .border-profile {
    border: 0.998118px solid #000000;
    border-radius: 23.9548px;

}

.user-profile .user-tab {
    padding: 60px 0px;
}

.user-profile .border-end {
    border-right: 1px solid #858585 !important;

}

.user-tab .head-user {
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 700;
    font-size: 21.2577px;
    line-height: 25px;
    color: #1C1C1C;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}

.head-user span {
    margin-left: 35px;
}

.user-profile .nav-link {
    font-family: 'Panton-Bold', sans-serif;
    color: #858585;
    margin-bottom: 24.77px;
    display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height:  16.8px ;
text-transform: uppercase;
}
.user-profile button img{
    margin-right: 8px;
}
.user-profile .my-pro-head{
    color: #000;
font-family: 'Panton-Bold', sans-serif;
font-size: 43px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 43px 77px;

}

.user-profile .nav-link i {
    font-size: 22px;
    margin-right: 5px;
}

.user-profile .nav-tabs .nav-link.active {
    color: var(--main-color);
    background-color: none;
    border: none !important;
}

.user-profile .content-tab {
    padding: 30px 85px;
}

.content-tab span {
    font-family: 'Panton-Bold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 29.8937px;
    line-height: 35px;

    color: #000000;
}

.content-tab .profile-data {
    margin-bottom: 53px;
}

.content-tab .profile-data img {
    max-width: 100%;
}

.content-tab .profile-form .form-label {
    font-family: 'Panton-Bold', sans-serif;
    color: var(--blue, #0E2145);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.content-tab .profile-form .edit-inputs{
    margin: 20px;

}

.content-tab .profile-form .form-control {
    border: 1.32861px solid #858585;
    border-radius: 3.32152px;
    background-color: transparent;
}


.category_card:hover .card-sport,
.category_card:hover .btn-sport,
.category_card.active .btn-sport,
.category_card.active .card-sport {
    background-color: #008089;
}

/* @media (max-width: 1199.98px) {
    .category_card:hover .card-sport{
        background-color: #FFF;
    }

    .category_card:hover .btn-sport
    {
        background-color: #0E2145;
    }
} */

/* End */
/* Start Contact us */


.contact-us a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.contact-us a,
a:hover {
    text-decoration: none !important;
}

.contact-us .text-black {
    color: #000;
}

.contact-us .content {
    padding: 7rem 0;
}

.contact-us .heading {
    font-size: 2.5rem;
    font-weight: 900;
}

.contact-us .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none;
    padding: 10px 0;
    color: #8E8E8E;
    font-size: 12.289px;
    font-family: 'Panton-Bold', sans-serif;
    line-height: 160%;
    letter-spacing: 0.384px;
}
.contact-us .form-select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
     padding: 10px 0;
    color: #8E8E8E;
    font-size: 12.289px;
    font-family: 'Panton-Bold', sans-serif;
    line-height: 160%;
    letter-spacing: 0.384px;
}
.contact-us .bg-contact {
    position: relative;
    background: var(--main-color);
    height: auto;
    border-top-right-radius: 38.403px;
    border-bottom-right-radius: 38.403px;
}

.contact-us .make-layers .form-padding,
.map-padding {
    width: 47%;
}

.contact-us .make-layers .bg-contact {
    width: 6%;
}

.contact-us .form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

.contact-us .col-form-label {
    color: #000;
    font-size: 13px;
}

.contact-us .btn,
.form-control,
.custom-select {
    height: 45px;
    border-radius: 0;
}

.contact-us .custom-select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.contact-us .custom-select:active,
.custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}

.contact-us .btn {
    border: none;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: .2rem;
    text-transform: uppercase;
    border-radius: 7.681px;
    padding: 0;
    width: 100%;
    background-color: var(--main-color);
}

.contact-us .btn.btn-primary {
    border-radius: 30px;
    background: #ef4339;
    color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(239, 67, 57, 0.2);
    box-shadow: 0 15px 30px 0 rgba(239, 67, 57, 0.2);
}

.contact-us .btn:hover {
    color: #fff;
}

.contact-us .btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-us .contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #efefef;
}

.contact-us .contact-wrap .col-form-label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0;
}

.contact-us .contact-wrap .form,
.contact-wrap .contact-info {
    padding: 40px;
}

.contact-us .contact-wrap .contact-info {
    color: rgba(255, 255, 255, 0.5);
}

.contact-us .contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.contact-us .contact-wrap .contact-info ul li .wrap-icon {
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.contact-us .contact-wrap .form {
    background: #fff;
}

.contact-us .contact-wrap .form h3 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.contact-us .contact-wrap .contact-info {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-us .contact-wrap .contact-info a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 1199.98px) {
    .contact-us .contact-wrap .contact-info {
        height: 400px !important;
    }
}

.contact-us .contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-us label.error {
    font-size: 12px;
    color: red;
}

.contact-us #message {
    resize: vertical;
}

.contact-us #form-message-warning,
#form-message-success {
    display: none;
}

.contact-us #form-message-warning {
    color: #B90B0B;
}

.contact-us #form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
}

.contact-us .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.contact-us .form-group {
    padding: 10px 10px;
}

.contact-us h3 {
    color: var(--main-color);
    font-size: 32px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 700;
    line-height: 36px;
}

.contact-us h3::after {
    content: " Us";
    color: #008089;
}

.contact-us p {
    color: #000;
    font-size: 16px;
    font-family: 'Panton-Regular', sans-serif;
    line-height: 1.5;
    letter-spacing: 0.108px;
}

.contact-us .touch i {
    font-size: 35px;
}

.contact-us .touch-text,
.touch-email {
    color: #000;
    font-size: 24px;
    font-family: 'Panton-Bold', sans-serif;
    font-weight: 600;
    line-height: 15.361px;
    letter-spacing: 0.2px;
    padding-left: 8px;
}

/* /* .contact-us .touch-text::after{
    content: "1111111";
    color: #DD5471;
} */
.contact-us .touch-data {
    color: #008089;
    margin-top: 3px;

}

#contactForm {
    position: relative;
    z-index: 9999;
}

.contact-border {
    border-radius: 38.403px;
    border: 1px solid var(--main-color);
    background: #FFF;
    box-shadow: 0px 108.29582977294922px 153.61111450195312px -61.44443893432617px rgba(25, 58, 75, 0.30);
    margin: auto;
}

.contact-us .form-padding {
    padding: 0px 20px;
    position: relative;
}

.shape-form {
    background-image: url('../media/layer2.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    transform: rotate(180deg);
}

.contact-us .map-padding {
    padding: 0;
}

.map-padding iframe {
    width: 100%;
    height: 100vh;
}

.contact-us .error-contact {
    font-size: 16px;
    font-weight: 600;
    color: #C42B27;
}

.contact-us .mmessage-send-style {
    font-size: 16px;
    font-weight: 600;
    color: #008089;
}

.contact-us .form-padding .get-form {
    width: 50%;
    margin: auto 10px;
}

.contact-us {
    margin: 30px auto;
    padding: 60px 0;
}

.contact-us .button-one {
    /* width: 25% ; */
    font-size: 16px;
}

.contact-us .contact-icon {
    width: 25px;
}
.contact-us .contact-info{
    font-size: 52px;
    font-weight: 600;
    color: var(--main-color);
    line-height: 38px;
    font-family: 'Panton-Bold', sans-serif;
    text-transform: uppercase;

}
.contact-us .blue-title{
    font-size: 52px;
    font-weight: 600;
    color: var(--main-color);
    line-height: 38px;
    font-family: 'Panton-Bold', sans-serif;
    text-transform: uppercase;

}
/* Payment Loader */
.loader-overlay {
    margin: 150px 0;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: block;
  }

  /* Styles for the loader */
  .loader-overlay .loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--main-color);
    border-radius: 50%;
    width: 130px;
    height: 130px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);

  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* Styles to show the loader overlay */
  .loader-overlay.show {
    display: block;
  }
  .category-head{
    position: relative;
  }
.cat-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cat-content h1{
    color: #fff;
    text-align: center;
font-size: 84px;
font-family: 'Panton-Trial',sans-serif;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
}
.cat-content p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Panton-Regular',sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
    padding: 0px 180px;
  }

.category-head img{
    width: 100%;
}
.terms_condition .content  ul li{
    padding: 1rem .6rem;
    color: #000;
}
.terms_condition .content ul li::marker{
    content: '\2B24 ';
    font-size: .6rem;
    color: var(--main-color);
}
.terms_condition .content ul p,
.terms_condition .content ul span{
    color: var(--main-color);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: normal;
}
.terms_condition .content ul span{
    font-size: 1.5rem;
}
/* Pricing */
.header-price{
    position: relative;
}

.head-price-content{
    position: absolute;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.head-price-content h1{
    text-align: center;
    font-family: 'Panton-Trial',sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.head-price-content p{
    color: #fff;
    text-align: center;
    font-family: 'Panton-Regular',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 32px;
    letter-spacing: 10px;
}
.category_card{
    position: relative;
    cursor: pointer;
}
.category_card .card{
    width: 250px;
}
.category_card .card .category_nameHover{
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background-color: #000000a8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    transition: transform .5s ease,opacity .5s ease;
    transform: translate(40%);
    opacity: 0;
}
.category_card .card:hover .category_nameHover ,
.category_card.active .category_nameHover{
    opacity: .95;
    transform: translateY(0);
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
.category_card .category_nameHover h5{
    color: var(--white-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.category_card.nav-link.active{
    background: none !important;
}
.pricing.new_pricing{
    background-color: transparent !important;
}
.new_pricing .single-pricing-wrap {
    background-color: #f5f5f5 !important;
    border-radius: 5px;
    padding: 2rem  .9rem;
    gap: 0;
}
.new_pricing .package-names{
    color:#000;
    text-align: center;
    font-family: var(--Regular-font);
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.new_pricing .text-wrapper-2{
    color: var(--main-color);
    font-family: var(--Regular-font);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 700;
}
.new_pricing .text-wrapper-3{
    font-size: 1.2rem;
    font-family: var(--Regular-font);
    font-weight: 500;
    color: #000;
    opacity: 0.5;
}
.new_pricing .package-price .check-custome {
    background: var(--main-color);
    opacity: 1;
}
.package-price .check-custome::before {
    color: var(--white-color);
}
.new_pricing .price-hr{
    border-color: #D4D4D4;
    width: 100%;
    opacity: 1;
}
.head-plan{
    color: #0E2145;
    text-align: center;
    font-family: 'Panton-Trial',sans-serif;
    font-size: 43px;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 50px;
    text-transform: uppercase;
    margin: 53px auto;
}
.table .table-name{
    color:  #0E2145 !important;
font-family: 'Panton-Trial',sans-serif !important;
font-size: 13px !important;
font-style: normal !important;
font-weight: 800 !important;
line-height: 120% !important;
}
.table .table-name-head{
    font-size: 16px !important;
}
.table tr{
    border-bottom: 1px solid #BDBDBD !important;
}
.first-table{
    font-weight: 600 !important;
}
.color-one{
    padding: 20px 0 20px 10px !important;
    background-color: #F2F2F2   !important;
}
.color-two{
    padding: 20px 0 20px 10px !important;
    background-color: #0e21451f !important;

}

.table td{
    color:  #000 !important;
font-family: 'Panton-Trial',sans-serif !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 500 !important;
line-height: 130% !important;
}






.date-picker {
    display: flex;
    position: relative;
    isolation: isolate;
  }

  .date-picker,
  .date-picker>* {
    cursor: text;
    font-size: 1.1rem;
  }

  .date-picker:hover {
      cursor: pointer;
  }

  .date-picker:active {
    background:var(--main-color);
  }

  .date-picker:focus>input[type="date"],
  .date-picker:focus-within>input[type="date"] {
    color: var(--main-color);
  }

  .date-picker:focus,
  .date-picker:focus-within {

  }

  .date-picker>.placeholder::after {
    content: "Birth Date";
    pointer-events: none;
    position: absolute;
    inset: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    transform: translate(10px,-50%);
    width: 100%;
    text-align: left;
    color: #222;
  }

  .date-picker:focus>.placeholder,
  .date-picker:focus-within>.placeholder,
  .date-picker>input[type="date"]:invalid+.placeholder {
    display: none;
  }

  .date-picker>input[type="date"] {
    /* background: none; */
    /* border: none;
    outline: none; */
    color: var(--blue-grey);
    /* font-family: serif; */
    /* position: absolute;
    width: 100%;
    height: 100%; */
    text-align: left;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  }

  .date-picker>input[type="date"]:invalid {
    color: var(--bs-gray-700) !important;
    text-align: left;
  }



  .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

.placeholder.active {
    opacity: 0;
}
