@font-face {
    font-family: 'Sansation';
    src: url('../fonts/Sansation_Regular.woff2') format('woff2'),
        url('../fonts/Sansation_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../fonts/Sansation_Bold.woff2') format('woff2'),
        url('../fonts/Sansation_Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: "Sansation", sans-serif;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

h1 {
	font-size: 65px;
	font-family: "Tenor Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

h2 {
	font-size: 60px;
	font-family: "Tenor Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

h3 {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

h4 {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

h5 {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

p {
	font-size: 16px !important;
	letter-spacing: 0.2px;
}

.font-tenor {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.bg-home {
	background-color: #000000;
	mask-image: linear-gradient(#12131f, 85%, #0000);
	-webkit-mask-image: linear-gradient(#12131f, 85%, #0000);
	height: 100dvh;
}

.content-center {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -37%);
	z-index: 2;
}

.navbar {
	background-color: white;
	border-radius: 7px !important;
	top: 0; 
	left: 0; 
}

.nav-link {
	font-size: 15px;
	color: #375534;
	transition: 0.2s;
	letter-spacing: 0.3px;
}

.nav-link:hover {
	color: #000000;
	transition: 0.2s;
}

.info {
	font-size: 14px;
	color: white;
	letter-spacing: 0.5px;
	transition: 0.2s;
}

.info:hover {
	color: #6b8e68;
	transition: 0.2s;
}

.text-black {
	color: #494949;
} 

.text-green {
	color: #375534;
} 

.bg-black {
	background: url('../img/bg-black.webp');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.bg-green {
	background: url('../img/bg-green.webp');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.bg-beige {
	background: url('../img/bg-beige.webp');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.btn-green {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 160px;
	height: 45px;
	border-radius: 30px;
	background-color: #375534 !important;
	color: white;
	transition: 0.2s;
	border: none;
	font-size: 15px !important;
	letter-spacing: 1px;
}

.btn-green:hover {
	background-color: #1f3422 !important;
	color: white;
	transition: 0.2s;
	border: none;
}

.btn-sm-green {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	width: 150px;
	height: 38px;
	border-radius: 30px;
	background-color: #375534 !important;
	color: white;
	transition: 0.2s;
	border: none;
	font-size: 15px !important;
	letter-spacing: 1px;
}

.btn-sm-green:hover {
	background-color: #1f3422 !important;
	color: white;
	transition: 0.2s;
	border: none;
}

.decorative-line {
	height: 500px; 
	width: 900px; 
	border: 1px solid white; 
	background-color: transparent; 
	border-radius: 30px; 
	position: absolute; 
	right: -30px; 
	z-index: 0;
}

.skills-item {
	background-color: white;
	height: 5rem; 
	width: 5rem; 
	display: inline-flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 100%;
}

.circle-sm {
	position: absolute;
	height: 3rem; 
	width: 3rem;
	border-radius: 100%;
	z-index: 2 !important;
}

.circle-md {
	position: absolute;
	height: 10rem; 
	width: 10rem;
	border-radius: 100%;
	z-index: 2 !important;
}

.circle-lg {
	position: absolute;
	height: 16rem; 
	width: 16rem;
	border-radius: 100%;
	z-index: 2 !important;
}

.service-card {
	background-color: white;
	border-radius: 20px;
	box-shadow:
		0 4px 8px rgba(0, 0, 0, 0.12),
		0 12px 32px rgba(0, 0, 0, 0.16);
}

.contact-section {
	position: absolute; 
	bottom: 390px; 
	right: 0px; 
	z-index: 2; 
	width: 100%;
}

.social-media {
	background-color: white;
	color: #375534;
	border: 1px solid white;
	transition: 0.3s;
	height: 2.5rem; 
	width: 2.5rem; 
	display: inline-flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 100%;
}

.social-media:hover {
	background-color: #375534;
	border: 1px solid white;
	color: white;
	transition: 0.3s;
}

.social-media-menu {
	background-color: #375534;
	color: white;
	transition: 0.3s;
	font-size: 13px;
	height: 2rem; 
	width: 2rem; 
	display: inline-flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 100%;
}

.social-media-menu:hover {
	background-color: #1f3422 !important;
	transition: 0.3s;
}


.item-menu-footer {
	color: white;
}

input[type=text], input[type=email], textarea {
	width: 100%;
	padding: 15px;
	display: inline-block;
	border: none;
	background: #f1f1f1;
	font-size: 14px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
	background-color: #ddd;
	outline: none;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
	background: #375534;
}

.blinking-cursor {
    width: 2px;
    height: 4.1em;
    background-color: white;
    animation: blink 0.7s step-end infinite;
}

.glide {
	max-width: 100%;
	margin: auto;
	position: relative;
}

.glide__slide {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: grab;
}

.glide__arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	pointer-events: none;
}

.glide__arrow {
	color: #375534;
	font-size: 20px;
	border: none;
	padding: 10px;
	cursor: pointer;
	pointer-events: auto;
}

.glide__arrow--left {
	margin-left: -10px;
}

.glide__arrow--right {
	margin-right: -10px;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

@media (max-width: 767px) {
	h1 {
		font-size: 45px;
	}

	.content-center {
		position: absolute; 
		top: 50%; 
		left: 50%; 
		transform: translate(-50%, -40%);
		z-index: 2;
	}

	.blinking-cursor {
		width: 2px;
		height: 2.7em;
		background-color: white;
		animation: blink 0.7s step-end infinite;
	}

	.bg-black {
		background: url('../img/bg-black.webp');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: scroll !important;
	}

	.bg-green {
		background: url('../img/bg-green.webp');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: scroll !important;
	}

	.bg-beige {
		background: url('../img/bg-beige.webp');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: scroll !important;
	}
}

@media (max-width: 1200px) {
	.decorative-line {
		height: 500px; 
		width: 750px; 
		border: 1px solid white; 
		background-color: transparent; 
		border-radius: 30px; 
		position: absolute; 
		right: -30px; 
		z-index: 0;
	}
}
