@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
}

.navbar.aos-init {
	position: fixed;
	width: 100%;
}

.navbar.aos-animate {
	background: #333;
}

/*.navbar-brand, .nav-link {
	color: #f0f0f0 !important;
	font-weight: 600;
}*/

.hero {
	height: 100vh;
	overflow: hidden;
	color: white;
	text-align: center;
}

.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	opacity: 0.6;
}

.hero-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.hero-content {
	position: relative;
	z-index: 1;
	padding-top: 10vh;
}

.hero-content h1 {
	font-size: 3.5rem;
	text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

section {
	padding-top: 60px;
}

h2 {
	font-weight: bold;
	margin-bottom: 20px;
}

.navbar-collapse.show .nav-link {
	font-size: 1.2em;
	text-align: center;
	padding: 0.8em var(--bs-nav-link-padding-x);
}

.icon-box {
	transition: transform 0.3s;
}

.icon-box:hover {
	transform: translateY(-10px);
}

.form-section {
	background: #fff;
	max-width: 750px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 40px;
	margin: 40px auto;
}

.btn-primary, .btn-success {
	font-size: 1.1rem;
	transition: background-color 0.3s ease;
}

.btn-primary:hover {
	background-color: #222;
	border-color: #222;
}

.price-output {
	margin-top: 15px;
	font-weight: bold;
	color: #212529;
}

footer .nav-link {
	font-weight: normal;
}

footer .bi {
	font-size: 24px;
}

#files .gx-5 {
	--bs-gutter-x: 2rem;
}

.no-focus:focus {
	border-color: var(--bs-border-color);
	box-shadow: none;
}

.image-box {
	background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.image-box .id {
	bottom: 30px;
    right: 30px;
    font-size: larger;
    position: absolute;
    color: rgba(var(--bs-secondary-rgb), 1);
}

div:target .image-box {
    border: 1px solid var(--bs-info);
}