 .author_infos{
display: none;}
:root {
  --theme_color: #2E524A;
  --title_color: #333333;
  --bg_color: #233e37;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body > section {
  position: relative;
}
ul {
  list-style: none;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}
li.swiper-slide {
  height: auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform, -webkit-transform;
}
.content {
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
}
@media screen and (min-width: 786px) and (max-width: 1440px) {
  .content {
    padding: 0px 1.2rem;
  }
}
@media screen and (min-width: 786px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
a {
  color: var(--title_color);
  text-decoration: none;
  font-size: 1rem;
}
.flex {
  display: flex;
}
.swiper_btns {
  display: flex;
}
.swiper_btns.middle {
  max-width: 1794px;
  width: 86%;
  position: absolute;
  left: 50%;
  top: 44.8%;
  transform: translate(-50%, -50%);
  z-index: 2;
  justify-content: space-between;
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url("https://bird.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/index_01/assets/img/home_swiper_icon.svg") center center / contain no-repeat;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  transform: rotate(180deg);
}
.swiper_btns.middle div {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateY(-50%) rotate(180deg);
}
.swiper_btns.small div {
  width: 40px;
  height: 40px;
}
.swiper_btns .btn_next {
  transform: rotate(180deg);
}
.swiper_btns.middle .btn_next {
  left: unset;
  right: 0px;
  transform: translateY(-50%) rotate(0deg);
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: Poppins, sans-serif;
}
input[type="submit"],
button {
  cursor: pointer;
}
.sytech_export_template {
  display: none;
}
.home_banner1 {
  background-color: #f2f9f5;
  overflow: hidden;
  padding: 1rem 0 2rem;
}
.home_banner1 .home_banner1_swiper {
  overflow: hidden;
}
.home_banner1 .home_banner1_swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: calc(100vh - 130px);
}
.home_banner1 .home_banner1_swiper .swiper-slide .img {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 3px;
}
.home_banner1 .home_banner1_swiper .swiper-slide .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}
.home_banner1 .home_banner1_swiper .swiper-slide .info {
  color: #fff;
  padding: 21px 25px;
  background-color: var(--theme_color);
}
.home_banner1 .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 88%;
  transform: translateX(-50%);
  pointer-events: none;
  width: calc(100% + 100px);
  max-width: 98vw;
}
.home_banner1 .btns div {
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: all;
  filter: contrast(0) brightness(0);
  background: url(https://bird.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/index_01/assets/img/home_swiper_icon.svg) no-repeat center / contain;
}
.home_banner1 .btns .btn_prev {
  transform: rotate(180deg);
}
.home_banner1 .btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

 
@media screen and (max-width: 786px) {.author_infos {
        display: block;
        text-align: center;
        font-size: 14px;
        margin: 1rem 0 -1rem;
    }
  .content {
    padding: 0 1.2rem;
  }
  .home_banner1 {
    padding: 1rem 0 2rem;
  }
  .home_banner1 .home_banner1_swiper .swiper-slide {
    height: auto;
  }
  .home_banner1 .home_banner1_swiper .swiper-slide .info {
    padding: 12px;
    font-size: 12px;
  }
  .home_banner1 .btns {
    display: none;
  }
}

 
:root {}

.about_adventure {
  position: relative;
  padding-bottom: 2rem;
  background-color: rgb(245, 255, 249);
}

.about_adventure::after {
  content: "";
  display: block;
  width: 261px;
  height: 353px;
  background-image: url("https://bird.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/about_3/assets/img/about_adventure_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -2rem;
  top: -54%;
}

body>section {
  position: relative;
}

body>section:hover {}

@media screen and (min-width: 786px) and (max-width: 1440px) { 
  .home_about::before,
  footer .footer_cat::after,
  footer .footer_cat::before,
  .about_adventure::after,
  .home_about::after {
    transform: scale(0.8);
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .about_adventure::after {
    display: none;
  }
}

.content {
  max-width: 1425px;
  margin: 0px auto;
  position: relative;
}

.about_adventure .content {
  padding-top: 5rem;
  border-top: 2px solid rgb(222, 223, 228);
}

@media screen and (min-width: 786px) and (max-width: 1440px) {
  .content {
    padding: 0px 1.2rem;
  }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}

.center {
  text-align: center;
}

.about_adventure .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.head h2 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 700;
  color: rgb(22, 22, 22);
}

.head h2 {
  font-size: 46px;
  margin: 1rem 0px;
}

.about_adventure h2 {
  margin-top: 0px;
  font-size: 36px;
  width: 740px;
  margin-bottom: 2rem;
  line-height: 45px;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@media screen and (min-width: 786px) and (max-width: 1440px) {

  .head h2,
  .home_about .head h2 {
    font-size: 40px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
  .about_adventure h2 {
    font-size: 36px;
  }
}

.about_adventure .head p {
  max-width: 1020px;
  font-size: 18px;
  line-height: 30px;
  color: rgb(102, 102, 102);
}

@media screen and (min-width: 786px) and (max-width: 1220px) {

  .about_photographers .right p,
  .about_make_trip .left p,
  .about_adventure .head p {
    font-size: 16px;
  }
}
 
@media screen and (max-width: 786px) {

    .about_adventure {
        padding-bottom: 4rem;
    }

    .about_adventure::after {
        display: none;
    }

    .content {
        padding: 0px 1.2rem;
    }

    .about_adventure .content {
        padding-top: 3rem;
        border-top: 1px solid rgb(222, 223, 228);
    }

    .head h2 {
        font-size: 22px;
        line-height: 1.5;
    }

    .head h2 {
        font-size: 22px;
        margin-top: 0.5rem;
    }

    .about_adventure h2 {
        width: 100%;
    }

    .head p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .about_photographers .right p,
    .about_adventure .head p,
    .about_make_trip .left p {
        font-size: 0.9rem;
        line-height: 1.7;
    }
}
.button_c{
  border-radius: 0;
  padding: 12px 40px;
  border: 1px solid rgb(46,82,74);
  transition:  all .3s;
  background-color: rgb(46,82,74);
  color: white;
  display: inline-block;
}
.button_c:hover{
  background-color: var(--bg_color);
  color: rgb(46,82,74);
}
.box_content .button_c{
  margin-top: 1.5rem;
}
.box_content {
  
  padding: 50px 0px;
  background-color: rgb(245, 255, 249);
}


.box_content_container{
  text-align: center;
  max-width: 700px;
  margin: auto;
  border: #999 solid 2px;
  padding: 2rem;
}
.box_content_container h2 {
  margin-top: 0px;
  font-size: 32px;
  color: #333;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: rgb(219, 227, 224) solid 2px;
}
.box_content_container p{
  
}
.box_content_container li{
  /* display: flex;
  align-items: center; */
  gap: 0.5rem;
  font-size: 17px;
  line-height: 1.8rem;
  /* justify-content: center; */
}
/* .box_content_container li:before{
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #80A847;
} */
 
@media screen and (max-width: 786px) {


    .content {
        padding: 0px 1.2rem;
    }
    .box_content_container{
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .box_content_container h2{
        font-size: 25px;
    }
    .box_content_container li{
        font-size: 15px;
        line-height: 1.3rem;
        margin-bottom: 0.5rem;
    }
}