/*!
Theme Name: rapagis
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rapagis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rapagis is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	font-family: "Noto Sans", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:"wdth" 100;
	font-size: 18px;
	line-height: 28px;
	overflow-x: hidden;
	color: #000
}

img {
	max-width: 100%;
	height: auto
}

.custom-logo {
	max-width: 150px;
}

.container {
	max-width: 1160px
}

.btn-off {
	padding: 0;
	border: none;
	background-color: transparent;
}

.btn-off svg {
	color: #000;
	width: 30px;
	height: 30px
}

#offcanvas-primary-menu li {
margin-left: 0
}

#offcanvas-primary-menu a {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 10px 0;
}

.hero {
	margin: 0;
	height: calc(80vh - 100px);
	width: 100vw;
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url('/wp-content/uploads/2025/02/08LFebjktIuxo88mYTtn7.avif') no-repeat center bottom/cover;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	color: #fff
}

.btn-primary, body div.wpforms-container-full button[type="submit"] {
	--bs-btn-color: #fff;
	--bs-btn-bg: #ff0132;
	--bs-btn-border-color: #ff0132;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #000;
	--bs-btn-hover-border-color: #000;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #000;
	--bs-btn-active-border-color: #000;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #ff0132;
	--bs-btn-disabled-border-color: #ff0132;
}

body div.wpforms-container-full button[type="submit"] {
	background-color: #ff0132 !important;
	border-color: #ff0132 !important;
}

.menu-item {
	margin-left:30px
}

.menu-item a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
	font-size: 16px
}

.py-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.container-fluid.vw-100 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 100px;
	background-color: #000;
}

.colorable-icon {
	width: 45px;
	height: 45px;
	margin-bottom: 20px;
	color: #ff0132
}

.rounded-4.bg-white.p-5 {
	margin: 0 -36px;
}

.services .row .row > div{
	position: relative;
}

.services .row .row > div::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-color: #ff0132;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 10px;
}

.site-footer {
	background-color: #000;
	color: #fff;
	padding: 0 0 50px;
}

.site-footer a {
	color: #fff
}

#map {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	line-height: 0;
}

@media screen and (max-width: 767px) {
body {
	font-size: 16px
}


 .custom-logo {
	max-width: 100px;
}

.py-100 {
	padding-bottom: 50px;
	padding-top: 50px
}

.container-fluid.vw-100 {
	padding: 30px 15px;
}

.rounded-4.bg-white.p-5 {
	margin: 0 -20px;
}

}
