@import url('https://fonts.googleapis.com/css2?family=Bayon&family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,h2,h3,h4,h5
{
	font-family: "Bayon", sans-serif;
}
p
{
	font-family: "Poppins", sans-serif;
}
.container {
    max-width: 1400px;
	width:100%;
}
nav.navbar.navbar-default {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    border-bottom: 1px solid #E2E2E2 !important;
    border: none;
    padding-bottom: 25px;
}
a.navbar-brand img {
    margin-top: -20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #d3af34 !important;
    background-color: transparent;
}
ul.nav.navbar-nav li a {
    color: #fff !important;
}
ul.nav.navbar-nav li a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 24px;
}
.navbar-nav {
    margin: 0 0 0 250px;
	font-family: "Bebas Neue", sans-serif;
}
ul.nav.navbar-nav.navbar-right li a {
    background: #d3af34;
    padding: 16px 41px;
}
.nav>li>a {
    padding: 16px 22px;
}

.submit-btn {
    border: 1px solid #d3af34;
    padding: 23px 32px;
    margin-top: 0px;
    display: inline-block;
    font-size: 21px;
    line-height: 24px;
    color: #d3af34;
    background-color:#000;
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    cursor: pointer;
}

.submit-btn:hover {
    /* Example hover effects - customize these as you like */
    background-color: #d3af34; /* Gold background on hover */
    color: #fff; /* Black text on hover */
    /* You could also add: */
    /* border-color: #ffffff; */ /* Change border color */
    /* transform: translateY(-2px); */ /* Slight upward movement */
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */ /* Add shadow */
}
/*-hero-section-*/
span {
    color: #d3af34;
}
.hero-section:after {
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0.5;
}
.text {
    z-index: 999;
}
.hero-section
{
	/*-background-image:url("../images/pngtree.jpg");-*/
	background-color: #121212;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:800px;
	max-height:1024px;
}
.hero-section:before {
    content: "";
    background-image: url("../images/level.png");
    background-size: contain;
}
.text {
    position: absolute;
    top: 200px;
    color: #fff;
}
.text h1 {
    font-size: 122px;
    font-weight: 400;
    font-family: "Bayon", sans-serif;
    text-transform: uppercase;
    line-height: 136px;
    margin-bottom: 0;
}
.text p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 62PX;
}
nav.navbar.navbar-default {
    z-index: 999;
}
.text a {
    border: 1px solid #d3af34;
    padding: 23px 32px;
    margin-top: 0px;
    display: inline-block;
    font-size: 21px;
    line-height: 24px;
    color: #d3af34;
}
.text a:hover {
    background: #d3af34;
    color: #FFF;
}
a:hover {
    text-decoration: none;
}
img.body {
    position: absolute;
    z-index: 999;
    top: 130px;
    right: 0;
}
.level-up img {
    position: absolute;
    z-index: 99;
    top: 95px;
    right: 28px;
}
.image-box {
    float: right;
    position: relative;
    display: inline-block;
    z-index: 1;
}
 .image-box img {
	display: block;
	width: auto;
	height: auto;
  }
       
.border-gold {
    position: absolute;
    top: -70px;
    right: 90px;
    width: 384PX;
    height: 496PX;
    border: 1px solid #D3AF34;
    z-index: 0;
}
.border-gray {
    position: absolute;
    bottom: -50px;
    right: -40px;
    width: 384px;
    height: 496px;
    border: 1px solid #fff;
    z-index: 0;
}
/*-hero-section-*/

/*-counter-*/
.counter-container {
    display: flex;
    gap: 40px;
    margin-top: 80px;
}
.counter {
    font-size: 50px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #d3af34;
	font-family: "Bebas Neue", sans-serif;
}
.counter-box {
    border-right: 1px solid #e2e2e2;
    padding-right: 40px;
    margin-top: 50px;
}
.sub-heading {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
}
.counter-box:last-child {
    border: none;
}
/*-counter-*/

/*-why-choose-her-*/
section.why-choose-us {
    padding: 86px 0;
    background: #121212;
}
.content
{
	text-align:center;
}
section.why-choose-us h2 {
    font-size: 91px;
    color: #fff;
}
section.why-choose-us p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
	color:#fff;
}
.content1 {
    color: #fff;
    border: 1px solid #D3AF34;
    padding: 24px 40px;
    margin-bottom: 40px;
}
.content1 h3 {
    margin: 0;
    margin-bottom: 24px;
}
.content1 h4 {
    color: #d3af34;
}
p.gym {
    margin-bottom: 86px;
}
.content1 h4 {
    color: #d3af34;
    font-size: 28px;
}
section.why-choose-us .content1 h3 {
    font-size: 38px;
}
/*-why-choose-her-*/


/*-we-have-alot-*/
.we-have-alot
{
	background-image:url("../images/About us.png");
	background-repeat:no-repeat;
	background-size:cover;
	height:auto;
}
section.we-have-alot {
    padding: 100px 0;
}
section.we-have-alot h2 {
    text-align: left;
    color: #fff;
    font-size: 91px;
}
section.we-have-alot a
{
	border: 1px solid #d3af34;
    padding: 23px 32px;
    margin-top: 0px;
    display: inline-block;
    font-size: 21px;
    line-height: 24px;
    color: #d3af34;
}

section.we-have-alot a:hover {
    background: #d3af34;
    color: #FFF;
}
section.we-have-alot p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 83px;
    text-align: left;
}
section.we-have-alot .content {
    text-align: left;
}
section.we-have-alot .col-md-6:last-child img {
    float: right;
}
section.we-have-alot .row {
    display: flex;
    align-items: center;
}
/*-we-have-alot-*/


/*-our-professioanl-trainer-*/

section.our-professional-trainer {
    background: #121212;
    padding: 100px 0 0;
}
section.our-professional-trainer h2 {
    font-size: 91px;
    color: #fff;
}
section.our-professional-trainer p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
.indicators {
    margin: 56px auto 0;
    display: block;
    text-align: center;
}
.indicators span.indicator {
    width: 8px;
    height: 8px;
    margin: 2px;
    background-color: #484848;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
}
span.indicator.active {
    background-color: #d3af34;
}

.our-professional-trainer .slider-container
 {
width: 100%;
margin: 85px auto;
overflow: hidden;
position: relative;
}
.our-professional-trainer .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 35px;
}
.our-professional-trainer .slide {
    min-width: 28%;
    transition: transform 0.5s;
    border: 1px solid #d3af34;
    position: relative;
    padding: 00;
}
.our-professional-trainer .slide img {
    width: 100%;
    display: block;
    border-radius: 0;
    position: relative;
    height: 528px;
    object-fit: cover;
}
.box h2 {
    font-size: 38px !important;
    margin-top: 0;
    margin-bottom: 20px;
}
.box {
    padding: 30px 0;
    background: #0000009e;
    position: absolute;
    z-index: 999;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
}
.box p {
    margin-bottom: 0px;
}
.box .stars {
    color: #FCA600;
    margin: 10px 0;
    font-size: 30px;
    margin-top: 0;
}
/*-our-professioanl-trainer-*/


/*-client-says-*/
	section.client-says h2 {
    font-size: 91px;
    color: #fff;
}
        .client-says .slides {
			display: flex; 
			transition: transform 0.5s ease-in-out;
			}
        .client-says .slide { min-width: 100%; text-align: center; padding: 20px; }
        .client-says .stars { color: gold; margin: 10px 0; }
        .client-says .buttons { display: flex; justify-content: space-between; position: absolute; top: 50%; width: 100%; transform: translateY(-50%); }
        .client-says .buttons button { background: rgba(0,0,0,0.5); color: white; border: none; padding: 10px; cursor: pointer; }
        .client-says .buttons button:hover { background: black; }
		
	.slider-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    background: transparent;
    border-radius: 10px;
    color: #fff;
}
.client-says .slide p {
    width: 100%;
    max-width: 910px;
    margin: 0px auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 35px;
}
section.client-says h2 {
    font-size: 91px;
    color: #fff;
    margin-bottom: 104px;
}
.client-says .slider-container h4 {
    font-size: 38px;
    margin-bottom: 25px;
}
.client-says .slider-container {
    padding: 0;
}
.client-says .slider-container .stars {
    font-size: 24px;
    color: #FCA600;
}
.client-says .slider-container .buttons button {
    font-size: 35px;
}
.client-says .slide {
    padding: 0;
}
.client-says .slider-container .stars {
    margin-bottom: 40px;
}
.client-says .slide img {
    width: 112px;
    height: 112px;
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid #d3af34;
}
.client-says {
    background-image: url("../images/Testimonials.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 85px 0;
}
/*-client-says-*/




/*-let-start-gym-*/
section.lets-start-gym {
    background: #121212;
    padding: 30px 0 43px 0;
}
section.lets-start-gym .content {
    color: #fff;
    text-align: left;
    padding: 74px 0;
}
section.lets-start-gym .content h2 {
    font-size: 91px;
}
section.lets-start-gym .content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 50px;
}
section.lets-start-gym a {
    border: 1px solid #d3af34;
    padding: 23px 32px;
    margin-top: 0px;
    display: inline-block;
    font-size: 21px;
    line-height: 24px;
    color: #d3af34;
}
.fields {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 24px;
}
input[type="text"]::placeholder {
    color: #fff;
}
input[type="email"]::placeholder {
    color: #fff;
}
form input {
    width: 100%;
    font-size: 16px;
    background: transparent;
    border: 1px solid #fff;
    padding: 16px 24px;
    line-height: 24px;
    font-weight: 300;
	font-family: "Poppins", sans-serif;
}
form input:last-child {
    width: 100%;
    max-width: 228px;
}
input[type="tel"]::placeholder {
    color: #fff;
}

.fields input[type="text"] {
    width: 100%;
    max-width: 228px;
}
.fields input[type="tel"] {
    max-width: 228px;
    width: 100%;
}
section.lets-start-gym img {
    position: absolute;
    top: 34px;
}
section.lets-start-gym .skewd {
    position: relative;
    width: 100%;
    height: 75%;
    max-width: 1400px;
}
section.lets-start-gym .skewd:before {
    content: "";
    background: #D3AF34;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    clip-path: polygon(5% 93%, 95% 100%, 100% 0%, 0 0);
    z-index: 0;
}
.skewd-background {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: polygon(5% 93%, 95% 100%, 100% 0%, 0 0);
    z-index: inherit;
}
/*-let-start-gym-*/




/*-footer-*/
section.footer-top {
    background: #000;
    padding: 72px 0 0;
    text-align: center;
}
section.footer-top .logo img {
    margin-bottom: 40px;
}
.nav a {
    font-size: 21px;
    color: #fff;
    padding-right: 40px;
}
.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-top: 2px solid #484848;
}
section.footer-top .nav {
    margin-bottom: 72px;
	font-family: "Bebas Neue", sans-serif;
}
section.footer-top .nav a:hover {
    color: #d3af34;
    transition: 0.3s;
}
section.footer-top .nav a.active {
    color: #d3af34;
}
.footer {
    padding: 20px 15px;
}
.footer p a {
    color: #fff;
}
.footer p {
    font-size: 12px;
    font-weight: 300;
	margin-bottom: 0;
}
.footer p a:hover {
    color: #d3af34;
    transition: 0.3s;
}
/*-footer-*/


/*-media-query-*/
@media screen and (max-width: 1440px)
{
	.border-gray {
    right: 0px !important;
}

}

@media screen and (max-width: 1366px)
{


.navbar-nav {
    margin: 0 0 0 0;
}
.counter-container {
    margin-top: 0px;
}
.sub-heading {
    text-align: center;
}
.text h1 {
    font-size: 100px;
    line-height: 110px;
}
.content1 p br {
    display: none;
}
section.lets-start-gym .content p br {
    display: none;
}
}




@media screen and (max-width: 980px)
{
	ul.nav.navbar-nav li a {
    font-size: 15px;
    line-height: 24px;
}
nav.navbar.navbar-default {
    background-color:#000!important
}
section.lets-start-gym img {
    position: inherit !important;
    margin: 0px auto;
    text-align: center;
    display: block;
}

.btn-mobile {
    max-width:100%!important;
    text-align:center;
    font-size:2rem!important;
}
section.lets-start-gym .content {
    padding: 0 15px;
}
form input:last-child {
    width: 100%;
    max-width: 100%;
}
.fields input[type="tel"] {
    max-width: 100%;
    width: 100%;
}
.fields input[type="text"] {
    width: 100%;
    max-width: 100%;
}
.skewd-background {
    clip-path: inherit;
}
.nav>li>a {
    padding: 16px 12px;
}	
section.we-have-alot .row {
    flex-direction: column;
}
section.hero-section .row {
    display: flex;
    flex-wrap: wrap;
}
section.we-have-alot .col-md-6:first-child {
    order: 2;
}
section.we-have-alot .col-md-6 {
    width: 100%;
}
section.we-have-alot .image-box {
    width: 100%;
}
.border-gold {
    display: none;
}
.border-gray {
   display: none;
}
section.we-have-alot .col-md-6:last-child img {
    width: 100%;
}
h2 {
    font-size: 50px !important;
}
section.why-choose-us {
    padding: 50px 0;
}
section.we-have-alot {
    padding: 50px 0;
}
section.we-have-alot p {
    margin-bottom: 30px;
}
section.our-professional-trainer {
    padding: 50px 0;
}
.our-professional-trainer .slide {
    min-width: 50%;
}
.our-professional-trainer .slider-container {
    margin: 50px auto 0;
}
.client-says {
    padding: 50px 0;
}
section.client-says h2 {
    margin-bottom: 50px;
}
.hero-section .text {
    width: 50%;
}
img.body {
    width: 450px;
}
.level-up img {
    width: 100%;
    max-width: 320px;
}
.hero-section .text {
    z-index: 1;
}
}

@media screen and (max-width: 767px)
{
	.level-up img {
    top: 175px;
    right: 28px;
    width: 100%;
    max-width: 165px;
}

.col-md-6 {

}

.text {
    position: absolute;
    top: 120px;
    color: #fff;
}
.text a {
    padding: 15px;
    font-size: 15px;
    line-height: 24px;
    color: #d3af34;
}
.text h1 {
    font-size: 50px;
    line-height: 60px;
}
.sub-heading {
    font-size: 12px;
    line-height: 20px;
}
.counter {
    font-size: 35px;
}
.counter-container .counter-box {
    width: 100%;
}
.text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
img.body {
    top: 200px;
    width: 100%;
    max-width: 250px;
}
section.lets-start-gym img {
    width: 100%;
}
.text {
    padding: 0 15px;
}
.our-professional-trainer .slide {
    min-width: 100%;
}
section.lets-start-gym img {
    position: absolute;
    top: -100px;
}
.text h1 {
    font-size: 40px;
    line-height: 50px;
}
section.lets-start-gym .content {
    padding: 320px 15px 40px;
}
.skewd-background {
    clip-path: inherit !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background: #000;
    position: relative;
    z-index: 22222;
    margin: 15px 0;
}
.hero-section {
    height: 750px;
	/*-background-image:url("../images/pngtree.jpg");-*/
	background-color: #121212;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:600px;
	max-height:600px;
}
p.gym {
    margin-bottom: 30px;
}
div#bs-example-navbar-collapse-1 ul.nav.navbar-nav li a {
    border-bottom: 1px solid #fff;
}
.hero-section .text {
    z-index: 1;
}
img.body {

    z-index: 1;
}
ul.nav.navbar-nav.navbar-right li a {
    background: #d3af34;
    padding: 16px 41px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 150px;
    margin-top: 20px;
    border-bottom: none !important;
}

.counter-box {
    padding-right: 15px;
}
}

@media screen and (max-width: 479px)
{
.hero-section .text {
    width: auto;
}
.counter-container {
    gap: 20px;
}
section.lets-start-gym .content {
    padding: 0px 15px 40px !important;
}
img.body {
    display: none;
}
section.lets-start-gym .content {
    padding-top: 0px !important;
}
}
/*-media-query-*/
