       
html,body{
  margin:0;
  height:150%;
   font-family: "Proxima Nova", sans-serif;

}
a{
  text-decoration:none
}
.welcome-title {
  font-weight: bold;
  color: #ffd61f;
  text-align: center;
}

  .navbar.bg-transparent {
    background-color: rgba(0, 0, 0, 0); /* semi-transparan dark */
  }


.header{
  position:relative;
  overflow:hidden;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  height:70vw;
  min-height:400px;
  max-height:750px;
  min-width:300px;
  color:#eee;
  border-radius: 0 0 20px 20px;
  text-shadow:0 2px 6px #000a
}
.header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 52, 200, 0.8) 100%);
  pointer-events: none;
}
.header:before{
  content:"";
  width:100%;
  height:200%;
  position:absolute;
  top:0;
  left:0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); backface-visibility: hidden;
    transform: translateZ(0);
  background:#1638a5 url('../img/header-back.png') 100% 0 no-repeat;
   background-size: cover;
  background-position: center;
  background-attachment:fixed;
/*  animation: grow 360s  linear 10ms infinite;*/
  transition:all 0.4s ease-in-out;
  z-index:-2
}
.header a{
  color:#eee
}
.menu{
  display:block;
  width:40px;
  height:30px;
  border:2px solid #fff;
  border-radius:3px;
  position:absolute;
  right:20px;
  top:20px;
  text-decoration:none
}
.menu:after{
  content:"";
  display:block;
  width:20px;
  height:3px;
  background:#fff;
  position:absolute;
  margin:0 auto;
  top:5px;
  left:0;
  right:0;
  box-shadow:0 8px, 0 16px
}
.logo{
  border-radius:3px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  align-content:center;
  margin:20px;
  padding:0px 10px;
  font-weight:900;
  font-size:1.1em;
  line-height:1;
  box-sizing:border-box;
  height:40px
}
.sides, .info{
  flex: 0 0 auto;
  width:50%
}
.info{
  width:100%;
  padding:15% 10% 0 10%;
  text-align:center; 
}
.author{
  display:inline-block;
  width:50px;
  height:50px;
  border-radius:50%;
  background:url(https://i.imgur.com/6DLCsZcb.jpg) center no-repeat;
  background-size:cover;
  box-shadow:0 2px 3px rgba(0,0,0,0.3);
  margin-bottom:3px
}
.info h4, .meta{
  font-size:0.7em
}
.meta{
  font-style:italic;
}
@keyframes grow{
  0% { transform: scale(1) translateY(0px)}
  50% { transform: scale(1.2) translateY(-400px)}
}
.content{  
  padding:5% 10%;
  text-align:justify
}
.btn{
  color:#333;
  border:2px solid;
  border-radius:3px;
  text-decoration:none;
  display:inline-block;
  padding:5px 10px;
  font-weight:600
}

dialog {
    display: block;
    inset: 0;    
    transition: opacity .5s;
     border-radius:3px;
    padding:20px; 
    box-shadow: 0 0 10px 0 #000a;
  background:#fffd;
  border:0;
  min-width:60vw
}
 
dialog:not([open]) {
    pointer-events: none;
    opacity: 0;
}

dialog::backdrop {
  backdrop-filter: blur(0.25rem);
}
 
dialog a {
   font-size:1.4em;
  display:block;
  text-align:center;
  margin:10px 15px;
  padding:5px;
  font-weight:600;
  color:#333;
  &:hover{
    text-decoration:underline;
    color:#000
  }
}

.twtr{
  margin-top:100px
}.btn.twtr:after{content:"\1d54f";padding-left:5px}

.n-height: 100vh;
}

#button-addon1 {
  color: #ffc371;
}

i {
  color: #ffc371;
}

.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  /* font-style: italic; */
}

.form-control.shadow-0:focus {
  box-shadow: none;
}

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover, 
.pulse:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 var(--hover); }
}

.close:hover,
.close:focus {
  box-shadow: 
    inset -3.5em 0 0 0 var(--hover),
    inset 3.5em 0 0 0 var(--hover);  
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}
.fill {
  --color: #a972cb;
  --hover: #cb72cb;
}

.pulse {
  --color: #ef6eae;
  --hover: #ef6e6e;
}

.close {
  --color: #ff7f82;
  --hover: #ff7fbf;
}

.raise {
  --color: #ffffff;
  --hover: #ffffff;
}

.up {
  --color: #e4cb58;
  --hover: #cbe458;
}

.slide {
  --color: #8fc866;
  --hover: #66c89f;
}

.offset {
  --color: #19bc8b;
  --hover: #198bbc;
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.offset {
  box-shadow:
    0.3em 0.3em 0 0 var(--color),
    inset 0.3em 0.3em 0 0 var(--color);
}

.offset:hover,
.offset:focus {
  box-shadow:
    0 0 0 0 var(--hover),
    inset 6em 3.5em 0 0 var(--hover);
}
.fill,
.pulse,
.close,
.raise,
.up,
.slide,
.offset {
  /* existing styles */
  color: var(--color);
  border: 2px solid var(--color);
  background-color: transparent;
  transition: 0.25s;

  /* size */
  padding: 0.75em 2em;
  font-size: 1rem;
  border-radius: 6px; /* optional */
}


.fill:hover,
.pulse:hover,
.close:hover,
.raise:hover,
.up:hover,
.slide:hover,
.offset:hover,
.fill:focus,
.pulse:focus,
.close:focus,
.raise:focus,
.up:focus,
.slide:focus,
.offset:focus {
  border-color: var(--hover);
  color: var(--hover); /* only text color changes */
  background-color: transparent; /* still no fill on hover */
}

h1 {
  font-weight: 400;
}

code {
  color: transparent;
  font: inherit;
}

.image-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.image-grid img {
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.image-grid img:hover {
  transform: scale(1.05);
}

dialog {
  padding: 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}


/* Aspect Ratio helper converted manually */
.carousel__slide div,
.carousel__thumbnails label {
  position: relative;
}
.carousel__slide div::before,
.carousel__thumbnails label::before {
  display: block;
  content: "";
  width: 100%;
}
.carousel__slide div::before {
  padding-top: calc(2 / 3 * 100%);
}
.carousel__thumbnails label::before {
  padding-top: 100%;
}
.carousel__slide div > img,
.carousel__thumbnails label > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.carousel {
  display: block;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.carousel > input {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.carousel > input:nth-of-type(6):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -500%;
}
.carousel > input:nth-of-type(5):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -400%;
}
.carousel > input:nth-of-type(4):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -300%;
}
.carousel > input:nth-of-type(3):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -200%;
}
.carousel > input:nth-of-type(2):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: -100%;
}
.carousel > input:nth-of-type(1):checked ~ .carousel__slides .carousel__slide:first-of-type {
  margin-left: 0%;
}
.carousel > input:nth-of-type(1):checked ~ .carousel__thumbnails li:nth-of-type(1),
.carousel > input:nth-of-type(2):checked ~ .carousel__thumbnails li:nth-of-type(2),
.carousel > input:nth-of-type(3):checked ~ .carousel__thumbnails li:nth-of-type(3),
.carousel > input:nth-of-type(4):checked ~ .carousel__thumbnails li:nth-of-type(4),
.carousel > input:nth-of-type(5):checked ~ .carousel__thumbnails li:nth-of-type(5),
.carousel > input:nth-of-type(6):checked ~ .carousel__thumbnails li:nth-of-type(6) {
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.5);
}

.carousel__slides {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
}

.carousel__slide {
  position: relative;
  display: block;
  flex: 1 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 300ms ease-out;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
}
.carousel__slide figure {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.carousel__slide div {
  flex: 2;
}

.carousel__slide figcaption {
  flex: 1;
  padding: 20px;
  font-size: 1rem;
  color: #333;
  background-color: #f9f9f9;
  border-radius: 8px;
}


.carousel__slide img {
  display: block;
  flex: 1 1 auto;
  object-fit: cover;
}

.carousel__slide .credit {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  display: block;
}
.carousel__slide.scrollable {
  overflow-y: scroll;
}

.carousel__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px;
}
.carousel__slides + .carousel__thumbnails {
  margin-top: 20px;
}
.carousel__thumbnails li {
  flex: 1 1 auto;
  max-width: calc((100% / 6) - 20px);
  margin: 0 10px;
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails label {
  display: block;
}
.carousel__thumbnails label:hover,
.carousel__thumbnails label:focus {
  cursor: pointer;
}
.carousel__thumbnails label:hover img,
.carousel__thumbnails label:focus img {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
  transition: all 300ms ease-in-out;
}
.carousel__thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  position: relative;
  background-color: #f8f9fa; /* Light background color */
/*  padding-bottom: 2rem;*/
}

.grass-decoration {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  pointer-events: none;
  position: relative;
  z-index: 0;
}

footer .container {
  position: relative;
  z-index: 1;
}

footer .text-md-start {
  text-align: left; /* Align text to the left on medium screens and up */
}

footer .col-md-3 {
  text-align: center;
}

footer .col-md-8 p {
  margin-bottom: 10px;
}

/* Counter Section */
.ftco-section {
  padding: 6rem 0;
  background: #ffd61f; /* Light background */
}

.ftco-counter .block-18 {
  background: #fff;
  padding: 2.5rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 350px;
}

.ftco-counter .block-18:hover {
  transform: translateY(-5px);
}

.ftco-counter .text {
  font-size: 1.1rem;
  color: #555;
}

.ftco-counter .number {
  font-size: 3rem;
  font-weight: 700;
  display: block;
  color: #2d2d2d;
  margin-bottom: 0.5rem;
}

/* Animation (optional if you're using a library like AOS or Wow.js) */
.ftco-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s ease-in-out;
}

.ftco-animate.fadeInUp.ftco-animated {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive behavior */
@media (max-width: 767px) {
  .ftco-counter .block-18 {
    margin-bottom: 2rem;
  }
}


