@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;600;700&display=swap");

:root {
	--main-color: #3867d6;
}

* {
	font-family: "Nunito", sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	text-transform: capitalize;
	transition: 0.2s linear;
}

html {
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-padding-top: 7rem;
	scroll-behavior: smooth;
}

html::-webkit-scrollbar {
	width: 1.2rem;
}

html::-webkit-scrollbar-track {
	background: #444;
}

html::-webkit-scrollbar-thumb {
	background: var(--main-color);
}

body {
	background: #222;
	overflow-x: hidden;
}

section {
	padding: 2rem;
	margin: 0 auto;
	max-width: 1200px;
}

button {
	margin: 50px;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
}

header {
	box-shadow: 0 8px 16px #f1f0f04d;
}

#aboutUsContent {
	display: none;
	margin-top: -20px;
	color: #fff;
	font-size: medium;
	text-transform: none;
}

#aboutUsContent p {
	font-size: x-small;
	text-transform: none;
}

.tooltip {
	display: none;
	position: absolute;
	background-color: #333;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

video {
	width: 400px;
	border-radius: 2rem;
}

h4 {
	font-size: 1.8rem;
	color: #fff;
	padding-top: 2rem;
}

.box-container p {
	text-transform: none;
}

.heading {
	text-align: center;
	padding-bottom: 2rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 4rem;
}

.heading span {
	color: var(--main-color);
	text-transform: uppercase;
}

.price p {
	color: #fff;
	font-size: medium;
	text-align: center;
}

.visually-hidden {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ass {
	font-size: 1.4rem;
	padding-left: 10px;
}

.screen-wrapper {
	background-color: black;
	padding: 10px;
	border-radius: 20px;
	box-shadow: 0 8px 16px #f1f0f04d;
}
.screen-wrapper video {
	display: block;
	width: 100%;
	height: 50%;
	border-radius: 10px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: #333;
}

.header .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	font-weight: bolder;
	color: #fff;
	font-size: 1.5rem;
	min-width: 175px;
}

.header .logo span {
	color: var(--main-color);
}

.header .navbar a {
	font-size: 1.5rem;
	color: #fff;
	margin-left: 2rem;
}

.header .navbar a:hover {
	color: var(--main-color);
}

#menu-bars {
	font-size: 3rem;
	color: #fff;
	cursor: pointer;
	display: none;
}

.home .content {
	text-align: center;
	padding-top: 6rem;
	margin: 2rem auto;
	max-width: 70rem;
}

.home .content h3 {
	color: #fff;
	font-size: 3rem;
	text-transform: none;
}

#aboutUsContent ul li {
	list-style-type: none;
	padding: 5px;
	text-transform: none;
}

.home .content h3 span {
	color: var(--main-color);
	text-transform: none;
}

.mission .box-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, 35rem);
	justify-content: center;
	align-items: flex-start;
	gap: 1.5rem;
}

.mission .box-container .box {
	border-radius: 0.5rem;
	background: #333;
	text-align: center;
	padding: 2.5rem;
}

.mission .box-container .box i {
	height: 6rem;
	width: 6rem;
	line-height: 6rem;
	border-radius: 50%;
	font-size: 2.5rem;
	background: var(--main-color);
	color: #fff;
}

.mission .box-container .box h3 {
	font-size: 2rem;
	color: #fff;
	padding: 1rem 0;
}

.mission .box-container .box p {
	font-size: 1.4rem;
	color: #eee;
	line-height: 1.8;
}

.price .box-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, 27rem);
	justify-content: center;
	gap: 1.5rem;
}

.price a {
	color: #fff;
}

.price .box-container .box {
	padding: 2rem 1rem;
	background: #333;
	border-radius: 0.5rem;
	text-align: center;
}

.price .box-container .box:hover {
	transform: scale(1.03);
}

.price .box-container .box .title {
	background: var(--main-color);
	color: #fff;
	padding: 1.5rem 0;
	font-size: 2rem;
}

.price .box-container .box {
	color: #fff;
	padding-top: 2rem;
	font-size: 4rem;
}

.price .box-container .box ul {
	list-style-type: none;
	padding: 1rem 0;
}

.price .box-container .box ul li {
	font-size: 1.5rem;
	color: #eee;
	padding: 1rem 0;
	text-transform: none;
}

.price .box-container .box ul li i {
	color: var(--main-color);
	padding-right: 0.5rem;
}

.amount {
	font-size: large;
}

.review .box {
	border-radius: 0.5rem;
	background: #333;
	padding: 2rem;
	position: relative;
}

.review .box .fa-quote-right {
	position: absolute;
	top: 2rem;
	right: 2rem;
	color: var(--main-color);
	font-size: 5rem;
}

.review .box .user {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	padding-bottom: 1rem;
}

.review .box .user img {
	height: 7rem;
	width: 7rem;
	border-radius: 50%;
	object-fit: cover;
}

.review .box .user h3 {
	font-size: 2rem;
	color: #fff;
}

.review .box .user span {
	font-size: 1.5rem;
	color: #eee;
}

.review .box p {
	line-height: 2;
	color: #eee;
	padding: 0.5rem 0;
	font-size: 1.6rem;
}

.contact form {
	max-width: 70rem;
	margin: 1rem auto;
	text-align: center;
}

.contact form .inputBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact form .inputBox input,
.contact form textarea {
	width: 100%;
	background: #333;
	border-radius: 0.5rem;
	padding: 1rem;
	margin: 0.7rem 0;
	font-size: 1.5rem;
	color: #fff;
	text-transform: none;
}

.contact form .inputBox input::placeholder,
.contact form textarea::placeholder {
	color: #eee;
	text-transform: capitalize;
}

.contact form .inputBox input:focus,
.contact form textarea:focus {
	background: #444;
}

.contact form .inputBox input {
	width: 49%;
}

.contact form textarea {
	resize: none;
}

.btn {
	background-color: #3498db;
	color: #fff;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn:hover {
	background-color: #2980b9;
	transform: translateY(-2px);
}

.btn:active {
	background-color: #1c5985;
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.btn:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.5);
}

.footer {
	background: #111;
}

.footer .box-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
	gap: 50%;
}

.footer .box-container .box h3 {
	font-size: 2.5rem;
	padding: 1rem 0;
	color: #fff;
}

.footer .box-container .box a {
	display: block;
	font-size: 1.5rem;
	padding: 1rem 0;
	color: #eee;
}

.footer .box-container .box a i {
	padding-right: 0.5rem;
	color: var(--main-color);
}

.footer .box-container .box a:hover i {
	padding-right: 1.5rem;
	color: #fff;
}

#footmail {
	text-transform: none;
}

.footer .credit {
	text-align: center;
	border-top: 0.1rem solid #222;
	color: #fff;
	padding: 3rem 2rem;
	margin-top: 1rem;
	font-size: 2rem;
}

.footer .credit span {
	color: var(--main-color);
}

.theme-toggler {
	position: fixed;
	top: 10rem;
	right: -20rem;
	background: #333;
	z-index: 1000;
	width: 20rem;
	text-align: center;
}

.theme-toggler.active {
	right: 0;
}

.theme-toggler h3 {
	color: #fff;
	padding: 1rem 0;
	font-size: 2rem;
}

.theme-toggler .buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem;
}

.theme-toggler .buttons .theme-btn {
	height: 5rem;
	width: 5rem;
	border-radius: 50%;
	cursor: pointer;
}

.theme-toggler .toggle-btn {
	position: absolute;
	top: 0;
	left: -5.9rem;
	padding: 1.3rem 1.5rem;
	background: #333;
	cursor: pointer;
}

.theme-toggler .toggle-btn i {
	color: #fff;
	font-size: 3rem;
	animation: spin 4s linear infinite;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 60px;
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 400px;
	border-radius: 10px;
	text-align: center;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.color1 {
	background: #3867d6;
}

.color2 {
	background: #f7b731;
}

.color3 {
	background: #ff0033;
}

.color4 {
	background: #20bf6b;
}

.color5 {
	background: #fa8231;
}

.color6 {
	background: #fc427b;
}

/* Media query for smaller screens */

@media (max-width: 991px) {
	html {
		font-size: 55%;
	}
	.footer .box-container {
		gap: unset;
	}
}

@media (max-width: 768px) {
	#menu-bars {
		display: initial;
	}

	.header .navbar {
		position: absolute;
		top: 99%;
		left: 0;
		right: 0;
		border-top: 0.1rem solid #222;
		background: #333;
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}

	.header .navbar.active {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	.fa-times {
		transform: rotate(180deg);
	}

	.header .navbar a {
		display: flex;
		background: #222;
		border-radius: 0.5rem;
		padding: 1.3rem;
		margin: 1.3rem;
		font-size: 2rem;
	}

	.home .content h3 {
		font-size: 4rem;
	}
}

@media (max-width: 450px) {
	html {
		font-size: 50%;
	}

	.contact form .inputBox input {
		width: 100%;
	}

	.price .box-container {
		grid-template-columns: 35rem;
	}
}
