/******* Custom page CSS *******/
@font-face { font-family: Bariol-Bold; src: url(../fonts/Bariol_Bold.otf); font-weight: bold; }
.bariol-bold { font-family: Bariol-Bold, sans-serif; font-size: 24px; line-height: 1;}
.kaushan { font-family: Kaushan Script; }

a { color: #6da341; text-decoration: none; background-color: transparent; }
a:hover, a:active { color: #578441; }

header {
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

body { overflow-x: hidden; }

h1, h2, h3, h4, h5 { color: #444; font-weight: 700; }

dl, ol, ul { margin-top: 0; margin-bottom: 1rem; }

.btn { padding: 12px 35px; border-radius: 0; }
.btn-primary { color: #fff; background-color: #6da341; border-color: #6da341; }
.btn-primary:active, .btn-primary:hover { background-color: #578441; border-color: #578441; --bs-btn-active-bg: #578441; --bs-btn-active-border-color: #578441; }
    
.text { 
    color: #6d6d6f;
    line-height: 25px;
}

.hide {display: none;}
.no-margin-bottom { margin-bottom: 0px; }

.main { position: relative; }
.message-box { background-color: #EB1D36; }
.message-text {
    color: #fff;
    font-weight: bold;
    margin: 8px 0px;
}

.background {
    background-image: url('/../../storage/app/media/background/background_001.jpg'); 
    background-repeat: no-repeat; 
    background-size: 100% auto;
    background-position-x: center; 
    background-position-y: center;
}

.page-link { color: #6da341; }
.page-link:hover { color: #fff; background-color: #578441; }
.page-item.active, .page-link { color: #fff; background-color: #6da341; border-color: #6da341; }

#cookies-bar { left: 5px; right: 5px; bottom: 5px; max-width: none; padding: 10px; }
.btn-accept-all, .btn-disable-all, .btn-settings-all { padding: 0.375rem 0.75rem; }

/******* Navigation *******/
.navbar .navbar-nav { background-color:#7ba16c; opacity: 0.9; border: 1px solid #fff; }
.navbar .navbar-nav>li.nav-item { text-align: center; }
.navbar .navbar-nav>li.nav-item>a.nav-link { color: #fff; }
.navbar .navbar-nav>li.nav-item>a.nav-link:hover { font-weight: bold; }

/******* On Home and Default Page *******/
.default, .jumbotron {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  padding-top: 160px;
}

.default { margin-bottom: 1.5rem!important; }

/******* On Home Page [Jumbotron] *******/
.jumbotron {
  background: linear-gradient(102.01deg,#578441 0.3%,#bbd6b8 106.31%);
  z-index: 1;
}

.jumbotron:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 186px;
    background-image: url(../images/waves/jumbotron-wave.svg);
    background-repeat: repeat-x;
    z-index: 1;
    bottom: -1px;
}

.jumbotron>.container {
    position: relative;
    z-index: 2;
}

.jumbotron .jumbotron-decoration-1 {
    content: '';
    border-radius: 100%;
    background-color: #F4F7F8;
    display: block;
    position: absolute;
    z-index: -1;
    width: 524px;
    height: 524px;
    left: -10px;
    top: -84px;
    opacity: .04;
}

.jumbotron .jumbotron-decoration-2 {
    content: '';
    border-radius: 100%;
    background-color: #F4F7F8;
    display: block;
    position: absolute;
    z-index: -1;
    width: 524px;
    height: 524px;
    left: 648px;
    top: 260px;
    opacity: .05;
}

.jumbotron .jumbotron-intro h1 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
}

.jumbotron .jumbotron-intro p {
    color: #fff;
    margin: 25px 0 20px 0;
    font-size: 25px;
    font-weight: bold;
}

.jumbotron .btn {
    background-color: transparent;
    border-color: #fff;
}


.footer-decoration {
    position: relative;
    overflow: hidden;
    padding-top: 105px;
    margin-top: 50px;
    /*background: linear-gradient(102.01deg,#2D2D2D 0.3%,#444444 106.31%);*/
    background-color: #202020; 
    z-index: 1;
}
.footer-decoration:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 105px;
    background: url(../images/waves/footer-wave.svg) repeat-x 0 0;
    background-repeat: repeat-x;
    z-index: 1;
    top: -1px;
}

.footer-dafault { margin-top: 50px; }

.footer {
  /*background: linear-gradient(102.01deg,#2D2D2D 0.3%,#444444 106.31%);*/
  background-color: #202020; /*#f5f5f5;*/
  color: #fff;
  font-size: 11px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.footer ul { 
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer .footer-border {
    border-bottom: 1px solid #2D2D2D;
}

.footer .footer-decoration-1 {
    content: '';
    border-radius: 100%;
    background-color: #F4F7F8;
    display: block;
    position: absolute;
    z-index: -1;
    width: 524px;
    height: 524px;
    right: -150px;
    top: -160px;
    opacity: .05;
}

/* *******   ******* */
.margin-bottom {
    margin-bottom: 1.5rem!important;
}

.breadcrumb {
    margin: 1px 0px 0px 0px;
    padding: 0px;
    background-color: #fff;
    font-size: 14px;
}

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 3px 0 5px;
  color: #cccccc;
}

.main-intro { padding-top: 100px; }

.h-text {
    font-family: Kaushan Script;
    font-weight: 700;
    font-size: 38px;
    margin: 80px 0;
}

.btn-position {
    padding-top: 2rem;
}

#layout-header .navbar>.container {
    position: relative;
    z-index: 2;
}

#layout-header, #layout-header.navbar {
    background: linear-gradient(102.01deg,#578441 0.3%,#bbd6b8 106.31%);
}

#layout-nav-decorations {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 150px;
}

#layout-nav-decorations .navbar-decorations {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#layout-nav-decorations .navbar-decoration-1 {
    content: '';
    border-radius: 100%;
    background-color: #F4F7F8;
    display: block;
    position: absolute;
    z-index: -1;
    width: 524px;
    height: 524px;
    left: -105px;
    top: -420px;
    opacity: .04;
}

#layout-nav-decorations .navbar-decoration-2 {
    content: '';
    border-radius: 100%;
    background-color: #F4F7F8;
    display: block;
    position: absolute;
    z-index: -1;
    width: 524px;
    height: 524px;
    left: 548px;
    top: -385px;
    opacity: .05;
}

.info, .category { /* .post-list */
    margin-bottom: 0px;
    color: #6d6d6f;
    font-size: 11px;
    line-height: 16.5px;
}

ul.bullet-list li {
    color: #444;
}

ul.bullet-list li.active > a {
    text-decoration: underline;
}

.form-control-search .search-icon {
    position: absolute;
    right: 18px;
    top: 8px;
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../images/icons/icon-search.png);
    background-size: 24px 24px;
}

.pagination { justify-content: center!important; }

.form-control-search { width: 100%; }



.pricing-card .heading {
    text-align: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-card .price {
    margin: 15px 0;
    font-size: 45px;
    text-align: center;
    color: #6da341;
}

.pricing-card .btn {
    width: 100%;
}

.text-link, .text-link:hover {
    color: #6d6d6f;
}

.pricing-table .price {
    color: #6da341;
    font-weight: 600;
}

.withdrawn {
    color: #6da341;
    background-color: #fff;
}

.city-map { height: 500px!important; width: 100%; }



.container-gsap {
    width: 100%;
    height: 250px;
    background-color: #0a0a23;
    position: relative;
}
.container-gsap #back {
    width: 100%;
    height: 100%;
    position: absolute;
}

.container-gsap #cri {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* ******* Media ******* */
@media screen and (min-width:768px) {
    #cookies-bar { left: auto; right: 20px; bottom: 20px; padding: 40px; }
    .btn-accept-all, .btn-disable-all, .btn-settings-all { padding: 12px 35px; }
}

@media screen and (min-width:992px) {
    .navbar .navbar-nav { background-color: transparent; opacity: 1; border: none; }
    .navbar .navbar-nav>li.nav-item{padding:0 8px}
    .navbar .navbar-nav>li.nav-item>a.btn{padding:3px 22px;border-radius:100px;font-size:14px;margin-top:7px}
    .navbar .navbar-nav>li.nav-item>a.nav-link{position:relative;transition:color 0.2s ease 0.05s;color:#fff}
    .navbar .navbar-nav>li.nav-item>a.nav-link:before{position:absolute;height:4px;bottom:2px;content:'';border-radius:4px;z-index:5;width:20px;left:50%;transform:translateX(-50%);transition:all 0.2s ease 0.05s}
    .navbar .navbar-nav>li.nav-item>a.nav-link.active:before,.navbar .navbar-nav>li.nav-item>a.nav-link.active:hover:before{background:#fff}
    .navbar .navbar-nav>li.nav-item>a.nav-link:hover {font-weight: normal}
    .navbar .navbar-nav>li.nav-item>a.nav-link:hover:before{background:#fff}

    .jumbotron .jumbotron-intro { padding: 70px 0px 70px 100px; }
    .jumbotron .jumbotron-logo { padding: 0px 100px 0px 0px; }
    .jumbotron .jumbotron-intro h1 { font-size: 65px; }
    .jumbotron .jumbotron-intro p { font-size: 30px; }
}

/* ******* Gallery BOX ******* */
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.mask-border {
    /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
}
.mask-table {
    display: table;
    width: 100%;
    height: 100%;
}
.mask-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.view .mask,.view .content {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.view img {
    display: block;
    position: relative;
}
.view .info {
    display: inline-block;
    text-decoration: none;
    width: 80%;
    margin-bottom: 5px;
    padding: 16px; /*21px 18px;*/
    color: #fff;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    border: 1px solid #fff;
    /*text-transform: uppercase;*/
    font-family: Bariol-Bold, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.view a.info: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
.view .more {
    display: inline-block;
    text-decoration: none;
    width: 160px;

    padding: 7px 14px;
    color: #fff;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    border: 1px solid #fff;
    /*text-transform: uppercase;*/
    font-weight: bold;
}
.view a.more: hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}
.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*.view-first:hover img {
    -webkit-transform: scale(1.5,1.5);
    -moz-transform: scale(1.5,1.5);
    -o-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
}*/
.view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.view-first:hover a.info:hover {
    background-color: #fff;
    color: #2f353b;
}


/**** Snow ****/
#snow { z-index: 3; }

.snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(white, white);
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
}