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

:root {
	--c1: #4a8235;
	--f1: 'Poppins', sans-serif;
}

h1 		{ font-size: 40px }
h2 		{ font-size: 40px }
h3 		{ font-size: 26px }
h4 		{ font-size: 24px }
h5 		{ font-size: 22px }
h6 		{ font-size: 20px }
p  		{ font-size: 16px }
small 	{ font-size: 12px }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--f1);
	font-weight: 700;
}

a, p {
	color: black;
	font-family: var(--f1);
	font-weight: 400;
}

a { 
	text-decoration: none;
	transition: color 0.5s ease;
}

a:hover, .menu a:hover {
	color: var(--c1);
}

img {
	max-width: 100%;
}

.menu {
	display: flex;
	align-items: center;
}

.menu ul {
	margin: auto;
}

.menu li {
	display: inline;
	margin-right: 50px;
}

.menu a {
	font-size: 20px;
	font-weight: 500;
	color: white;
}

#top-menu a {
	color: #58235b;
	text-shadow: 1px 1px #fff;
}

#top-menu a:hover {
	text-decoration:underline;
}

.tel {
	padding: 20px 30px;
	background-color: #24272a;
	color: white;
	font-weight: 700;
	display: flex;
	align-items: center;
    justify-content: center;
}

.tel:hover {
	background-color: rgba(255,255,255,0.7);
}

.fonas {
	position: absolute;
    z-index: -1;
	object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: bottom;
}

#hero {
	position: relative;
}

#hero .hero_size {
	min-height: 700px;
	display: grid;
}

#hero p, #hero h1 {
	color: white;
}

.video {
	position: relative;
}

.video img {
	border-top-right-radius: 25%;
	border-bottom-right-radius: 25%;
	border-bottom-left-radius: 25%;
	aspect-ratio: 1;
	width: 500px;
	height: 500px;
	transition: all 0.5s ease;
}

.video:hover img { 
	padding: 20px;
}
.video p {
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.video:hover p {
	font-size: 36px;
	color: rgba(255,255,255,0)!important;
}

.number {
	width: 60px;
	height: 60px;
	background-color: rgba(74,130,53,0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--c1);
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0 20px;
}

#komunikacija p {
	color: #5c617a;
}

#komunikacija p strong {
	color: #24272a;
}

thead>tr {
	color: white;
	background-color: var(--c1);
}

thead>tr>th {
	font-weight: 400;
}

tbody>tr {
	background-color: #fcfcfc;
}

tbody>tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}

.table>:not(caption)>*>* {
	padding: 1rem!important;
}

.wpcf7-text, .wpcf7-email, textarea {
	padding: 15px 10px;
	width: 100%;
	background-color: #f4f4f4;
	border: none;
	min-height: 60px;
}

textarea { 
	height: 140px;
	margin-bottom: 20px;
}

label {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #5c617a;
	font-weight: 400;
	font-size: 16px;
}

.btn {
	background-color: #4a8235;
	border: 1px solid #707070;
	border-radius: 0;
	padding: 10px 20px;
	color: white;
	font-size: 20px;
	font-weight: 600;
}

.wpcf7 .btn {
	width: 100%;
}

.wpcf7-spinner { 
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	margin-left: 50px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0 0!important
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: initial;
}

.owl-carousel {
	position: relative;
}

.owl-nav {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
	place-items: center;
}

.owl-nav i {
	color: #24272a;
}

.owl-prev, .owl-next {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #ffffff!important;
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

footer {
	background-color: #24272a;
}

.transition {
    background: linear-gradient(3deg, rgba(36, 39, 42,0) 39.6%, rgba(255, 255, 255,1) 40%, rgba(255, 255, 255,1) 70%);
    height: 200px;
    width: 100%;
    position: absolute;
}

footer p, footer a {
	color: white;
}

footer .wpcf7, footer .kontaktai {
	padding-top: 100px;
}

.recaptcha > span > div {
	margin-bottom: 20px;
}