body {
	font-family: "Afacad Flux", sans-serif!important;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
 	font-family: "Anton", sans-serif;
	color: #1991c8;
    line-height: normal;
    margin-bottom: 20px;
}

p {
    font-size: 110%;
}

h1 {
	font-size: 350%;
    margin-top: 15px!important;
}

h2 {
	font-size: 250%;
}

h3 {
    font-size: 150%;
}

.post, .page {
    margin: 0!important;
}

.br-20 {
	border-radius: 20px;
}

.vh-100 {
	height: 75vh;
}

.w-40 {
	width: 40%;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
	transition: all 0.3s;
    padding: 10px;
}

.logo {
	width: 85px;
    transition: all 0.3s;
}

.navbar-scrolled {
    background: #000;
    transition: all 0.3s;
    padding: 15px;
}

.navbar-scrolled .logo {
    width: 60px;
    transition: all 0.3s;
	display: block!important;
}

section {
	padding: 100px 0;
	background: #000;
	color: #fff;
}

section.blue {
	padding: 100px 0;
	background: #1891c8;
	color: #fff;
}

section.blue h2 {
	color: #fff;
}

.page-template-default .webpage {
	padding-top: 125px;
}

.webpage {
	padding-top: 50px;
}

.webpage h1 {
	font-size: 300%;
}

.object-fit-cover {
	object-fit: cover;
}

ul.tick {
    font-size: 110%;
	list-style: none!important;
    margin-left: 0px;
}

ul.tick li:before {
	content: '✓';
	margin-right: 15px;
	font-size: 150%;
	color: #03a9f4;
}

/* Nav */
.offcanvas {
    background-image: url(assets/img/bg.png);
    background-size: cover;
	background-position: right;
	transition: .5s ease-in-out;
}

.offcanvas-end {
	width: 100%;
}

.offcanvas-body {
    padding: 50px;
    align-items: center;
    background: #000;
}

.offcanvas-body ul {
    padding-top: 100px;
}

.menu-item {
	padding-bottom: 20px;
}

.dropdown-menu li:nth-child(1) {
    padding-top: 20px;
}

.dropdown-menu li:nth-last-child(1) {
    padding-bottom: 0;
}

.dropdown-menu.show {
    display: contents;
}

.menu-item a {
	font-family: "Anton", sans-serif;;
    padding: 5px 10px;
    transition: .2s;
    font-size: 175%;
    color: #fff;
}

.menu-item a.active {
	color: #1891c8;
}

.menu-item a:hover {
    color: #1891c8cc;
    transition: .2s;
}

.navbar-toggler {
    width: 30px;
    height: 30px;
	position: relative;
	transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
	outline: none;
	box-shadow: none;
	border: 0;
}

.navbar-toggler span {
	margin: 0;
	padding: 0;
}

.toggler-icon {
	display: block;
	position: absolute;
	height: 2px;
	border-radius: 10px;
	width: 100%;
	background: #fff;
	left: 0;
	opacity: 1;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.middle-bar {
	margin-top: 0px;
}

/* When navigation is clicked */
.navbar-toggler .top-bar {
	margin-top: 0;
	transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	margin-top: 0;
	transform: rotate(-135deg)
}

/* When navigation is collapsed */
.navbar-toggler.collapsed .top-bar {
	margin-top: -20px;
	transform: rotate(0deg)
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
	margin-top: 20px;
	transform: rotate(0deg);
}

/* End of Nav */

.carousel-control-next-icon, .carousel-control-prev-icon {
	position: absolute;
	bottom: 30px;
}

.glide * {
  margin: 0;
}

.glide__slides {
    margin-bottom: 0;
}

.glide__arrow {
    padding: 10px;
    border-radius: 50px;
    border: none;
    position: absolute;
    bottom: 0;
    background: rgb(239 239 239 / 50%);
    background: transparent;
    width: 50px;
}

.glide__arrow--right {
	right: 0;
}

.glide__slide img {
	width: 87%;
}

.offcanvas {
    z-index: 950!important;
}

.modal-backdrop {
    z-index: 940!important;
}

.carousel-caption {
    position: absolute;
    right: unset;
    top: 50%;
    left: 50px;
    color: #fff;
    text-align: left !important;
    padding: 20px;
    transform: translate(0, -50%);
	display: inline-table;
	width: 40%;
}

.carousel-caption h1 {
	font-size: 375%;
	color: #fff;
	margin: 20px 0;
}

.carousel-caption h2.small {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 150%;
}

/* BUTTONS */

.btn-primary {
    color: #fff;
    background-color: #1891c8;
    border-color: #1891c8;
	border-width: 2px;
    padding: 10px 20px;
    border-radius: 30px;
    max-width: 300px;
    font-size: 115%;
}

.btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
	border-width: 2px;
    padding: 10px 20px;
    border-radius: 30px;
    max-width: 300px;
    font-size: 115%;
}

.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
	border-width: 2px;
}

header .btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
	border-width: 2px;
}

.btn-secondary:hover {
    color: #1891c8;
    background-color: #fff;
    border-color: #fff;
	border-width: 2px;
}

/* MAIN */

div.img-div-websites {
	background: url("assets/img/slideshow1-mobile.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-content {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

div.zoom-bg {
    position: relative;
    overflow: hidden;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.zoom-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 110%;
    background-position: center;
    transition: transform 0.5s ease;
    z-index: 0;
}

div.zoom-bg:hover::before {
    transform: scale(1.1);
}

#muscle-building::before {
    background-image: url('assets/img/muscle-building-panel.jpg');
}

#weight-loss::before {
    background-image: url('assets/img/weight-loss-panel.jpg');
}

#gaining-strength::before {
    background-image: url('assets/img/gaining-strength-panel.jpg');
}

#gym-confidence::before {
    background-image: url('assets/img/gym-confidence-panel.jpg');
}

#teaching-beginners::before {
    background-image: url('assets/img/teaching-beginners-panel.jpg');
}

div.zoom-bg h2 {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
	color: #fff;
    margin: 0;
    text-shadow: 0 0 5px #000;
    font-size: 175%;
}

section.bg-image {
	background: url("assets/img/bg-image.jpg");
    background-size: cover;
    background-attachment: fixed;
}

section.bg-image h2 {
	text-align: center;
	color: #fff;
	margin: 0;
}

#map {
	width: 100%;
	height: 500px;
}

.link a {
	color: #fff;
}

.link a:hover {
	color: #1891c8;
}

div#testimonialCarousel {
    background: #1891c8;
    border-radius: 20px;
}

div#testimonialCarousel blockquote {
	font-size: unset;
}

/* END MAIN */

/* CONTACT FORM */

.wpcf7-form label {
    width: 100%;
    font-family: "Anton", sans-serif;
    font-size: 120%;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="color"], .wpcf7-form textarea {
    color: #fff;
    border: 2px solid #ccc;
    border-radius: 30px;
    padding: 10px 20px;
    background: transparent;
    width: 100%;
    margin-top: 10px;
}

.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="url"]:focus, .wpcf7-form input[type="password"]:focus, .wpcf7-form input[type="search"]:focus, .wpcf7-form input[type="number"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="range"]:focus, .wpcf7-form input[type="date"]:focus, .wpcf7-form input[type="month"]:focus, .wpcf7-form input[type="week"]:focus, .wpcf7-form input[type="time"]:focus, .wpcf7-form input[type="datetime"]:focus, .wpcf7-form input[type="datetime-local"]:focus, .wpcf7-form input[type="color"]:focus, .wpcf7-form textarea:focus {
    color: #fff;
}

.wpcf7-form input[type="text"]:focus {
    color: #fff;
}

.wpcf7-form input[type="submit"] {
    color: #fff;
    background-color: #1891c8;
    border: 2px solid #1891c8;
    padding: 12px 30px;
    border-radius: 30px;
    font-family: "Afacad Flux", sans-serif !important;
    font-size: 110%;
}

.wpcf7-form input[type="submit"]:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.wpcf7-spinner {
	display: none!important;
}

/* GALLERY */

.gallery .col-12 {
	padding: 0;
}
.gallery .row {
	padding: 0;
}

/* END GALLERY */

/* ANIMATION */

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-main,
.fade-in-element {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.8s, transform 0.8s;
}

.fade-in-main.visible,
.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.5); /* Start with the image at 50% size */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* End with the image at its full size */
  }
}

.zoom-in-element {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.8s, transform 0.8s;
}

.zoom-in-element.visible {
  opacity: 1;
  transform: scale(1);
}

@keyframes floatInRight {
  0% {
    opacity: 0;
    transform: translateX(200px); /* Move the element 200px to the right */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End with the element in its original position */
  }
}

.float-in-right-element {
  opacity: 0;
  transform: translateX(200px); /* Adjust this value as needed */
  transition: opacity 0.8s, transform 0.8s;
}

.float-in-right-element.visible {
  opacity: 1;
  transform: translateX(0);
}

/* END OF ANIMATION */

/* FOOTER */

footer {
    background: #1891c8;
    color: #fff;
    padding: 60px 0 30px;
}

footer h3 {
    color: #fff;
}

footer a {
    color: #fff!important;
}

footer a:hover {
	color: #eee!important;
}

.social-icon {
	width: 20px;
    margin-right: 15px;
}

/* Media Queries */
/* Laptops and PCs */
@media screen and (min-width: 1200px){
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 4rem);
		padding-left: var(--bs-gutter-x, 4rem);
	}
}

/* Tablets */
@media (min-width: 992px) and (max-width: 1199.99px) {
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 2rem);
		padding-left: var(--bs-gutter-x, 2rem);
	}
	
	.carousel-caption {
		top: 55%;
	}
	
	.carousel-caption h1 {
		font-size: 225%!important;
	}
	
	.carousel-caption h2.small {
		font-size: 135%;
		margin-bottom: 10px;
	}
	
	section {
		padding: 75px 0;
	}
	
	h1 {
		font-size: 200%;
		margin-top: 0!important;
	}

	h2 {
		font-size: 175%;
	}

	h3 {
		font-size: 125%;
	}
	
	.vh-100 {
		height: 85vh!important;
	}
	
	div.zoom-bg {
		height: 275px;
	}
}

@media screen and (max-width: 991.99px){
	br.d-gap {
		display: none;
	}
	
	br.m-gap {
		display: block;
	}
	
	body {
		text-align: center!important;
	}
	
	h1 {
		font-size: 200%;
		margin-top: 0!important;
	}

	h2 {
		font-size: 175%;
	}

	h3 {
		font-size: 125%;
	}

	.webpage h1 {
		font-size: 250%!important;
	}
	
	
	.row>* {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.logo {
		width: 75px;
	}
	
	.carousel-caption {
		width: 90%;
		left: 0;
		right: 0;
		bottom: 5%;
		margin: 0 auto;
		display: block;
		padding: 20px;
	}
	
	.carousel-caption h1 {
		font-size: 200%!important;
	}
	
	.carousel-caption h2.small {
		font-size: 135%;
		margin-bottom: 10px;
	}
	
	.carousel-caption p {
		display: none;
	}
	
	.carousel-caption .btn {
		padding: 7px 15px;
		border-radius: 30px;
		max-width: 200px;
		font-size: 90%;
	}
	
	.menu-item a {
		font-size: 150%;
	}
	
	.navbar-scrolled {
		box-shadow: unset;
	}
	
	.navbar-scrolled .logo {
		width: 50px;
	}
	
	div.menu-left,
	div.menu-right {
		padding: 20px 20px 0 20px;
    	position: relative;
	}
	
	.btn-menus-right {
		margin: 0!important;
	}

	.btn-menus {
        position: absolute;
        margin: 0 auto;
    	display: table;
        left: 50%;
        transform: translate(-50%, 0);
	}

	section.bg-image {
		background: url("assets/img/bg-image.jpg");
		background-size: cover;
		background-attachment: unset;
	    background-position: center;
	}
	
	.footer-logo {
		width: 30%;
		margin: 0 auto;
		display: block;
	}
	
	footer .map {
		height: 300px;
		margin: 20px 0 15px;
	}
}

@media only screen and (max-width: 768px) {
	section {
		padding: 70px 0;
	}

	.webpage {
        padding-top: 25px;
   		display: inline-block;
	}
	
    .webpage-main-img {
        height: 80vh;
    }

	.webpage-main-img .caption {
		padding-top: unset;
	}

	.webpage-main-img .caption h1 {
		font-size: 300%;
	}

	.webpage-main-img .caption p.above {
		font-size: 125%;
	}
	
	span.gap {
		display: none;
	}

	.navbar {
        padding: 5px 0;
		background: #000;
	}
	
	.navbar .menu {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.page-template-client-testimonials .navbar, 
	.page-template-our-services .navbar, 
	.page-template-contact-us .navbar {
		background: transparent;
	}
	
	.navbar-nav {
	    margin: 0;
	}
	
	.offcanvas-end {
		width: 100%;
		border-left: unset;
	}
	
	.offcanvas-end .offcanvas-body {
		justify-content: center;
	}
	
	.offcanvas-body {	
	    padding: 50px;
	}
	
	.offcanvas-body ul {
	    width: 100% !important;
	}
	
	.main-img .caption {
		text-align: center;
	}
	
	.main-img .caption h2 {
   		font-size: 175%;
		margin-bottom: 15px;
	}
	
	.main-img .caption img {
		width: 90%;
	}
	
	.main-img .caption p.welcome {
        font-size: 115%;
		letter-spacing: 10px;
	}
	
	footer hr {
		width: 90%;
		margin: 0 auto;
	}
	
	footer {
		text-align: center;
		padding: 30px 0;
	}
	
	footer h3 {
		margin: 30px 0 10px;
		text-align: center!important;
	}
	
	footer.social-icon {
		width: 20px;
		margin-right: unset;
		margin-top: unset;
		margin: 20px auto;
	}

	.carousel-caption {
		padding: 0px;
		top: 55%;
	}
	
	.carousel-caption h1 {
		font-size: 175%!important;
	}
	
	.carousel-caption h2.small {
		font-size: 100%;
		margin-bottom: 5px;
	}
}