@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');
:root {
	--main-brandcolor1: #253c80;
	--main-brandcolor2: #ffffff;
	--main-textcolorbody: #888888;
	--main-textcolorheader: #555555;
	--main-textwhite: #ffffff;
	--main-bglight: #f7f8fd;
	--main-bordercolor: #ddd;
	--main-borderradius: 5px;
	--main-boxshadow: 0 0 20px 0 rgba(136, 136, 136, 0.2);
}
html,
body {
	font-family: 'Manrope', 'Open Sans', 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
	color: var(--main-textcolorbody);
	background: var(--main-textwhite);
	overflow: hidden;
	overflow-y: auto;
	font-size: 16px;
	line-height: 1.5 !important;
}
* {
	text-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
.hidden {
	display: none !important;
}
* {
	outline: 0 !important;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-thumb {
	background: var(--main-brandcolor1);
	border-radius: 100px;
}
::-webkit-scrollbar-track {
	background: transparent;
}
::-moz-selection {
	background: #000;
	color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
a,
a:hover {
	color: var(--main-textcolorbody);
	text-decoration: none !important;
	cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.4 !important;
	margin: 0;
	margin-bottom: 0;
	color: var(--main-textcolorheader);
	letter-spacing: 1px;
}
.h1,
h1 {
	font-size: 2.4rem;
}
.h2,
h2 {
	font-size: 1.7rem;
}
.h3,
h3 {
	font-size: 1.5rem;
}
.h4,
h4 {
	font-size: 1.3rem;
}
.h5,
h5 {
	font-size: 1.1rem;
}
.h6,
h6 {
	font-size: 1rem;
}
p {
	line-height: 1.5 !important;
	margin: 0;
	margin-bottom: 0;
}
.text_adjusted {
	text-align: justify !important;
	text-justify: inter-word !important;
	text-indent: 5em !important;
}
img {
	width: 100%;
}
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.container {
	text-align: center;
}
.section {
	padding: 40px 0;
}
.section:nth-child(even) {
	background: var(--main-bglight);
	color: var(--main-brandcolor1) !important;
}
.first-section {
	padding-top: 140px;
}
.swiper-container.first-section {
	padding-top: 0;
	margin-top: 100px;
}
.section-title {
	margin-bottom: 20px;
}
.section-title h3 {
	width: max-content;
	margin: 0 auto;
	border-bottom: 4px solid var(--main-brandcolor1);
}
.section-title p {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 0;
	color: var(--main-brandcolor1);
}
.model_header_description {
	text-align: left;
}
.model_header_img img {
	max-width: 480px;
	border-radius: var(--main-borderradius);
	margin-bottom: 20px;
}
.model_header_price {
	margin: 20px auto;
}
.model_header_price h3 {
	color: var(--main-brandcolor1);
}
.model {
	border-top: 4px solid var(--main-bordercolor);
}
.model img {
	height: 40px;
	width: auto;
}
.model .col-6 > div {
	margin: 10px auto;
}
.model h5 {
	color: var(--main-brandcolor1);
}
.colors .row {
	flex-wrap: wrap-reverse;
}
.colors img {
	border-radius: var(--main-borderradius);
	max-width: max-content;
}
.colors .col-md-4 > div > * {
	text-align: left;
	cursor: pointer;
	padding: 10px;
}
.colors .color_item {
	justify-content: flex-start;
}
.colors .color_item.active {
	font-weight: 700;
	letter-spacing: 1px;
}
.colors .color_item span {
	margin-right: 5px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	position: relative;
	display: inline-block;
}
.welcomebuttons {
	margin: 0 auto;
	margin-top: 20px;
	max-width: 150px;
	flex-wrap: wrap;
	gap: 10px;
}
.welcomebuttons .button1 {
	width: 120px;
}
.chooseus .col-md-4 {
	padding: 20px;
	border-right: 2px solid var(--main-bordercolor);
}
.chooseus .col-md-4:nth-child(4),
.chooseus .col-md-4:nth-child(7) {
	border-right: 0;
}
.chooseus .col-md-4 h5 {
	margin-bottom: 10px;
}
.chooseus .col-md-4 i {
	font-size: 2.4rem;
	margin-bottom: 10px;
	color: var(--main-brandcolor1);
}
.header {
	height: 100px;
	padding: 0 20px;
	z-index: 999;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: var(--main-brandcolor2);
	box-shadow: var(--main-boxshadow);
}
.header .logo {
	width: 180px;
	margin-right: 40px;
}
.header .items {
	width: calc(100% - 180px);
	justify-content: space-evenly;
	overflow: hidden;
	gap: 10px;
	background: var(--main-brandcolor2);
}
.header .items > * {
	display: block;
	position: relative;
	color: var(--main-brandcolor1);
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: var(--main-borderradius);
	font-weight: 700;
}
.header .items > *.active,
.header .items > *:hover {
	letter-spacing: 1px;
	background: var(--main-brandcolor1);
	color: var(--main-brandcolor2);
}
.button1 {
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: var(--main-borderradius);
	background: var(--main-brandcolor2) !important;
	color: var(--main-brandcolor1) !important;
	border: 4px solid var(--main-brandcolor1);
	width: max-content;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 0 10px;
	height: 40px;
	line-height: 32px;
	cursor: pointer;
	text-align: center;
}
.sidemenu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5rem;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.sidemenu i {
	color: var(--main-brandcolor1);
}
.quick-contact-button {
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 55px;
	height: 55px;
	z-index: 999;
}
.quick-contact {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	background: var(--main-brandcolor1);
	color: var(--main-brandcolor2);
	justify-content: space-evenly;
	z-index: 999;
}
.quick-contact > * {
	display: block;
	position: relative;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
}
.quick-contact i {
	display: block;
	margin-bottom: 5px;
	font-size: 1.5rem;
	height: 50px;
	line-height: 50px;
}
.quick-contact a {
	color: var(--main-brandcolor2) !important;
}
.preloader {
	position: fixed;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	background: var(--main-textwhite);
	display: block;
	z-index: 100000;
	top: 0;
	left: 0;
}
.loader {
	width: 50px;
	aspect-ratio: 1;
	display: grid;
	border: 4px solid #0000;
	border-radius: 50%;
	border-color: var(--main-bordercolor) #0000;
	animation: l16 1s infinite linear;
	position: fixed;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}
.loader::before,
.loader::after {
	content: '';
	grid-area: 1/1;
	margin: 2px;
	border: inherit;
	border-radius: 50%;
}
.loader::before {
	border-color: var(--main-brandcolor1) #0000;
	animation: inherit;
	animation-duration: 0.5s;
	animation-direction: reverse;
}
.loader::after {
	margin: 8px;
}
@keyframes l16 {
	100% {
		transform: rotate(1turn);
	}
}
.swiper-container {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: var(--main-borderradius);
	overflow: hidden;
}
.swiper-slide {
	text-align: center;
	background: #fff;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination-bullet {
	background: var(--main-bordercolor);
	opacity: 0.5;
}
.swiper-pagination-bullet-active {
	background: var(--main-brandcolor1);
	opacity: 1;
}
.footer {
	padding: 80px 0 40px;
	text-align: center;
	border-top: 4px solid var(--main-bordercolor);
}
.footer-logo {
	max-width: 200px;
	margin: 0 auto;
}
.footer-contact {
	text-align: left;
	max-width: 360px;
	margin: 0 auto;
	margin-top: 20px;
}
.footer-contact > * {
	display: block;
	position: relative;
	margin-top: 10px;
}
.footer-socials {
	margin: 40px auto;
	max-width: 360px;
	gap: 10px;
}
.footer-socials a {
	display: block;
	margin: 0;
	background: var(--main-brandcolor1);
	color: var(--main-brandcolor2);
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	font-size: 1.3rem;
}
.copyright-text a {
	color: var(--main-brandcolor1) !important;
	text-decoration: underline !important;
}
.text-color {
	color: var(--main-brandcolor1) !important;
}
.outlets {
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 40px;
}
.outlets > div {
	width: calc(50% - 20px);
	text-align: left;
	border-radius: var(--main-borderradius);
	box-shadow: var(--main-boxshadow);
	background: var(--main-brandcolor2);
}
.outlets.models > div {
	width: calc(33.33% - 30px);
}
.outlets > div > * {
	padding: 0 20px;
	margin-bottom: 5px;
	display: block;
	position: relative;
}
.outlets > div > .outlet_name {
	margin-top: 20px;
	margin-bottom: 10px;
}
.outlets.models > div > .outlet_name {
	margin-top: 0;
}
.outlets.models img {
	margin-top: 20px;
	border-radius: var(--main-borderradius);
}
.outlets > div > .outlet_type {
	background: var(--main-brandcolor1);
	color: var(--main-brandcolor2);
	padding: 0 5px;
	margin-bottom: 0;
}
.outlets > div > .outlet_button {
	margin: 20px;
}
/* mobile responsive */
@media (max-width: 768px) {
	.header {
		height: 60px;
		margin: 0 auto;
		padding: 0;
	}
	.header .logo {
		margin: 0 auto;
	}
	.header .items {
		position: fixed;
		left: 0;
		top: 60px;
		display: none;
		border-radius: 0;
		width: 100%;
		border-bottom: 1px solid var(--main-bordercolor);
	}
	.header .items > * {
		height: 40px;
		line-height: 40px;
		max-width: max-content;
		margin: 0 auto;
		margin-bottom: 10px;
		padding: 0 20px;
	}
	.footer {
		padding-bottom: 90px;
	}
	.sidemenu {
		display: block;
	}
	.quick-contact {
		display: flex;
	}
	.first-section {
		padding-top: 100px;
	}
	.swiper-container.first-section {
		margin-top: 60px;
	}
	.swiper-container {
		height: 40vh;
	}
	.model .col-6:first-child {
		padding-bottom: 40px;
	}
	.chooseus .col-md-4 {
		border-right: 0;
		border-bottom: 2px solid var(--main-bordercolor);
	}
	.chooseus .col-md-4:last-child {
		border-bottom: 0;
	}
	.outlets {
		gap: 20px;
	}
	.outlets > div,
	.outlets.models > div {
		width: 100%;
	}
	.colors img {
		margin-top: 10px;
	}
}
