@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret One:wght@400;500;700&display=swap');


/* VARIABLES */
:root {
	--c-dark: #2f3729;
	--c-brand: #2f3729;
	--c-brand-light: hsl(94 14.7% 40%);
   --c-brand-rgb: rgb(47 55 41);
   --c-body: #2c2c2c;
   --btn-bg-start: #6e8060;
	--btn-bg-end: #9dad91;
	--btn-hover-start: #9dad91;
	--btn-hover-end: #6e8060;
	--btn-text-color: #fff;
   --c-icon: #6d8445;
	--c-accent: #c0328c;
	--c-footer: #fff;
	--c-heading: #2f3729#
   --font-main: 'Roboto', Arial, Helvetica, sans-serif;
   --font-heading: "Poiret One", sans-serif;
   --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
   --transition: all 0.5s ease;
}

body {
	font-family: "Roboto", sans-serif;
	line-height: 1.8;
	position: relative;
}

h1,h2,h3,h4,h5,h6 {
   font-weight: 900 !important;
	font-family: var(--font-heading);
	color: var(--c-heading);
}

@media screen and (max-width: 768px) {
h2 { 
    padding-top: 30px;}
}

.black {
	color: #000;
}

h3.small {
	font-size: 18px;
}

h4 {
    padding-bottom: 20px;
}

h4.larger {
	padding-bottom: 10px;
	font-size:20px;
}


h5.info {
    text-align: left; 
}

p.space {
	margin-top:25px;

}
p.center {
	text-align: center;
}

p.indent {
	text-indent: 10px;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 800;
    color: #20212c;
}

img {
	max-width: 100%;
   height: auto;
	border-radius: 5%;
	box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
}

img.noshadow {
	box-shadow: none;
}

/* NAVBAR */
.navbar {
    box-shadow: var(--box-shadow);
}

.navbar-nav .nav-link {
    font-weight: 700;
    color: var(--c-dark);
}

.navbar-nav .nav-link.active {
    color: var(--c-brand);
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 2;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	 background: linear-gradient(rgba(47 55 41 / 0.5), rgba(100 117 87 / 0.5));
    z-index: -1;
}

.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* BTN */
.btn {
	padding: 10px 18px;
	transition: all 0.3s ease;
	border-radius: 25px;
	border:1px solid #000;
	font-size: 14px;
	margin:10px 5px;
}

.btn-main {
	background: linear-gradient(to right, var(--btn-bg-start), var(--btn-bg-end));
 	color: var(--btn-text-color);
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	outline: none;
}

.btn-main:hover {
	 backgrouind: linear-gradient(to left, var(--btn-hover-start), var(--btn-hover-end));
 	color: var(--btn-text-color);
	transform: translateY(-5px);
	box-shadow: inset 0px 0px 5px #222;
	opacity: 0.9;
}

.btn-brand {
	background-color: var(--c-brand);
	color: var(--btn-text-color);
	border-color: #000;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	outline:none;
	margin-left:0;
}

.btn-brand:hover {
	background-color: var(--btn-bg-end);
	border-color:#000;
	color: var(--c-dark);
	transform: translateY(-5px);
}

/* SECTION */
.section-intro {
    margin-bottom: 40px;
}

.section-intro .divider {
    height: 4px;
    width: 120px;
    background: linear-gradient(to right,#000, #fff);
    margin: 16px auto;
}

/* SERVICE */
.service .service-img {
    position: relative;
}

.service .service-img .icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(to right,#404b3e, #647560);
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.service .service-img .icon i {
    font-size: 36px;
}

/* FEATURE */

.feature i {
    background: -webkit-linear-gradient(#647560, #404b3e);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
}

/* REVIEW */

.review, people {
   box-shadow: 0 12px 12px rgba(0,0,0,0.1);
	height:325px;
}
.review .person {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding-bottom: 18px;
}

.review .person img {
    width: 75px;
    height: 75px;
    border-radius: 100px;
}

.review .stars {
    color: orange;
}

/* TEAM */

.people  {
    box-shadow: 0 12px 12px rgba(0,0,0,0.1);
}

.people .person {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding-bottom: 18px;
}

.people .person img {
    width: 75px;
    height: 75px;
    border-radius: 100px;
}

.people .heart {
    color: #a9196d;
}

/* FORM */
.form {
	width: 90%; /* Keeps the form at 90% width on small screens */
	margin: 0 auto; /* Centers the form horizontally */
   height: auto;
   color: #fff;
   background: linear-gradient(to top, rgba(0, 0, 0, 0.6)25%, rgba(0, 0, 0, 0.6)25%, rgba(0, 0, 0, 0.9)50%);
   border-radius: 10px;
   padding: 25px;
}

/* Media query for screens larger than a certain breakpoint (e.g., 768px, a common tablet/desktop breakpoint) */
@media screen and (min-width: 768px) {
  .form {
    max-width: 550px; /* Limits the form's width on larger screens */
    width: 100%; /* Ensures max-width takes precedence */
  }
}

.form input {
    width: 100%;
    height: 30px;
    padding-top: 10px;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    outline: none;
}

.form input:focus {
    outline: none;
}

::placeholder {
    color: #fff;
    font-family: 'Monserrat', arial, sans-serif;
	 font-size:16px;
}

.hidden-label {
	display:none;
}

.btnn {
    width: 350px;
    text-align: center;
    font-size: 18px;
    padding: 10px 15px;
    background: transparent;
    border: none;
    margin-top:10px;
    /* margin-left: 75px; */
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    transition: 0.2s ease;
}

.btnn:hover {
    color: #000;
    background-color: var(--c-brand-light);
    padding: 10px 15px;
    border-radius: 10px;
}

.form .link {
    font-family: var(--font-main);
    font-size: 17px;
    padding-top: 10px;
    text-align: center;
}

.form .link a {
    text-decoration: none;
    color: #647560;
}

/* FOOTER */
#myFooter {
	color: var(--c-footer);
   background: linear-gradient(to top,#404b3e, #647560);
}

#myFooter .footer-copyright {
	background: transparent;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

#myFooter .footer-copyright p {
	margin:10px;
	color: var(--c-footer);
}

#myFooter ul {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.7;
}

#myFooter h2 {
	font-size: 18px;
	color: white;
	font-weight: bold;
	margin-top: 20px;
}

#myFooter a {
	color: var(--c-footer);
	text-decoration: none;
}

#myFooter a:hover, #myFooter a:focus {
	text-decoration: none;
	color: var(--c-footer);
}

#myFooter .myCols	{
	text-align: center;
}

#myFooter .social-networks {
width: 100%;
margin: 0 auto;
}

#myFooter .social-networks img {
width: 36px;
height: 36px;
background: transparent;
border:0;
margin: 0 5px;
filter: none;
outline: none;
box-shadow: none;
}

@media screen and (max-width: 768px) {
#myFooter {
    text-align:center;}
}

@media screen and (max-width: 768px) {
	.stack {
	margin-bottom:10px;
	}
}






