 /* FONTS */

 @import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*END STYLE RESET*/

/*HELPER CLASS*/

a {
	text-decoration: none;
}

h1, p, span, a {
	font-family: 'Raleway', sans-serif;
}

.main-headings {
	font-size: 45px!important;
	font-weight: 600;
	color: #1B7D4E;
}

.gt {
	font-size: 18px!important;
	color: #707070!important;
}

.despre-noi {
	letter-spacing: 4px;
	color: #707070;
	font-size: 18px!important;
	font-weight: 600;
	padding-bottom: 40px;
}

.pt-15 {
	padding-top: 100px;
}

.no-dec {
	text-decoration: none;
}


/*HELPER CLASS END*/

body{
	overflow-x: hidden;
	margin: auto;
}

#navbarNav {
	align-items: center;
	justify-content: center;
}

.navbar-toggler {
	position: absolute;
	right: 20px;
	top: 20px;
}

.navbar-nav .nav-link {
    text-align: center;
}

.menu li a {
	font-size: 18px;
	font-weight: 600;
	color: #1B7D4E;
	text-decoration: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.nav-link {
	font-size: 18px;
	font-weight: 500;
	color: #1B7D4E;
}

.nav-link:hover, .nav-link:focus {
    color: #1b7d4e6e;
}

#menu-menu-1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#menu-menu-1 li {
	margin-right: 30px;
}

#logo {
	max-width: 318px;
	padding-bottom: 200px;
}

.hero-left > h4 {
	font-weight: 600;
	font-size: 45px;
	color: #1B7D4E;
}

.hero-left > p {
	font-size: 30px;
	color: #707070;
	line-height: 1.2em;
}


.hero-img {
	max-width: 100%;
}

#bg-faded {
   	position: absolute;
    top: -220px;
    left: -10%;
    filter: blur(20px);
    max-width: 800px;
    z-index: -30;
	animation: rotation 100s infinite linear;
}

@keyframes rotation {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(359deg);
	}
  }


/* @keyframes move {
  from {
  	filter: blur(20px);
    max-width: 800px;
    top: -220px;
    left: -10%;
  }
  to {
  	top: -150px;
    left: -20%;
  	filter: blur(15px);
    max-width: 770px;
  }
} */

.service {
	margin-top: 20px;
	background: linear-gradient(to top, #2782561A 10%, #27825600);
	padding: 30px;
	border-radius: 30px;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.title-and-icon {
	display: flex;
	flex-direction: row;
	position: relative;
}

.service-title {
	font-size: 30px;
	font-weight: 600;
	color: #1B7D4E;
}

.service-icon {
	position: absolute;
    right: 0;
	color: #1B7D4E;
    font-size: 30px;
}

.service-desc {
	color: #707070;
	font-size: 16px;
}

.service-img {
	width: 100%;
	border-radius: 30px;
	box-shadow: 0 11px 20px rgb(0 0 0 / 0.2);
}

.service-wide {
	width: 100%;
	margin-top: 20px;
	background: linear-gradient(to top, #2782561A 30%, #27825600);
	padding: 30px;
	border-radius: 30px;
}

.values {
	position: relative;
}

.value-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.value-desc {
	margin-top: 30px;
	text-align: center;
	color: #707070;
	font-size: 15px;
}

#bg-faded-values {
	position: absolute;
    top: -510px;
    right: -510px;
	filter: blur(20px);
	max-width: 800px;
	z-index: -30;

	animation-name: move-2;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

@keyframes move-2 {
	from {
		filter: blur(20px);
	}
	to {
		filter: blur(8px);
	}
}

.about-bg {
	background-image: url('assets/img/green-person.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 30px;
}

.about-box {
	padding: 50px;
	border-radius: 30px;
	
}

.about-box p {
	color: #fff;
}

.her-name {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1em;
}

.her-role {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.2em;
}

.testimonials-title {
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	color: #1B7D4E;
}

.testimonials-box {
	margin-top: 20px;
	background: linear-gradient(to top, #8F8F8F29 30%, #27825600);
	padding: 30px;
	border-radius: 30px;
	margin: 20px;
	min-height: 230px;
}

.testimonials-desc {
 	text-align: center;
	font-size: 16px;
}

.testimonials-auth {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.logo-bot {
	max-width: 350px;
	margin-bottom: 40px;
}

.landing-bot-strong {
	text-align: center;
	font-size: 55px;
	font-weight: 600;
	color: #1B7D4E;
}

.landing-bot-motto {
	text-align: center;
	font-size: 55px;
	font-weight: 400;
	color: #707070;
	line-height: 1em;
	max-width: 800px;
	margin: 0 auto;
}

.fa-map-marker-alt {
	font-size: 40px;
}

.contact-info {
	color: #707070;
	border: 2px solid #1B7D4E;
	display: flex;
	flex-direction: row;
	text-align: right;
	align-items: center;
	justify-content: flex-end;
	padding: 20px;
	position: relative;
	font-size: 22px;
	font-weight: 600;
	min-height: 115px;
} 

.fa-icon_g {
	position: absolute;	
	left: 20px;
	color: #1B7D4E;
}

#bg-faded-bottom {
	  position: absolute;
    bottom: -100px;
    left: -210px;
    filter: blur(20px);
    max-width: 680px;
    z-index: -30;
	
}

.landing-footer{
	position: relative;
}

.info-holder {
	padding-top: 20px;
}


/* ---- ABOUT US ---- */

.round-img {
	border-radius: 50px;
	max-width: 100%;
}

.round-image-hero {
	margin-top: 180px;
	max-width: 900px;
}

.hero-left-about {
	padding-bottom: 100px;
}

.negative-p {
	margin-top: -110px;
	padding-right: 20px;
}

.round-about-3, .round-about-2 {
	 margin-top: 50px;
}

.round-about-1, .round-about-4 {
	margin-left: 30px;	
}

.round-about-4 {
	margin-top: 30px;
}

.service-light {
	background-color: #ccedeb;
	border-radius: 40px;
	padding: 40px;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.service-title {
	font-size: 35px;
	color: #707070;
	font-weight: 200;
	padding-bottom: 20px;

}

.mt-g {
	margin-top: 20px;
}


.inner-service {
	background-color: #ebf8f7;
	display: inline-block;
	padding: 25px;
	margin-top: 25px;
	border-radius: 30px;
    line-height: 1.4em;
	color: #707070;
}

.interventii {
	background-color: #cdf6d9;
	border-radius: 40px;
	padding: 40px;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

/* --- Tarife ---- */

.collapse-main{ 
	background-color: #fff;
	padding: 40px!important;
	padding-top: 0px!important;
	border-radius: 50px;
}

tbody tr {
	padding: 20px!important;
}


.tarife-container {
	background-color: #f3f3f3;
	padding: 50px;
	border-radius: 50px;
}

.tarif-cell {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 50%;
	color: gray;
	/*border-bottom: 2px solid #1B7D4E;*/
}

.price-cell {
	text-align: right;
}

.tarif-holder {
	background-color: #fff;
	border-radius: 50px;
}

.card {
	background: transparent;
}

.tarif-title {
	padding: 10px;
	font-size: 30px;
	background-color: #fff;
	border-radius: 50px;
	margin-top: 10px;
	padding-left: 40px;
	color: #1B7D4E;
	font-weight: 600;
	position: relative;
}

.f-right {
	position: absolute;
	right: 40px;
	top: 20px;
}

.tarif-title:hover {
	background: #1B7D4E;
	border-radius: 50px;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
}

.logo-like {
	max-width: 318px;
	padding-bottom: 0px;
}

 /* --- Contact --- */

.form-container {
	background-color: #f3f3f3;
	padding: 40px;
	border-radius: 40px;
}

.contact-msg {
	font-weight: 600;
	color: #707070;
	font-size: 70px;
	text-align: center;
}

.c-form {
	width: 100%;
	border: none;
	border-radius: 30px;
	padding: 10px 30px 10px 30px;
}

.submit-btn {
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	background-color: #1B7D4E;
	color: #fff;
	text-align: center;
	border: none;
	font-size: 12px;
	letter-spacing: 3px;
	font-weight: thin;
}

/* --- footer --- */

.footer-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
	
.fa-facebook {
	color: #2397D5;
	padding-left: 10px;
}

.fa-instagram {
	color: #d842b0;
	padding-left: 10px;
	padding-right: 10px;
}

.fa-g {
	font-size: 35px;	
}

.footer-gray-text {
	color: #707070;
}


/* ----- mobile ----- */



.hide-mob {
	display: flex;

}

.hide-desk {
	display: none;
}

@media only screen and (max-width: 980px) {

	.contact-msg {
		font-size: 30px;
	}

	.tarife-container {
		padding: 10px;
		border-radius: 20px;

	}

	.tarif-title {
		border-radius: 20px;
		font-size: 25px;
	}

	.tarif-title:hover {
		border-radius: 20px;
		font-size: 25px;
	}


	.footer-links {
		flex-direction: column;
	}

	.hide-mob {
		display: none;
	}
	
	.hide-desk {
		display: flex;
	}

	#bg-faded-bottom, #bg-faded, #bg-faded-values {
		max-width: 400px!important;
		bottom: 0px;
		top: 0px;
		left: 0px;
		position: absolute;
	}
	
	

	#logo {
		padding-bottom: 50px;
	}

	.hero-img {
		padding-top: 50px;
	}

	.pt-15 {
		padding-top: 50px;
	}

	.about-box {
		padding: 20px;
	}

	.contact-info {
		margin-top: 10px;
	}

	.landing-bot-strong {
		font-size: 35px;
		line-height: 1.3em;
		margin-bottom: 20px;
	}

	.landing-bot-motto {
		font-size: 35px;
	}

	#menu-menu-1 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

  }
