body {
  -webkit-transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 300ms cubic-bezier(.165, .84, .44, 1);
  color: #333;

}

.bg-footer {
  background-color: transparent !important;
}

.loader {
  transition: all 0.5s ease;
  /* Smooth transition for opacity and filter */
}

.loader.hidden {
  filter: blur(5px);
  opacity: 0;
  display: none;
  /* Ensure the loader is removed from layout */
}

a {
  text-decoration: none;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em 2em;
  border-left: 0.4em solid #e2e2e2;
  font-size: 140%;
  line-height: 1.6;
}

.c-html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.section.is--slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 14em;
  padding-bottom: 14em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.video {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.slider_contain {
  position: relative;
  width: 100%;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item {
  width: 30vw;
  min-width: 30vw;
  padding-right: 1vw;
  padding-left: 1vw;
}

.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 35vw;
  background-color: #333;
  color: #eae9e4;
}

.embed {
  width: 100%;
  height: 100%;
}

.text-contain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.arrow {
  margin-left: 2.6em;
}

.arrow_img {
  width: 5em;
}

.arrow_contain {
  position: relative;
  float: right;
}

.slider-title2 {
  display: block;
  width: 100%;
  margin-bottom: 2.8em;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  position: relative;
  line-height: 1;
}

.bg-color {
  padding: 0px;
  background-color: #dccdc6;
}

.c-link {
  position: relative;
  padding-bottom: 0.5em;
  float: left;

}

.html-embed {
  width: 28em;
  height: 39em;
}

@media screen and (max-width: 991px) {
  }

  .card {
    height: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .item {
    width: 45vw;
    min-width: 45vw;
  }

  .card {
    height: 70vw;
  }

  .slider-title2 {
    margin-bottom: 4em;
    padding-right: 2.9em;
    padding-left: 2.9em;
  }
}

@media screen and (max-width: 479px) {
  body {
  }

  h4 {
    font-size: 5em;
  }

  .item {
    width: 88vw;
    min-width: 88vw;
  }

  .card {
    height: 140vw;
  }

  .slider-title2 {
    margin-bottom: 5.5em;
    padding-right: 2.2em;
    padding-left: 2.2em;
    font-size: 1.1em;
  }
}


.body {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
}

.subutoon{
  display: block !important;
}
.sub{
  display: block !important;
}


input {
  display: none;
}

.tag {
  font-size: 20px;
  margin: 1.5em 0px;
  padding: 0 10px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  font-weight: 300;
}

.images img {
  max-width: 300px;
  width: 300px;
  height: 300px;
  transition: all .4s ease-in-out;
  padding: 15px;
  object-fit: cover;
}

/*filter CSS */

#fish:checked~.images>img:not([class*='fish']),
#birds:checked~.images>img:not([class*='birds']),
#lion:checked~.images>img:not([class*='lion']) {
  width: 0px;
  height: 0px;
  padding: 0;
}

#all:checked~.all,
#fish:checked~.tag1,
#birds:checked~.tag2,
#lion:checked~.tag3 {
  text-decoration: underline;
  font-weight: 400;
}

@media screen and (max-width:767px) {
  .tag {
    font-size: 16px;
    margin: 5px 0px;
    padding: 0 8px;

  }
  .images img {
    max-width: 300px;
    width: 280px;
    height: 280px;
    transition: all .4s ease-in-out;
    padding: 15px;
  }
  
}@media screen and (max-width:479px) {
  .tag {
    font-size: 16px;
    margin: 5px 0px;
    padding: 0 8px;
  }
  .images img {
    max-width: 320px;
    width: 320px;
    height: 320px;
    transition: all .4s ease-in-out;
    padding: 15px;
  }
  
}
@media screen and (max-width:380px) {
  .images img {
    max-width: 300px;
    width: 300px;
    height: 300px;
    transition: all .4s ease-in-out;
    padding: 15px;
  }
  
}
