@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
.splide {
  padding: 20px 0;
}

.splide__slide img {
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: transform 400ms;
  transform: scale(0.9);
  transform-origin: center center;
}

.splide__slide.is-active img {
  transform: scale(1);
}

.splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 50px;
  opacity: 0.9;
}
.splide .splide__arrow svg {
  filter: invert(1);
  width: 24px;
  height: 24px;
}

.splide__arrow.splide__arrow--prev {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.splide__arrow.splide__arrow--next {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}



.carousel-inner {
  width:100vw; 
  height: 70vh;
   
}

.carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}

.carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gfg { 
  /* background: linear-gradient(to top, #f8f9fa 0%, white 100%); */
  background-color: #f8f9fa; 
  color: white; 
   
} 

.navbar-brand {
  font-family: 'Yeseva';
  margin-right: 0rem;
  text-align: left;
  float: left;
}


.block-24 {
 
    background: -webkit-linear-gradient(0deg, #949494 10%, #efefef 90%);
    background: linear-gradient(0deg, #949494 10%, #efefef 90%);
 
}

.titless_01 {
  font-family: 'Unutterable';
  font-size: calc( (100vw - 30rem)/(80 - 30) * (1.5 - 1) + 1.5rem);
  letter-spacing:0.5px;
  line-height:100%;
  text-align: center;
}

.titless_02 {
  font-family: 'Oranienbaum';
  font-size: calc( (100vw - 30rem)/(80 - 30) * (1.5 - 1) + 1.5rem);
  letter-spacing:0.5px;
  line-height:100%;
  color: #000000;
  text-align: center;
}

.titless_03 {
  font-family: 'Oranienbaum';
  font-size:calc(14px + 8 * (100vw - 320px) / 880);
  letter-spacing:0.5px;
  font-weight: bold;
  color: #000000;
  text-align: left;
}

.titless_06 {
  font-family: 'Yeseva';
  font-size: calc( (100vw - 30rem)/(80 - 30) * (1.5 - 1) + 1.5rem);
  letter-spacing:0.5px;
  line-height:100%;
  color: #3EC54F;
  text-align: center;
 
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, 1px 1px 0 black, -1px -1px 0 black;
}

.titless_07 {
  font-family: 'Oranienbaum';
  font-size: calc( (100vw - 30rem)/(80 - 30) * (1.5 - 1) + 1.5rem);
  letter-spacing:0.5px;
  line-height:100%;
  text-align: center;
  font-weight: bold;
}

.titless_07 a {
  color: #B22222;
  font-family: 'Oranienbaum';
  font-size: calc( (100vw - 30rem)/(80 - 30) * (1.5 - 1) + 1.5rem);
  letter-spacing:0.5px;
  line-height:100%;
  text-align: center;
 
}

.titless_08 {
  padding: 10px 0px;
  font-family: 'Oranienbaum';
  font-size: calc( (100vw - 30rem)/(80 - 30) * (1.5 - 1) + 1.5rem);
  letter-spacing:0.5px;
  line-height:100%;
  text-align: center;
  background-image: linear-gradient(to left, #009A63, #172D13);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    text-shadow: 8px 4px 6px #7f7f7f;
    font-weight: bold;
}

.titless_10 {
  
  text-align: center;
}

.titless_11 {
  font-family: 'Dancing Script', cursive;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.stcard-container {
  display: flex;
  justify-content: center;  
  flex-wrap: wrap;
  padding: 20px 0;
}
.stcard {
  display: flex;
  flex-direction: column;
  padding: 12px 12px 6px;
  background: #f8f3e8;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  flex: 1 0 300px;
  max-width: 400px;
  align-self: center;
}
.stcard img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 6px;
  filter: sepia(100%);
  transition: filter 0.5s;
  margin-bottom: 10px;
}
.stcard:hover img {
  filter: sepia(0)
}
.stcard .stcard-title {
  margin: 6px 10px 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.1;
  color: #a18342;
  text-align: center;
}
.stcard p {
  font-size: 15px;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
:root {
  --swiper-pagination-bottom: auto;
  --swiper-navigation-color: #fff;
}

.swiper-wrapper {
  width:auto!important;
}

.swiper-container * {
  
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}


.swiper-container { 
  
  box-sizing: border-box;
  width: 100%;
  height: 450px;
  transition: opacity .6s ease;
}
.swiper-container.swiper-container-coverflow {
  padding: 2% 0 calc(2% + 30px) 0;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper-slide img {
  
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.swiper-slide .swiper-content {
  position: absolute;
  bottom: 6%;
  left: 2%;
  max-width: 70%;
  padding: 10px 16px;
  color: #009A63;
  font-family: 'Oranienbaum';   
  background: #d2d2d2;
  font-weight: bold;
}
.swiper-slide .swiper-content .swiper-title {
  font-size: 30px;
  /* font-size: calc( (100vw - 30rem)/(80 - 30) * (1.5 - 1) + 1rem); */
  margin-bottom: 5px;
  /* font-family: 'Roboto', sans-serif;   */
  font-family: 'Yeseva'; 
  font-weight: bold;
}
.swiper-slide .swiper-content .swiper-caption {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}
[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}
.swiper-button-prev {
  transform: translateX(50px);
}
.swiper-button-next {
  transform: translateX(-50px);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  bottom: 10px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #124416;
  opacity: .5;
  transition: all .3s ease; 
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 1px solid #124416;
  border-radius: 50%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, 
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      bottom: 4px;
      margin: 0 5px;
  }
  .swiper-slide .swiper-content .swiper-title {
      font-size: 22px;
  }
  .swiper-slide .swiper-content .swiper-caption {
      font-size: 13px;
  }
}

