/*
Theme Name:   Bootscore Child
Description:  Bootscore Child Theme
Author:       Bootscore
Author URI:   https://bootscore.me
Template:     bootscore
Version:      6.0.0
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
	color: #fff;
	background-color: #000000;
	font-size: 0.875rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}
.ft-khmer {
	font-family: 'Khmer MN';
}
/* Anime JS Background Animation */
.grid-container {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: -1;
}

.horizontal-line, .vertical-line {
	position: absolute;
	background: rgba(128, 128, 128, 0.5);
}

.horizontal-line {
	width: 100%;
	height: 1px;
}

.vertical-line {
	width: 1px;
	height: 100%;
}
/* Anime JS Background Animation */

.bg-menu {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}
a {
	color: #fff !important;
}
.text-grey {
	color: #9F9F9F;
}
.py-6 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.pt-6 {
	padding-top: 4rem;
}
.pb-6 {
	padding-bottom: 4rem;
}
.px-6 {
	padding-left: 4rem;
	padding-right: 4rem;
}
.ps-6 {
	padding-left: 4rem;
}
.pe-6 {
	padding-right: 4rem;
}
.w-10 {
	width: 10%;
}
.w-logo {
	width: 8%;
}
.logo-header {
	width: 25px;
	height: auto;
}
.logo-footer {
	width: 5%;
}
.bootscore-footer .list-inline-item:not(:last-child) {
	margin-right: 1.5rem;
}
.form-img {
	background-image: url('https://xenovate.ai/backend/wp-content/uploads/2025/09/form-img.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bg-footer {
	background-image: url('https://xenovate.ai/backend/wp-content/uploads/2025/09/footer-colors-scaled.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.btn-grad {
	background-image: linear-gradient(to right, #f46b45 0%, #eea849  51%, #f46b45  100%);
}
.btn-grad {
	padding: 10px 35px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	/* box-shadow: 0 0 20px #eee; */
	border-radius: 50px;
	display: block;
}
.btn-grad:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
.bg-modal {
	background-color: #2e251e;
}
.form-check-input:checked {
	background-color: #f96b2b;
	border-color: #f96b2b;
}
.wpcf7-submit {
	border: none;
}
.form-control:focus {
	box-shadow: none;
}
.form-check-inline {
	margin-right: 2rem;
}
input::placeholder {
	font-size: 0.875rem;
	font-weight: 300;
}
#exampleModal h6 {
	color: #9F9F9F;
}
#exampleModal .form-control {
	padding: 0.5rem 0.75rem;
	color: #fff !important;
	background-color: #251c17;
	border: none;
	border-radius: var(--bs-border-radius);
}
#exampleModal input::placeholder {
	color: #fff !important;
}
.text-orange {
	color: #f96b2b;
}
#exampleModal .modal-content {
	color: #fff;
}
.alert-warning {
	margin-top: 1rem;
	font-size: 0.875rem;
}
.top-button {
	right: 3%;
	bottom: 65px;
}
@media (min-width: 768px) {
	body {
		font-size: 1rem;
	}
	.py-6 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.pt-6 {
		padding-top: 6rem;
	}
	.pb-6 {
		padding-bottom: 6rem;
	}
	.px-6 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.ps-6 {
		padding-left: 6rem;
	}
	.pe-6 {
		padding-right: 6rem;
	}
	.logo-header {
		width: 30px;
		height: auto;
	}
	.logo-footer {
		width: 8%;
	}
}