/*-----------------------------------------------------------*/
/*   Tag Post Carousel and Others css Style
/*-----------------------------------------------------------*/
.fn_carousel {
  position: relative;
  margin-top: 50px;
}
.fn_carousel .fn_cs_tag_post_carousel {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 90px;
}
.fn_carousel .fn_cs_tag_post_carousel .owl-carousel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  padding-bottom: 5px;
}
.fn_carousel .fn_cs_tag_post_carousel .owl-carousel.owl-loaded {
  padding-bottom: 0px;
}
.fn_carousel .fn_cs_tag_post_carousel .owl-carousel .owl-item {
  padding-bottom: 5px;
  width: 45vw;
  margin-right: 50px;
}
.fn_carousel .fn_cs_tag_post_carousel .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
  padding: 16px;
  width: calc(100% - 5px);
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.fn_carousel .fn_cs_tag_post_carousel .item {
  width: calc(50vw - 84px);
  min-width: calc(50vw - 84px);
  margin-right: 50px;
}
.fn_carousel .fn_cs_tag_post_carousel .owl-loaded .item {
  width: 100%;
  width: calc(100% - 5px);
  min-width: 100%;
  min-width: calc(100% - 5px);
  margin-right: 0px;
}
.fn_carousel .fn_cs_tag_post_carousel .blog__image .img_holder {
  border-radius: 10px;
  overflow: hidden;
}
.fn_carousel .fn_cs_tag_post_carousel .blog__image .img_holder img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.fn_carousel .fn_cs_tag_post_carousel .title_holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 31px 20px 11px 20px;
  position: relative;
  padding-right: 90px;
}
.fn_carousel .fn_cs_tag_post_carousel .title_meta {
  max-width: 100%;
}
.fn_carousel .fn_cs_tag_post_carousel .fn__maintitle {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fn_carousel .fn_cs_tag_post_carousel .fn__maintitle a {
  background-position: 0 92%;
}

.fn_carousel .fn_cs_tag_post_carousel .read_more {
  position: absolute;
  right: 20px;
  bottom: 11px;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .wave1 {
  display: block;
  position: absolute;
  top: 66px;
  width: 100%;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .wave2 {
  display: block;
  position: absolute;
  bottom: 66px;
  width: 100%;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .wave1 span {
  display: block;
  transform: rotate(90deg);
  transform-origin: top left;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-left: 10px;
  overflow: hidden;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .wave2 span {
  transform: rotate(-90deg);
  transform-origin: top left;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-left: -10px;
  overflow: hidden;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .wave .fn__svg {
  display: block;
  height: 20px;
  width: auto;
  color: #fff;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav {
  position: absolute;
  width: 80px;
  top: 3px;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 5;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-color: var(--ghost-accent-color);
  top: 50%;
  margin-top: -5px;
  border-radius: 100%;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .slider_nav {
  text-decoration: none;
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  border: 4px solid #000;
  left: -20px;
  z-index: 10;
  color: #000;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .slider_nav:hover {
  background-color: var(--ghost-accent-color);
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .slider_nav.prev {
  bottom: 50%;
  margin-bottom: 11px;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .slider_nav.next {
  top: 50%;
  margin-top: 11px;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .slider_nav .fn__svg {
  width: auto;
  height: 20px;
  display: block;
  position: absolute;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .prev .fn__svg {
  left: 12px;
  top: 16px;
  transform: rotate(-180deg);
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .next .fn__svg {
  right: 12px;
  top: 16px;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .slider_nav:after {
  width: 25px;
  height: 3px;
  background-color: #000;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -1px;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .prev:after {
  left: 14px;
}
.fn_carousel .fn_cs_tag_post_carousel .slider__nav .next:after {
  right: 14px;
}

/*post card section hover style */
.item.post,
.fn__bold_item.item {
  transition: all 0.4s ease;
}
.item.post:hover,
.fn__bold_item.item:hover {
  border: 4px solid #000;
  -moz-box-shadow: 10px 10px #2c2c2c;
  -webkit-box-shadow: 10px 10px #2c2c2c;
  box-shadow: 10px 10px #2c2c2c;
  -moz-border-radius: 10px 10px 18px;
  -webkit-border-radius: 10px 10px 18px;
  border-radius: 10px 10px 18px;
  transform: translateY(-5px);
  box-sizing: border-box;
}

.fn__bold_item.item {
  margin-top: 5px !important;
}

.fn_cs_posts_top .posts li {
  margin-top: 5px !important;
  overflow: unset;
}

.fn_cs_post_carousel .slider__nav {
  top: 3px;
}

.fn_cs_carousel_top a:focus {
  outline: none;
}

/*latest post section */
#latest_posts {
  padding-top: 0;
}
.latest_posts_title_holder .fn__title_holder {
  display: flex;
  justify-content: center;
  gap: 50px;
  position: relative;
  top: 0;
  max-height: 400px;
}

.posts_title_holder .left_image {
  width: 100%;
  max-width: 600px;
  min-width: 150px;
  position: relative;
  top: -60px;
}
.posts_title_holder .right_text h3 {
  font-size: clamp(40px, 5vw, 90px);
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 600;
}
.posts_title_holder .right_text p {
  font-size: 22px;
}
.posts_title_holder .right_text .right_title {
  padding-left: 0;
}
.posts_title_holder .right_text .see_all {
  background-color: var(--ghost-accent-color);
  border: #000 solid 4px;
  border-radius: 6px;
  padding: 18px 25px;
  margin-left: 0;
}
.posts_title_holder .right_text .see_all a {
  font-size: clamp(16px, 2vw, 24px);
}

.float-item {
  position: absolute;
  height: auto;
  display: block;
}

.float-item__leopard {
  bottom: 34%;
  left: 5%;
  width: 20.373494%;
  animation: float 4.5s ease-in-out infinite;
}
.float-item__leaf {
  bottom: 14%;
  left: 3%;
  width: 21.373494%;
  animation: float 4.5s ease-in-out infinite;
}
.float-item__giraffe {
  bottom: 60%;
  left: 13%;
  width: 18.373494%;
  animation: float 6s ease-in-out infinite;
}
.float-item__zebra {
  top: 2%;
  left: 33%;
  width: 18%;
  animation: float 4s ease-in-out infinite;
}
.float-item__elephant {
  top: 12%;
  left: 76%;
  width: 17%;
  animation: float 5s ease-in-out infinite;
}
.float-item__heron {
  bottom: 31%;
  right: -3%;
  width: 25%;
  animation: float 6s ease-in-out infinite;
}

/*about section*/
.fn__section_about .about_content {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
}

.fn__section_about .about_img {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}

.fn__section_about .about_img img {
  border-radius: 0;
  width: 100%;
  display: block;
}

.fn__section_about .fn__bold_item:after {
  border-radius: 0;
}

.about_img.fn__bold_item {
  margin-right: 5px;
  border: 0;
  border-radius: 10px;
  position: relative;
}

.about_img.fn__bold_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -9px;
  bottom: -9px;
  z-index: -1;
  border-radius: 0 10px 10px;
  border-right: 0;
  border-bottom: 0;
  pointer-events: none;
}

.about-float-item {
  position: absolute;
  height: auto;
  display: block;
}

.about-float-item__hopper {
  top: 0%;
  left: -3%;
  width: 25%;
  animation: float 4s ease-in-out infinite;
}
.about-float-item__butterfly {
  bottom: 31%;
  right: -8%;
  width: 25%;
  animation: float 5s ease-in-out infinite;
}
.about-float-item__nice-vehicle {
  bottom: 3%;
  left: 10%;
  width: 25%;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-0px);
  }
}

.popito_fn_stickynav .right__trigger,
.popito_fn_header .right__trigger {
  background-color: #b192b2;
}

.fn_cs_carousel_top {
  width: calc(100% - 118px);
  margin-left: 50px;
}

.fn_cs_carousel_top .fn__title_holder {
  margin-bottom: 75px;
  margin-top: 50px;
}

.fn__section_about .about_left .fn_cs_rotating_object {
  right: -6px;
  top: 15px;
}

.post_top svg {
  transform: rotate(90deg);
}

@media screen and (max-width: 1040px) {
  .fn_carousel .fn_cs_tag_post_carousel {
    padding: 0 20px;
  }
  .fn_carousel .fn_cs_tag_post_carousel .slider__nav:after,
  .fn_carousel .fn_cs_tag_post_carousel .slider__nav .wave1,
  .fn_carousel .fn_cs_tag_post_carousel .slider__nav .wave2 {
    display: none;
  }
  .fn_carousel .fn_cs_tag_post_carousel .slider__nav {
    position: relative;
    height: 80px;
    width: auto;
    border-radius: 10px;
    margin: 20px 20px 0;
  }
  .fn_carousel .fn_cs_tag_post_carousel .slider__nav .slider_nav.next {
    left: 50%;
    margin-left: 10px;
    bottom: auto;
    margin-bottom: 0;
    top: 50%;
    margin-top: -30px;
  }
  .fn_carousel .fn_cs_tag_post_carousel .slider__nav .slider_nav.prev {
    left: 50%;
    margin-left: -70px;
    bottom: auto;
    margin-bottom: 0;
    top: 50%;
    margin-top: -30px;
  }
  .fn_cs_carousel_top {
    width: calc(100% - 118px);
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .fn_carousel .fn_cs_tag_post_carousel .blog__image .img_holder img {
    height: 50vw;
  }
}
@media screen and (max-width: 480px) {
  .posts_title_holder.latest_posts_title_holder .fn__title_holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .latest_posts_title_holder .fn__title_holder {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
    top: 0;
    margin-top: -120px;
    margin-bottom: 70px;
    max-height: unset;
  }
  .posts_title_holder .left_image {
    width: 100%;
    max-width: 360px;
    min-width: 150px;
    position: relative;
    top: 0;
  }
  .fn__title_holder .left_title {
    flex: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .fn__title_holder .right_title {
    justify-content: center;
  }
  .about-float-item__hopper {
    top: 0%;
    left: -1%;
    width: 25%;
    animation: float 4s ease-in-out infinite;
  }
  .about-float-item__butterfly {
    bottom: 31%;
    right: -4%;
    width: 25%;
    animation: float 5s ease-in-out infinite;
  }
  .post_top svg {
    transform: rotate(0deg);
  }
  .fn_cs_carousel_top {
    width: calc(100% - 3px);
    margin-left: -7px;
  }
  .fn_cs_carousel_top .fn__title_holder .right_title {
    padding-left: 1px;
  }
}

/*-----------------------------------------------------------*/
/*    featured video and Social Follow Section css Styles    */
/*-----------------------------------------------------------*/

.social-follow-container {
  width: 100%;
  background-color: var(--ghost-accent-color);
  padding: 100px 150px;
  box-sizing: border-box;
  font-family: var(--hff);
  position: relative;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

.follow-label {
  position: absolute;
  top: -23px;
  left: 50px;
  background-color: white;
  font-size: 16px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  line-height: 36px;
  border: 4px solid #000;
  padding: 0 16px;
  border-radius: 10px;
  font-weight: 900;
  background-color: var(--bbc);
}

.social-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
}

.featured-media {
  min-width: 300px;
  position: relative;
  padding: 10px;
  border: 4px solid #000;
  background: #fff;
  border-radius: 10px;
  margin-right: 5px;
  transition: all 0.4s ease;
}
.featured-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -9px;
  bottom: -9px;
  z-index: 1;
  border-radius: 0 10px 10px;
  border-right: 9px solid #000;
  border-bottom: 9px solid #000;
}

.featured-media:hover {
  border: 4px solid #000;
  -moz-box-shadow: 10px 10px #2c2c2c;
  -webkit-box-shadow: 10px 10px #2c2c2c;
  box-shadow: 10px 10px #2c2c2c;
  -moz-border-radius: 10px 10px 18px;
  -webkit-border-radius: 10px 10px 18px;
  border-radius: 10px 10px 18px;
  transform: translateY(-5px);
  box-sizing: border-box;
}

.video-container {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 5;
}

.video-label {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #a8d8d8;
  color: black;
  font-size: 16px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  line-height: 36px;
  border: 4px solid #000;
  padding: 0 16px;
  border-radius: 10px;
  font-weight: 900;
  z-index: 6;
}

.social-links {
  min-width: 250px;
  color: black;
}

.social-heading {
  display: inline-block;
  background-color: white;
  color: black;
  font-family: var(--cff);
  font-weight: normal;
  padding: 8px 15px 0px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.5px;
  border: #000 solid 3px;
  text-transform: uppercase;
}

.social-platforms {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.social-platforms li {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
}

.social-platforms a {
  color: black;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
}

.social-platforms a:hover {
  text-decoration: underline;
}

.fn_cs_link .big_arrow.work-with-us {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.fn_cs_link .big_arrow.work-with-us .icon {
  color: #fff;
}
.fn_cs_link .big_arrow.work-with-us .icon:after {
  content: "";
  position: absolute;
  height: 3px;
  top: 50%;
  margin-top: -2px;
  background-color: #fff;
  left: 0;
  width: 120px;
}

@media (max-width: 768px) {
  .social-follow-container {
    padding: 55px;
  }
  .social-content {
    flex-direction: column;
  }

  .featured-media,
  .social-links {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .featured-media {
    min-width: 0;
  }
  .social-heading {
    font-size: 24px;
  }
  .social-platforms li {
    font-size: 20px;
  }
  .fn_cs_link .big_arrow.work-with-us {
    font-size: 20px;
  }
  .social-follow-container {
    padding: 55px 20px;
  }
  .video-label {
    white-space: nowrap;
  }
}
@media (max-width: 400px) {
  .social-heading {
    font-size: 20px;
  }
  .fn_cs_link .big_arrow.work-with-us {
    font-size: 18px;
  }
}
