@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');

:root {
--c-dark: #000;
--c-brand: #2f3729;
--c-brand-light: hsl(47 69.4% 80.8%);
--c-brand-rgb: rgb(47 55 41);
--c-body: #2c2c2c;
--btn-main: linear-gradient(to right,#f0e1ac, #a35c55);
--btn-text-color: #2c2c2c;
--c-light: #fff;
--c-icon: linear-gradient(to right,#f0e1ac, #a35c55);
--c-accent: rgb(192 50 140);
--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);
--img-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.5);
--transition: all 0.5s ease;
--overlay: linear-gradient(rgba(214, 214, 214, 0.7), rgba(181, 181, 181, 0.8));
}

body {
	font-family: "Roboto", sans-serif;
	line-height: 1.8;
	color: var(--c-body);
	position: relative;
}

h1,h2,h3 {
	font-weight: 900 !important;
	font-family: "Poiret One", sans-serif;
}

h3 {
	font-size: 18px;
}

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: var(--img-box-shadow);
}

img.noshadow {
	box-shadow: none;
}

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

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	 background: var(--overlay);
    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 {
    padding: 14px;
    transition: all 0.3s ease;
}

.btn-main {
	background: var(--btn-main);
	border-radius: 100px;
	border: none;
	font-weight: 600;
	color: var(--c-dark);
}

.btn:hover, .btn-main:hover  {
    color: var(--c-light);
    transform: translateY(-5px);
}

.video-btn {
    width: 60px;
    height:60px;
    background: var(--btn-main);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--c-dark);
    border-radius: 100px;
}

.video-btn i {
    font-size: 32px;
}

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

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

.navbar-nav .nav-link.active {
   color: #a35c55 !important;
	font-weight: 700 !important;
}

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

.section-intro .divider {
    height: 4px;
    width: 120px;
    background: var(--c-icon);
    margin: 16px auto;
}

.join .join-img {
	position: relative;
}

.join .join-img .icon {
	width: 90px;
	height: 90px;
	background: var(--c-icon);
	color: var(--c-dark);
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
}

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

.feature i {
	background: var(--c-icon);
   color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 54px;
}

/* PEOPLE */

.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: var(--c-accent);
}

/* fOOTER */
footer {
	background: var(--c-icon);
	color: var(--c-body);
	box-shadow: 0 12px 20px rgba(0,0,0,0.1);
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}


footer li,
footer p,
footer a {
    color: rgba(0,0,0,0.7);
}

footer ul {
    list-style: none;
    padding: 0;
}

footer .line {
    width: 40px;
    height: 4px;
    background-color:#fff;
    margin-top: 12px;
    margin-bottom: 24px;
}

footer p {
	text-align:left;
}

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

footer ul {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.4;
	font-weight:normal;
	text-align:left;
	margin: 0 auto 20px;;
}

footer ul li {
	padding-right:10px;
	display:inline;
}

footer a {
	font-weight:normal;
	transition: 0.2s;
}

footer a:hover {
	color: #a35c55 !important;
}

.social-networks {
	text-align: center;
	padding-top: 0;
	padding-bottom: 5px;
}

.social-networks a {
	font-size: 24px;
	margin-right: 5px;
	margin-left: 5px;
	color: var(--c-dark);
	padding: 0 2px 0 2px;
	transition: 0.2s;
}

.social-networks a:hover {
	text-decoration: none;
}

.twitter:hover 
{color: #1da1f2;}

.facebook:hover 
{color: #1da1f2;}

.youtube:hover{
	color: #dd2c28;
}

.linkedin:hover {
color: #29a7e1;
}

.telegram:hover
{color: #31b0e8;}

.whatsapp:hover {
color: #13990a;
}

/* /Responsive Video */
.video-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}

.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}





