@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto+Slab:wght@100..900&display=swap');
/*
.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  
.roboto-slab-<uniquifier> {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

:root {
	--font-family: "Quicksand", sans-serif;
	/* --font-family: "Roboto Slab", serif; */
}

html, body { width: 100%; height: 100%; margin:0; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
	margin: 0;
	transition: .5s;
	line-height: 1.2;
}
h1 { font-size: 42px; }
h2 { font-size: 40px; }
h3 { font-size: 35px; }
h4 { font-size: 30px; }
h5 { font-size: 25px; }
h6 { font-size: 18px; }

p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	font-style: normal;
	font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
}

ol, li, ul {
	font-family: var(--font-family);
	font-optical-sizing: auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	font-style: normal;
}

a, a:visited {
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
	color: #fcb54c;

	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		 -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
			  transition: all 0.2s;
}
a:hover, a:focus, a:active { text-decoration: underline; color: #fcb54c; outline: none; }



/* CUST_AMINATION
============================================================================================================================== */



/* HEADER
============================================================================================================================== */

.header-top { padding-top: 20px; padding-bottom: 20px; position: absolute; width:100%; z-index: 25; }

.header-top .logo { margin-left: 50px; }
@media only screen and (max-width: 767.50px) { .header-top .logo { margin-left: 20px; } }

.header-container {
	padding-top: 200px;
	padding-bottom: 100px;
	/* background:linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)), url('../imgs/BGs/BG-1.jpg'); */
	background:linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../imgs/BGs/BG-1.jpg');
	background-size: cover; background-position: bottom; background-repeat: no-repeat;
}


/* NAVBAR
============================================================================================================================== */

.nav-main .navbar-nav .nav-link {
	font-family: var(--font-family);
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
	/* transform: scale(0.9); */

	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		 -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
			  transition: all 0.2s;
}
.nav-main .navbar-nav .nav-link:focus, .nav-main .navbar-nav .nav-link:hover {
	/* transform: scale(1.0); */
	text-decoration: none;
	color: #000;
	font-weight: 900;
	background-color: #fcb54c;
	border-radius: 10px;
}
.nav-main .navbar-nav .nav-item.active { background-color: #fcb54c; border-radius: 15px; }

@media only screen and (max-width: 1199.50px) { .nav-main .navbar-nav .nav-link { font-size: 18px; margin-left: 5px; margin-right: 5px; } }
@media only screen and (max-width: 991.50px) { .nav-main .navbar-nav .nav-link { font-size: 13px; margin-left: 0; margin-right: 0; font-weight: 600; } }

.navbar-toggler { border: 5px solid #000; color: #000; }
.wrap-logo { margin-left: 20px; width: 200px; }
.nav-main .offcanvas-header .close-btn {
	margin: 10px 10px 10px auto;
	transform: scale(0.8);

	-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		 -ms-transition: all 0.2s;
		  -o-transition: all 0.2s;
			  transition: all 0.2s;
}
.nav-main .offcanvas-header .close-btn:hover { transform: scale(1.0); }
@media only screen and (max-width: 767.50px) {
	.nav-main .offcanvas { background-color: #FFF; }
	.nav-main .navbar-nav .nav-link { font-size: 20px; font-weight: 700; color: #000; text-align: left; }
	.nav-main .navbar-nav .nav-link:focus, .nav-main .navbar-nav .nav-link:hover { padding-left: 30px; }
	.nav-main .navbar-nav .nav-item.active { padding-left: 15px; margin-top: 10px; }
	.nav-main .dropdown-menu { background-color: #FFF; border: 0; margin-left: 30px; }
}



/* CAROUSEL
============================================================================================================================== */

.carousel-main {position: relative; }
.carousel-main .carousel-caption { top: 55%; left:60px; transform: translateY(-55%); text-align: left; width: 57%; }
.carousel-main .carousel-caption h2 { font-size: 50px; font-weight: 900; color: #000; }
.carousel-main .carousel-caption h5 { font-size: 30px; font-weight: 900; color: #000; }
.carousel-main .carousel-caption .badge { font-size: 18px; color: #000; }
.carousel-main .carousel-caption p { font-size: 18px; color: #000; }

@media only screen and (max-width: 1199.50px) {
	.carousel-main .carousel-caption { top: 50%; width: 55%; }
	.carousel-main .carousel-caption h2 { font-size: 35px; }
	.carousel-main .carousel-caption h5 { font-size: 18px; }
}

@media only screen and (max-width: 949.50px) {
	.carousel-main .carousel-caption { top: 45%; width: 50%; }
	.carousel-main .carousel-caption h2 { font-size: 30px; }
	.carousel-main .carousel-caption h5 { font-size: 20px; }
	.carousel-main .carousel-caption p { font-size: 17px; }
}

@media only screen and (max-width: 834.50px) {
	.carousel-main .carousel-caption { top: 55%; width: 50%; }
	.carousel-main .carousel-caption p { display: none; }
}

@media only screen and (max-width: 819.50px) {
	.carousel-main .carousel-caption h5 { font-size: 16px; margin-bottom: 5px; }
	.carousel-main .carousel-caption h2 { font-size: 18px; }
}

@media only screen and (max-width: 767.50px) {
	.carousel-main .carousel-caption { top: 55%; left:30px; }
}



/* FORMS
============================================================================================================================== */



/* BUTTONS
============================================================================================================================== */

.btn-main {
	font-family: var(--font-family);	
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
	line-height: 1.5;
	font-size: 18px;
	outline: none;
	color: #000;
	padding: 10px 20px 13px 20px;
	border: 0;
	border-radius: 7px;
	background-color: #fcb54c;
	transition: .1s ease-in-out, .4s color;
}
.btn-main:hover { color: #FFF; background-color: #382d25; }
.btn-main:active { transform: translateY(0.15em); }
.btn-main.full { width: 100%; }

.btn-main.grey { background-color: #9c9c9c; }



/* FOOTER
============================================================================================================================== */

footer {
	background-color: #201914;
	padding-top: 100px;
	padding-bottom: 100px;
}

footer h6, footer p { color: #FFF; }
footer a { text-decoration: none; color: #FFF !important; }
footer a:hover { text-decoration: none; color: #fcb54c !important; }
footer .underline {
	text-decoration: underline dashed #fcb54c;
  text-underline-offset: 12px; 
}

footer ul { padding-left: 15px; }
footer ul li {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	font-style: normal;
	font-family: var(--font-family);	
}
@media only screen and (max-width: 575.50px) { footer ul { list-style-type: none; padding: 0; } }



/* OTHERS
============================================================================================================================== */

.bg-gold { background-color: #fcb54c !important; }
.bg-drk-brown { background-color: #201914 !important; }
.bg-medium-brown { background-color: #382d25 !important; }
.bg-light-brown { background-color: #fdcb84 !important; }

.border-light-brown { border: 1px solid #fdcb84; }
.border-light-brown-dashed { border: 3px dashed #fdcb84; }

.H-250 { height: 250px !important; }
.mt-n-30 { margin-top: -30px }

.txt-gold { color: #fcb54c; }

.badge.title { background-color: #fcb54c !important; font-size: 16px; color: #000; font-weight: 500; border-radius: 20px; padding: 10px 20px; }

.bg-dotted-lines-dark { background: url('../imgs/BGs/dotted-lines.png') center/cover no-repeat, #201914; }
.bg-dotted-lines { background: url('../imgs/BGs/dotted-lines.png') center/cover no-repeat; }
.bg-harvest { background: url('../imgs/harvest-1.jpeg') center/cover no-repeat; height: 100%; border-radius: 20px; }
.bg-hives { background:linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../imgs/BGs/BG-Hives.jpeg') center/cover no-repeat; }

.google-map { width: 100%; height: 550px; border:0; }
.hpNo { display: none; }