body{
    width: 100%;
}

@media (max-width: 991px) {
    body {
        padding-top: 0px;
    }
}

.cover {
	position: relative;
}
.cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 174, 239, 0) 100%);
}



.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover .toggle-slick {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
}

.cover {
    height: clamp(54vh, 20vh + 59vw, 126vh);
    top: 78px;
}

.cover-content {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;
	max-width: 600px;
	margin-top: -60px;
}

/**/

video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
	z-index: -1;
}

#toggle-video {
	position: absolute;
	top: 125px;
	right: 15px;
	background: none;
	border: 0;
	display:none;
}

@media (max-width: 991px) {
	video, #toggle-video {
		display: none;
	}
}

/**/

.right-title {
    position: absolute;
    bottom: 66vh;
    top: 26%;
    right: 0;
    padding-right: 110px;
    text-decoration: none;
    letter-spacing: 0px;
}
.right-title h2 {
    color: white;
    font-size: 4.25rem;
    line-height: 0.9;
    display: inline-block;
    padding-bottom: 54px;
    background-image: linear-gradient(#BFD852 0 0);
    background-repeat: no-repeat;
    transition: background-size 0.23s, background-position 0s 0.23s;
    background-position: 100% 100%;
    background-size: 30% 6px;
}

.right-title span {
    display: block;
    font-size: 4.5rem;
    font-weight: 700;
}
.right-title h2 {
    color: white;
    font-size: 4.25rem;
    line-height: 0.9;
    display: inline-block;
    padding-bottom: 54px;
    position: relative;
}

.right-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0; 
    width: 0;
    height: 6px;
    background-color: #BFD852;
    transition: width 0.3s ease;
}

.right-title h2:hover::after {
    width: 100%;
    right: 0; 
}

@media only screen and (max-width:1200px){
	.right-title span {
		font-size: 4rem;
	}
	.right-title h2 {
		font-size: 3.5rem;
	}
}
@media only screen and (max-width:797px){
	.right-title {
		width: 90%;
		padding: 1rem;
		right: 10%;
	}
	.right-title h2 {
		font-size: 2.5rem;
		padding-bottom: 35px;
		line-height: 1.1;
	}
	.right-title h2 span {
		font-size: 2.6rem;
	}
}
.desktop-circle-container {
    width: 30%;
    height: 450px;
    z-index: 9;
    left: 0;
    position: absolute;
    top: 18%;
}

.desktop-circle-item {
	width: 225px;
    height: 450px;
    background-color: #ffffff00;
    border-radius: 0 225px 225px 0;
    left: 0;
    position: absolute;
    border: #a8ce4c 4px solid;
    border-left: 0;
}

.circle {
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 9;
    left: 0;
    position: absolute;
    border: #a8ce4c 4px solid;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: 0.5s;
}

#circle1 {
    left: 32%;
    top: -7%;
}

#circle2 {
    left: 75%;
    top: 35%;
}

#circle3 {
    left: 32%;
    top: 77%;
}

.circle img {
    max-width: 60%;
    max-height: 60%;
    z-index: 999;
}

.circle span {
    position: absolute;
    left: calc(75% + 50px);
    z-index: 10;
    font-size: 1.7rem;
    white-space: nowrap;
    color: white;
}

.circle:hover {
    border-color: white;
}

.circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background-color: rgb(107 141 87);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
  z-index: 0;
}

.circle:hover::before {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:1200px)(min-width:797px){
	.desktop-circle-item {
		width: 200px;
		height: 400px;
	}
	.circle span {
		position: absolute;
        bottom: 17%;
        top: auto;
		z-index: 10;
		font-size: 1rem;
		white-space: nowrap;
		color: #000000;
		left: auto;
	}
}
@media only screen and (min-width:797px){
	.mobile-circle-container{
		display: none;
	}
}
@media only screen and (max-width:797px){
	.mobile-circle-container{
		display: block;
		margin-top: 90px;
	}
	.desktop-circle-container{
		display: none;
	}
	.mobile-circle-item .circle {
        display: block;
        position: relative;
        left: auto !important;
        top: auto !important;
        width: 90px;
        height: 90px;
        border: #a8ce4c 2px solid;
	}
	   .mobile-circle-item {
        justify-content: space-around;
        display: flex;
    }
		.circle img {
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		.circle span {
			font-size: 1rem;
			color: #000000;
			left: auto;
			display: block;
			bottom: -40px;
			left: 50%;
			transform: translate(-50%, 0);
			font-weight: bold;
	}
}
/**/

.banner-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: clamp(106px, 30vw, 440px);
    background-image: url(images/wave-em.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

/*video*/

.text-container {
    position: relative;
    margin: 3rem;
    z-index: 12;
    padding: 2rem;
    width: 35%;
    padding-left: 20px;
    top: 80px;
}

.text-container::before {
    background-image: url(images/playTube.svg);
    background-repeat: no-repeat;
    transform: rotate(16deg);
    filter: opacity(0.10);
    content: '';
    position: absolute;
    top: -134px;
    right: 0;
    background-size: 279px;
    background-position: right;
    width: 100%;
    height: 197px;
}
.text-container h2 img {
    width: 170px;
    vertical-align: text-top;
}
.text-container button img {
    width: 50px;
}
.text-container-position{
		margin-right: 40px;
}
.text-container h2 {
    font-size: 3.5rem;
    font-weight: bold;

}
.text-container .btn-danger {
padding: 0.25rem 1.75rem;
    border-radius: 30px;
    font-size: 1.25rem;
	margin-top: 1rem;
}

.video-text-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-top: -13vh;
    display: flex;
    align-items: center; 
    justify-content: space-between;
}

.video-container {
    z-index: 1;
    background: white;
    padding: 1.25rem;
    border-radius: 25px;
    border: 1px solid #bfd852;
    margin-right: 50px;
    width: 60%; 
}

.video-container iframe {
    border-radius: 15px;
}


@media only screen and (max-width: 1250px) {
	.video-text-section {
		display: block;
		margin-top: 7vh;
	}
	.video-container {
		margin-right: 0px;
	}
	.text-container::before {
		top: -63px;
		background-position: right;
	}
	.text-container {
        position: relative;
        margin: auto;
        z-index: 12;
        padding: 2rem;
        width: 100%;
	}
    .video-container {
        width: 100%;
        text-align: center;
        margin-right: auto;
    }
	.text-container-position {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 700px) {
	.text-container {
        position: relative;
        margin: auto;
        z-index: 12;
        padding: 3rem;
        width: 100%;
        padding-right: 10px;
    }
	.text-container::before {
        background-position: right;
    }
	.video-container iframe {
	        height: 250px !important;
	}
	.text-container::before {
		background-size: 221px;
		filter: opacity(0.10);
	}
	.text-container h2 {
		font-size: 3rem;
	}
	.text-container h2 img {
		width: 144px;
	}

}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
    padding: 1rem;
    background: #678841e3;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
}
.news .content {
    position: relative;
}
@media (max-width:1600px){
    .news .content {
        padding-right:200px;
}
}
@media (max-width:1199px){
    .news .content {
        padding-right:40px;
}
}
.news .buttons {
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
}

.news a {
	color: #000;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    padding: .219rem .75rem;
    margin: 0;
    border-radius: 0;
    z-index: 5;
    /*background: #759551;*/
    
    @media (max-width:1600px){
        right:13rem;
    }
}
.news h2 a {
	color: inherit;
}

@media (max-width: 1199px) {
	.news h2 {
		display: none;
	}
}

@media (min-width:1601px) {
	.bn-news {
		padding-right: 100px;
		margin-right: 10rem;
	}

}

.bn-news ul li a {
	font-size: 1.2rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: #ffffff;
}

.bn-news ul li a:hover {
	color: #BFD852;
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}


.news .date:after {
	content: ' | ';
	margin: 0 10px;
}

.news-toggle {
	width: 26px;
	height: 26px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: #111;
	color: #fff;
	background: none;
	font-size: 14px;
	
}

.bn-controls {
	left: 0;
	right: auto;
}

.bn-controls button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff00;
    color: #fff;
    margin: 1px;
    margin-right: 0;
    font-weight: bold;
}
.bn-direction-rtl .bn-controls button {
    border-left: none;
    border-right: solid 0px #ffffff;
}
.bn-arrow {
    top: -1px;
}

.bn-pause::before, .bn-pause::after {
    background-color: #fff;
}
.bn-play::after {
    border-left-color: #fff;
}

.bn-controls button:hover {
background-color: #111;
    color: #fff;
}


/**/
@media (max-width:1600px){
    .news h2 {
}
}
@media (min-width: 992px) {
	.centered {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	
}
@media (min-width:1601px){
    .bn-news {
    margin-right: 7rem;
  }
}
@media (max-width: 991px) {
	.centered {
		text-align: center;
	}
	.centered-banner img {
		max-width: 100%;
	}
}

/* gallery*/
section.gallery {
	 padding: 4rem;
}
section.gallery h2 {
    font-size: 4rem;
    font-weight: bold;
    color: #72b549;
    margin-bottom: 2rem;
	margin-right: 10px;
}

.gallery-promo {
   border-radius: 15px;
   filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.1));
   transition: background-color 0.3s ease;
   position: relative;
   line-height: 0;
   overflow: hidden;
   border: 0;
}

/*
.gallery-container .slick-slider {
      display: inline-block;
}
*/
.gallery-container .slick-slide {
padding: 10px; 
}

a.card.gallery-promo > img {
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.1));
    border-radius: 15px;
    transition: all 0.5s ease;
	width: 100%;
}

.text-overlay {
    position: absolute;
    bottom: 43px;
    right: -22px;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
}

.icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    display: none;
    text-align: center;
}

.icon-overlay img {
    width: 80px;
    margin-bottom: 20px;
}

.icon-overlay p {
    display: block;
    font-size: 28px;
    font-weight: 600;
}

.gallery-promo:hover {
    background-color: #77B034;
}

.gallery-promo:hover > img {
    opacity: 0.2;
    transform: scale(1.3);
}

.gallery-promo:hover .icon-overlay {
    display: block;
}
.slick-prev:before, .slick-next:before {
    color: #72b549;
}
[dir='rtl'] .slick-next{
    left: -20px;
}
[dir='rtl'] .slick-prev{
    right: -20px;
}
@media (max-width: 1606px) {
	.icon-overlay p {
		display: block;
		font-size: 22px;
		font-weight: 600;
	}
}
@media (max-width: 1305px) {
.icon-overlay p {
    display: block;
    font-size: 21px;
    font-weight: 600;
}
@media (max-width: 1258px) {
.icon-overlay {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-30%, -50%);
    color: white;
    display: none;
    text-align: center;
}
@media (max-width: 991px) {
	.icon-overlay p {
		display: block;
		font-size: 20px;
		font-weight: 600;
	}
	.icon-overlay {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: white;
		display: none;
		text-align: center;
	}
	.icon-overlay img {
		width: 52px;
	}
	.text-overlay {
		position: absolute;
		bottom: 43px;
		color: white;
		font-size: 2rem;
		text-align: right;
		font-weight: bold;
	}
	section.gallery h2 {
		font-size: 2.5rem;
	}
	
}
@media (max-width: 480px) {
	section.gallery {
		padding: 2rem;
	}
}
/* Fast Nav */

.fast-navigation {
	padding: 1rem 0;
	border-radius: 0 0 2rem 2rem;
	color: #fff;
	width: fit-content;
    margin: 0 auto;
}

.fast-navigation:after {
	clear: both;
	display: block;
	content: '';
}

@media (min-width: 992px) {
	.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
		float: right;
		display: block;
	}
}


.fast-navigation label {
	background: #0372ac;
	border-radius: 0 2rem 2rem 0;
	padding: 5px 10px;
	border: 0;
	margin: 0;
}

.fast-navigation select {
	background: #fff;
	border: 0;
	border-radius: 0;
	padding: 5px 10px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.fast-navigation button {
	background: #0372ac;
	border: 0;
	border-radius: 2rem 0 0 2rem;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}

@media (min-width: 992px) {
	.fast-navigation .smart-nav-sub > label,
	.fast-navigation .smart-nav-sub > select,
	.fast-navigation .smart-nav-sub > button {
		float: right;
		display: block;
	}
}

@media (max-width: 991px) {
	
	.fast-navigation > label, .fast-navigation > select, .fast-navigation > span {
		display: block;
		border-radius: 2rem;
		width: 100%;
	}
	
	.fast-navigation .smart-nav-sub > label,
	.fast-navigation .smart-nav-sub > select,
	.fast-navigation .smart-nav-sub > button {
		display: block;
		border-radius: 2rem;
	}
	
	.fast-navigation .smart-nav-sub > select {
		width: 100%;
		margin: .5rem 0;
	}
	
	.smart-nav-submit {
		margin: 0 auto;
	}
}

/**/

@media (min-width: 992px) {
	.side-banners {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
	.side-banners.side-banners-right {
		right: 0;
	}
	.side-banners.side-banners-left {
		left: 0;
		border-radius: 0 15px 15px 0;
	}
}
.side-banners a {
	background-color: #fff;
	display: block;
	padding: 1rem;
	margin: 1rem 0;
}
