/*-------------------
        Fonts
-------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body {
    background-color: #475832;
	margin: 0;
	padding: 0;
}
* {
	font-family: "Roboto", sans-serif;
	box-sizing: border-box;
}
nav {
	background-color: #475832;
}
.nav-container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #000 !important;
}

p {
	margin: 0 0 10px;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
a,
a:hover,
a:focus {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a.highlighted,
a.highlighted:hover,
a.highlighted:focus {
	color: #1b6d85;
	text-decoration: underline;
}
.header-content {
    background-color: #475832;
    padding: 0;
}

/* Hero Header Styles */
.hero-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2em;
}

.hero-title {
    font-size: 3.5em;
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    text-align: left;
}

.hero-title .highlight {
    color: #6bc002;
    font-size: 1em;
    font-weight: 800;
}

.hero-title .checkmark {
    color: #6bc002;
    font-size: .3em;
    margin-left: 0.4em;
}

.hero-cta {
    margin-top: 0.5em;
}

.btn-signup {
    background-color: #6bc002;
    color: #fff;
    padding: 1em 2em;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.1em;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn-signup:hover {
    background-color: #5aa002;
    color: #fff;
}

.btn-signup .arrow {
    margin-left: 0.5em;
    font-size: 1.2em;
}

/* Hero Grid Styles */
.hero-grid {
    height: 600px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(11, 1fr);
    gap: .4em;
    margin-top: 2em;
}

/* Panel positioning and spanning */
.panel-1 {
    grid-column: 1;
    grid-row: 1 / 7;
    background-color: #5f6854;
}

.panel-2 {
    grid-column: 2;
    grid-row: 2 / 8;
    background-image: url("/assets/brands/bxt/images/p-workout.jpg");
    background-repeat: no-repeat;
    background-color: black;
}

.panel-3 {
    grid-column: 3;
    grid-row: 1 / 7;
    background-image: url("/assets/brands/bxt/images/p-meal.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.panel-4 {
    grid-column: 4;
    grid-row: 2 / 8;
    background-image: url("/assets/brands/bxt/images/p-game.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.panel-5 {
    grid-column: 1;
    grid-row: 7 / 12;
    background-image: url("/assets/brands/bxt/images/p-deal.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.panel-6 {
    grid-column: 2;
    grid-row: 8 / 12;
    background-color: #4f7979;
}

.panel-7 {
    grid-column: 3;
    grid-row: 7 / 12;
    background-image: url("/assets/brands/bxt/images/p-sport.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.panel-8 {
    grid-column: 4;
    grid-row: 8 / 12;
    background-color: #57588a;
}

.panel-5, .panel-6, .panel-7, .panel-8 {
    border-radius: 10px 10px 0 0 !important;
}

.grid-panel {
    border-radius: 10px;
    padding: 1.5em;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.grid-panel h3 {
    font-size: 1.9em;
    font-weight: 600;
    margin: 0 0 0.5em 0;
    color: #ffffff55;
    z-index: 2;
    position: relative;
}

.grid-panel p {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
    color: #ffffff55;
    z-index: 2;
    position: relative;
}

header .header-wrap {
	background-position: top center;
	background-size: cover;
	color: #fff;
	font-weight: 900;
	padding: 120px 0;
	text-align: center;
}
header .header-wrap .title {
	font-size: 57px;
	line-height: 58px;
}
header .header-wrap .header-btn {
	background-color: #8e4fa2;
	display: block;
	font-size: 21px;
	margin: 20px auto 0;
	padding: 20px 0;
	text-transform: uppercase;
	width: 300px;
}
footer {
	background-color: #ebebeb;
	color: #626262;
	padding: 100px 0;
}
footer img {
	margin-bottom: 30px;
	width: 160px;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	margin: 0;
	padding: 0;
}
footer a,
footer a:hover,
footer a:focus {
	color: inherit;
}
.section-text {
    color: black;
    text-align: center;
}
.bxt-section {
	padding: 40px 0;
    background: #f1f1f1;
}
.bxt-section.privacy,
.bxt-section.terms,
.bxt-section.about {
	padding: 40px 0;
}
.bxt-section .title,
.bxt-section-1 .title h1 {
	color: #ff516e;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 20px;
}
.bxt-section .description {
	font-weight: 300;
}
.bxt-section-1 .flex {
	background-color: transparent;
}
.bxt-section-1 img {
	display: block;
	margin: auto;
	max-width: 100%;
}
.bxt-section-1 .description {
	font-weight: 400;
}
.bxt-section-2 {
	background-color: #475832;
	text-align: center;
}
.bxt-section-2 .title,
.contact-section .title {
	color: #000 !important;
}
.contact-section {
	text-align: center;
}

.section-images {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin: 30px auto;
}

.section-images div {
    width: 50%;
}

.section-images .image-left {
    background-image: url("/assets/brands/bxt/images/about-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: inherit;
}

.section-images .image-right {
    background-image: url("/assets/brands/bxt/images/about-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: inherit;
}

.desktop-only {
	display: block;
}
.mobile-only {
	display: none;
}

#recaptchapopup {
	display: flex;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(119, 117, 117, 0.639);
	align-items: center;
	justify-content: center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}

.recaptchacontainer {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}

.recaptchacontainer h3 {
	font-size: 20px;
	color: #646464;
	font-weight: 300;
}

.section-title {
    font-size: 2em !important;
    color: #6bc002 !important;
    font-weight: 800 !important;
    margin-bottom: 30px !important;
}

/* Custom XL Devices, Wide Screens */
@media only screen and (max-width: 1500px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.bxt-section-contact .form-wrap .form-title,
	.bxt-section-contact .info-col .form-title {
		font-size: 20px;
	}
	.bxt-section {
		text-align: center;
	}
	.bxt-section-contact .info-col {
		padding: 20px 15px;
	}
	.bxt-section-contact .info-col .icon {
		margin-right: 15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	.desktop-only {
		display: none !important;
	}
	.mobile-only {
		display: block;
	}
	
	/* Hero responsive styles */
	.hero-header {
		flex-direction: column;
		text-align: center;
		margin-bottom: 1.5em;
	}
	
	.hero-title {
		font-size: 2.5em;
		margin-bottom: 1em;
		text-align: left;
	}
	
	.hero-cta {
		margin-top: 0;
	}
	
	.hero-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		gap: 1em;
        height: auto;
	}
	
	/* Reset panel positioning for mobile */
	.panel-1,
	.panel-3,
	.panel-5,
	.panel-7 {
		grid-column: 1;
		grid-row: auto;
	}

    .panel-2, .panel-4, .panel-6, .panel-8 {
        grid-column: 2;
        grid-row: auto;
    }
	
	.grid-panel {
		min-height: 150px;
		padding: 1em;
	}
	
	.grid-panel h3 {
		font-size: 1.1em;
	}
	
	.grid-panel p {
		font-size: 0.85em;
	}
	
	.container-fluid > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container > .navbar-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	header .header-wrap {
		padding: 80px 0;
	}
	header .header-wrap .title {
		font-size: 38px;
	}
	.bxt-section-1 .title h1 {
		font-size: 24px;
	}
	.bxt-section-1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
* {
	font-family: "Poppins", sans-serif !important;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	line-height: 1.42857143;
}
nav {
	padding: 1em 0 1.2em 0;
}
nav .container {
	display: block;
}
nav .container .side_nav {
	width: 25%;
	position: relative;
}
nav .container .middle_nav {
	width: 50%;
	text-align: center;
}
nav .container .middle_nav .logo img {
	max-width: 200px;
}
nav .container .side_nav img {
	max-width: 30px;
}
nav .side_nav ul {
	position: absolute;
	top: calc(65% - 1.5em);
	padding: 0;
	margin: 0;
}
nav .side_nav ul li {
	display: inline-block;
	text-decoration: none;
	list-style: none;
}
nav .side_nav ul li a {
	color: #fff;
	padding: 0.5em;
}
header {
	background: #37227f;
	text-align: center;
}
header.index {
	background-image: linear-gradient(#37227f 0 50%, #1b0955 50% 100%);
}

header .container {
	width: 1080px;
	max-width: 1080px;
}
header .title {
	margin: 1em auto 0.7em auto;
	font-weight: 800;
	font-size: 3em;
	line-height: 55px;
	text-align: left;
	width: 100%;
}
header .title .highlight {
	color: #6bc002;
    font-size: 1em;
    font-weight: 800;
}
header .mobile {
	max-width: 350px;
}
.one_click {
	display: block;
	max-width: 65%;
	margin: 1em auto 3em auto;
}
.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
header .btn {
	padding: 0.8em 2em;
	min-width: 200px;
}
.btn {
	font-size: 1.2em;
}
.bxt-section .title,
.bxt-section-1 .title h1 {
	color: #8e4fa2;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 20px;
}

.bxt-section-1 .title h1 {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0;
}
.bxt-section-1 .title h3 {
	margin-top: 5px;
	margin-bottom: 0;
	color: #ff516e;
}
.bxt-section-1 .title h1,
#section-1 .title {
	text-align: center;
	color: #ff516e;
	margin-bottom: 0;
}

#contact {
	background: #475832 !important;
	color: #fff;
	padding: 60px 0 80px 0;
}

/* Contact Form Styles */
.contact-title {
	font-size: 3.5em;
	font-weight: 800;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-description {
	text-align: center;
	margin-bottom: 2em;
}

.contact-description p {
	color: #ffffffaa;
	font-size: 1em;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 800px;
}

.contact-form {
	max-width: 600px;
	margin: 0 auto;
}

.form-row {
	display: flex;
	gap: 1em;
	margin-bottom: 1.5em;
}

.form-field {
	flex: 1;
}

.form-field.full-width {
	flex: 1;
}

.form-field label {
	display: block;
	color: #ffffff77;
	font-weight: 500;
	margin-bottom: 0.5em;
	font-size: 1em;
    text-align: left;
    padding-left: 10px;
}

.form-field input,
.form-field textarea {
	width: 100%;
	padding: 12px 15px;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 1em;
	font-family: "Poppins", sans-serif;
	box-sizing: border-box;
}

.form-field input:focus,
.form-field textarea:focus {
	outline: none;
	box-shadow: 0 0 0 2px #6bc002;
}

.submit-container {
	text-align: center;
	margin-top: 2em;
}

.submit-container input[type="submit"] {
	background-color: #6bc002;
	color: #fff;
	border: none;
	padding: 15px 40px;
	border-radius: 5px;
	font-size: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease;
	min-width: 200px;
}

.submit-container input[type="submit"]:hover {
	background-color: #5aa002;
}
main#contact.curved {
	padding-top: 0;
}
footer {
	padding: 3em 0 5em 0;
	background-color: #2b2b2b;
	color: #fff;
	font-size: 0.9em;
}
.footer-container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    margin: auto;
    flex-direction: row;
    align-items: end;
}
.footer-left, .footer-right {
    width: 25%;
}
.footer-mid {
    width: 50%;
    text-align: center;
}
.footer-left {
    text-align: left;
}
.footer-right {
    text-align: right;
}
.footer-container div {
    font-size: 12px;
}
footer a,
footer a:hover {
	color: #6ac001;
}
footer img {
	margin-bottom: 0.5em;
	widows: 17px;
}
footer ul {
	padding: 0;
}
.clear {
	clear: both;
}

@media only screen and (max-width: 768px) {
	.desktop-only {
		display: none;
	}
	nav .container {
		display: block;
	}
	nav .container .middle_nav {
		width: 100%;
	}
	nav .container .side_nav {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	nav .side_nav ul {
		position: relative;
		top: 0;
		margin: 1em;
	}
	nav .side_nav ul li a {
		border-radius: 5px;
		display: block;
		transition: all ease 0.5s;
		width: 100%;
	}
	nav .side_nav ul li a:hover,
	nav .side_nav ul li a:focus,
	nav .side_nav ul li a:active {
		background: #543f96;
	}
	nav ul li {
		width: 49%;
		text-align: center;
	}
	nav .container .middle_nav .logo img {
		max-width: 50%;
	}
	nav .mobile-only {
		float: right;
	}
	nav .mobile-only img {
		width: 40px;
	}
	nav .container .middle_nav {
		text-align: left;
	}
	.mobile-only {
		display: inline;
	}
	header .container {
		width: 100%;
	}
	header .title {
		line-height: 1.2em;
		margin: 10px auto;
	}
	header .btn {
		min-width: 250px;
		padding: 0.6em 2em;
	}
	header.contact nav {
		padding-bottom: 0;
	}
	header.contact nav .side_nav ul {
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	#contact h1 {
		margin: 0;
		font-weight: 900;
		font-size: 1.7em;
		padding-bottom: 1em;
	}
	
	/* Contact form responsive styles */
	.contact-title {
		font-size: 2em;
		margin-bottom: 0.8em;
	}
	
	.contact-description p {
		font-size: 0.9em;
		padding: 0 1em;
	}
	
	.form-row {
		flex-direction: column;
		gap: 0.5em;
		margin-bottom: 1em;
	}
	
	.contact-form {
		padding: 0 1em;
	}
	
	.submit-container input[type="submit"] {
		width: 100%;
		max-width: 300px;
	}
	.bxt-section-1 .title h1 {
		font-size: 1.2em;
	}
	.bxt-section-1 .title h3 {
		margin-top: 17px;
		margin-bottom: 0;
		font-size: 0.8em;
		padding: 0;
	}
	.bxt-section-1 img {
		width: 100%;
		max-width: unset;
	}
	footer {
		font-size: 1.2em;
        padding: 1em 0 2em 0;
	}
	footer img {
		width: 225px;
	}
	footer ul {
		padding: 0;
	}

    .footer-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-left, .footer-mid, .footer-right {
        width: 100%;
        text-align: center;
    }

    .footer-left {
        margin-bottom: 20px;
    }

    .section-images {
        height: 200px;
    }

    .section-images .image-left {
        background-position: left center;
    }
}

.navbar-dark .navbar-brand {
    max-width: 150px;
}

.navbar-dark .navbar-brand img {
    width: 100%;
}
