/*!
Theme Name: pinx
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: pinx
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.

pinx 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/
*/
:root {
	--bs-body-font-size: 1.1rem;
	--bs-body-line-height: 2rem;
	  --bs-font-sans-serif: 'Roboto', sans-serif; /* Change default font */

	--bs-nav-link-color: red;
}
body {
	font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

.fw-lightbold {
    font-weight: 500;
}

header a img {
	height: 40px;
	width: auto;
	margin-right: 10px;
}

.carousel-item img {
    width: 100%;
}
.product-details img {
	width: 55%;
	margin: 0 auto;
}
.product-content {
    background: #f4f4f4;
    padding: 2rem;
    margin-top: -3rem;
    border-radius: 10px;
}
#about {
	color: rgba(200, 202, 213, 0.75);
	background: #191919;
}
.ready,
.btn-contact {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1rem;
}
.lets {
	font-weight: 900;
	font-family: Montserrat, sans-serif;
}
.footer-left {
	background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
	position: relative;
}
.footer-left .inner {
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) {
	#colophon {
		background: url( img/footer.png ) repeat-y center ;
	}
}
#colophon {
	background-color: #101010;
	color: #fff;
}
.copyright {
	font-size: 0.9rem;
}
.footer-left::after {
    content: url(img/contact.png);
    position: absolute;
    right: 27px;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
    width: 295px;
    height: 301px;
}
.footer-right {
	position: relative;
	color: #a6a6a6
}
.footer-right a {
	color: #a6a6a6 !important;
    text-decoration: none;	
}
.footer-right::after {
    content: url(img/connect.png);
    position: absolute;
    right: 50%;
    bottom: 50%;
    z-index: 0;
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
}

.page-header-img {
	position: relative;
	    min-height: 150px;
}
.page-header-img img {
	width: 100%;
}

.entry-title {
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    margin: 0;
    border-radius: 6px;
}

#mainNav {
  background-color: transparent;
  transition: background-color 0.4s ease-in-out;
}

/* Scrolled state: solid background */
#mainNav.navbar-scrolled {
  background-color: #fff; /* Choose your solid color */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.carousel {
	position: relative;
}
.carousel-overlay,
.header-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
background: #000000;
background: linear-gradient(221deg,rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}
.carousel-caption {
	z-index: 1;
}
.slogan {
    font-size: 0.8rem;
    color: #fff;
}
.site-link {
	line-height: 1.1rem;
}
@media (max-width: 991.98px) {
	.carousel {
		margin-top: 112px;
	}
    .page-header-img {
        margin-top: 56px;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    .page-header-img img {
        width: auto;
        height: 150px;
    }
}
.footer-link img {
	opacity: 0.6;
}
