 
:root {}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.tours_gallery {
  background-color: rgb(242, 249, 245);
  padding: 140px 0px 80px;
  position: relative;
}

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

body>section {
  position: relative;
}

body>section:hover {}

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

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


.flex {
  display: flex;
}
.tours_gallery {
  overflow: hidden;
}
.tours_gallery>.content>.flex {
  gap: 0 9.12280702%;
}

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

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

.tours_gallery h2 {
  font-size: 36px;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

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

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

.tours_gallery p {
  font-size: 18px;
  line-height: 30px;
  color: rgb(102, 102, 102);
  margin-bottom: 1rem;
  text-align: justify;
}
.tours_gallery .content > .flex {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}
.tours_gallery p {
  font-size: 18px;
  line-height: 30px;
  color: rgb(102, 102, 102);
  text-align: justify;
  grid-column: 1/-1;
}

.tours_gallery .tours_gallery_list>.flex {
  gap: 32px;
}

.tours_gallery .tours_gallery_list .gallert_ite:nth-child(1) .image img {
  aspect-ratio: 285 / 272;
  width: 285px;
  object-fit: cover;
  height: 272px;
}

.tours_gallery .tours_gallery_list .gallery_info .title {
  display: block;
  margin-top: 0.5rem;
}

.tours_gallery .tours_gallery_list .gallery_info .category {
  font-size: 14px;
  color: rgb(120, 123, 121);
}

.tours_gallery .tours_gallery_list .gallert_ite:nth-child(2) {
  margin-top: 2rem;
  margin-left: 5rem;
}

.tours_gallery .tours_gallery_list .gallert_ite:nth-child(2) .image img {
  aspect-ratio: 163 / 198;
  object-fit: cover;
  width: 163px;
  height: 198px;
}

.tours_gallery .tours_gallery_list .rbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tours_gallery .tours_gallery_list .rbox .image img {
  aspect-ratio: 19 / 22;
  width: 304px;
  height: 352px;
  object-fit: cover;
}

button,
input,
textarea {
  outline: none;
  border: none;
  font-family: Poppins, sans-serif;
}

input[type="submit"],
button {
  cursor: pointer;
}

.sytech_export_template {
  display: none;
}
.tours_gallery_list {
  width: 50%;
  float: right;
  margin-left: 5%;
}
@media screen and (min-width: 786px) and (max-width: 1220px) {
  .content {
    max-width: 1000px;
  }
  .tours_gallery_list {
    zoom: .8;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .tours_gallery_list {
    width: 100%;
    float: unset;
    zoom: 1;
  }
}
 
@media screen and (max-width: 786px) {

    .tours_gallery::after {
        display: none;
    }

    .tours_gallery {
        padding: 70px 0px 80px;
    }

    .content {
        padding: 0px 1.2rem;
    }

    .tours_gallery>.content>.flex {
        display: block;
    }

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

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

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

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

    .tours_gallery  p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .tours_gallery_list {
        zoom: 0.55;
        margin-top: 3rem;
    }
    .tours_gallery .right {
        order: 9;
    }
    .tours_gallery .content>.flex {
        grid-template-columns: 1fr;
    }
    .tours_gallery .flex > p {
        font-size: 0.9rem;
        line-height: 1.7;
    }
    .tours_gallery {
        padding: 50px 0;
    }
    .tours_gallery_list {
      width: 100%;
      float: unset;
      zoom: 0.55;
      margin: 0;
    }
}
 
:root {
  --title_color: #333333;
}

.about_make_trip {
  background-color: rgb(245, 255, 249);
  padding: 100px 0px 80px;
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .about_make_trip {
    padding: 50px 0px;
  }
}

@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;
  }
}

.between {
  justify-content: space-between;
}

.about_make_trip>.content>.flex {
  gap: 24px 3.85964912%;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}
.about_make_trip>.content>.flex>p{
  font-size: 18px;
  color: rgb(102, 102, 102);
  line-height: 30px;
  grid-column: 1/-1;
  text-align: justify;
}
@media screen and (min-width: 786px) and (max-width: 1000px) {

  .about_introduce .content>.flex,
  .about_make_trip>.content>.flex {
    display: block;
  }
}

.about_make_trip .left {
  width: 100% !important;
}

.about_make_trip h1 {
  font-size: 46px;
  width: 600px;
  margin-bottom: 2rem;
  line-height: 45px;
}

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

  .about_photographers .right h1,
  .about_make_trip h1 {
    width: 100%;
  }
}

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

  .about_photographers .right h1,
  .about_make_trip h1 {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}

.about_make_trip .left p {
  font-size: 18px;
  color: rgb(102, 102, 102);
  margin-bottom: 1.5rem;
  line-height: 30px;
  text-align: justify;
}

@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;
  }
}

.about_make_trip .right {
  flex: 1 1 0%;
}

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

  .about_photographers .left,
  .about_make_trip .right {
    zoom: 0.9;
  }
}

a {
  color: var(--title_color);
  text-decoration: none;
  font-size: 1rem;
}

.about_make_trip .right .image {
  overflow: hidden;
}

.about_make_trip .right .image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}

.about_make_trip .right .image:hover img {
  transform: scale(1.1);
}

.about_make_trip>.content .gallery_info {
  margin-top: 0.5rem;
  align-items: center;
}

.about_make_trip>.content .gallery_info .category {
  display: block;
  font-size: 14px;
  color: rgb(121, 125, 123);
  margin-left: 2rem;
}

.content {
  max-width: 1100px;
}
.about_enjoy {
  overflow: hidden;
  padding: 100px 0 130px;
  background-color: rgb(245, 255, 249);
}
.about_enjoy .img {
  float: right;
  width: 50%;
  margin-left: 5%;
  margin-bottom: 10px;
}
.about_enjoy .img img {
  width: 100%;
  height: auto; 
  display: block;
  object-fit: cover;
  transition: all .5s;
  &:hover {
    transform: scale(1.05);
  }
}
.about_enjoy .img .gallery_info {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
.about_enjoy .img .gallery_info .category {
  display: block;
  font-size: 14px;
  color: rgb(121, 125, 123);
  margin-left: 1rem;
}
.image {
  overflow: hidden;
}
.about_enjoy h1 {
  font-size: 46px;
  margin-bottom: 2rem;
  line-height: 45px;
}
.about_enjoy p {
  font-size: 18px;
  color: rgb(102, 102, 102);
  margin-bottom: 1.5rem;
  line-height: 30px;
  text-align: justify;
}
 
@media screen and (max-width: 786px) {

    .about_make_trip {
        padding: 1rem 0px 50px;
    }

    .about_make_trip>.content>.flex {
        gap: 0;
        grid-template-columns: 1fr;
    }
    .about_make_trip .right {
        order: -1;
        margin-bottom: 2rem;
    }
    .about_make_trip>.content>.flex>p {
        font-size: 0.9rem;
        line-height: 1.7;
        margin-top: -1rem;
    }
    .about_make_trip>.content>.flex>div {
        width: 100%;
    }

    .about_photographers .right h2,
    .about_make_trip h2 {
        width: 100%;
        line-height: 1.5;
        font-size: 21px;
    }

    .about_photographers .right p,
    .about_adventure .head p,
    .about_make_trip .left p {
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .about_make_trip .right .image img {
        width: 100%;
        margin-top: 0.5rem;
    }

    .about_make_trip>.content .gallery_info {
        flex-direction: column;
        align-items: start;
    }

    .about_make_trip>.content .gallery_info .title {
        font-size: 17px;
        margin-bottom: 2px;
    }

    .about_make_trip>.content .gallery_info .category {
        font-size: 14px;
    }

    .about_make_trip>.content .gallery_info .category {
        margin-left: 0px;
    }
    .about_enjoy h2 {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .about_enjoy {
        padding: 50px 0;
    }
    .about_enjoy .img {
        float: unset;
        width: 100%;
        margin: 0 0 2rem;
        display: block;
    }
}

.about_photographers {
  background-color: rgb(245, 255, 249);
  padding: 50px 0px;
}

.content {
  max-width: 1425px;
  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;
  }
}

.about_photographers>.content>.flex {
  gap: 100px;
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
  .about_photographers>.content>.flex {
    gap: 50px;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .about_photographers>.content>.flex {
    gap: 1rem;
    flex-direction: column;
  }
}

.about_photographers .left {
  flex: 1 1 0%;
}

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

  .about_photographers .left,
  .about_make_trip .right {
    zoom: 0.9;
  }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .about_photographers>.content>.flex .left {
    order: 2;
  }
}

.about_photographers .left .gallery_list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .about_photographers .left .gallery_list {
    max-width: 500px;
  }
}

.about_photographers .left .gallery_list .gallery_item {
  width: 234px;
}

.about_photographers .left .gallery_list .gallery_item .image {
  overflow: hidden;
}

.about_photographers .left .gallery_list .gallery_item img {
  transition: all 0.3s ease 0s;
  display: block;
}

.about_photographers .left .gallery_list .gallery_item:hover .image img {
  transform: scale(1.1);
}

.about_photographers .left .gallery_list .gallery_item .gallery_info .title {
  display: block;
  margin-top: 0.5rem;
}

.about_photographers .left .gallery_list .gallery_item .gallery_info .category {
  display: block;
  font-size: 14px;
  color: rgb(121, 125, 123);
}

.about_photographers .right {
  width: 830px;
}

@media screen and (min-width: 786px) and (max-width: 1220px) {
  .about_photographers .right {
    width: 100%;
    flex: 1 1 0%;
  }
}

.about_photographers .right h2 {
  font-size: 36px;
  width: 600px;
  margin-bottom: 2rem;
  line-height: 45px;
}

@media screen and (min-width: 786px) and (max-width: 1440px) {
  .about_photographers .right h2 {
    font-size: 34px;
  }
}

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

  .about_photographers .right h2,
  .about_make_trip h2 {
    width: 100%;
  }
}

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

  .about_photographers .right h2,
  .about_make_trip h2 {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}

.about_photographers .right p {
  font-size: 18px;
  color: rgb(102, 102, 102);
  margin-bottom: 1.5rem;
  line-height: 30px;
}

@media screen and (min-width: 786px) and (max-width: 1440px) {
  .about_photographers .right p {
    font-size: 17px;
  }
}

@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;
  }
}

/*----custom_pc_start----*/  #VLU6NR .about_photographers{padding-top:0px;padding-bottom:50px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #VLU6NR .about_photographers{} } /*----custom_mobile_end----*/
 
@media screen and (max-width: 786px) {

    .about_photographers {
        padding: 0px;
    }

    .about_photographers>.content>.flex {
        display: block;
    }

    .about_photographers .left .gallery_list .gallery_item {
        width: 100%;
    }

    .about_photographers .left .gallery_list .gallery_item .image img {
        width: 100%;
    }

    .about_photographers .right {
        width: 100%;
        margin-top: 3rem;
    }

    .about_photographers .right h2 {
        margin-bottom: 1rem;
    }

    .about_photographers .right p {
        margin-bottom: 0px;
        padding-bottom: 1.5rem;
    }
}

@media screen and (min-width: 786px) and (max-width: 1000px) {
  .about_make_trip {
    padding: 50px 0px;
  }
}

@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;
  }
}
@media screen and (min-width: 786px) and (max-width: 1000px) {

  .about_introduce .content>.flex,
  .about_make_trip>.content>.flex {
    display: block;
  }
}

.about_make_trip h2 {
  font-size: 36px;
  width: 600px;
  margin-bottom: 2rem;
  line-height: 45px;
}

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

  .about_photographers .right h2,
  .about_make_trip h2 {
    width: 100%;
  }
}

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

  .about_photographers .right h2,
  .about_make_trip h2 {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}

@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 (min-width: 786px) and (max-width: 1220px) {

  .about_photographers .left,
  .about_make_trip .right {
    zoom: 0.9;
  }
}
}
.about_enjoy h2 {
  font-size: 36px;
  margin-bottom: 2rem;
  line-height: 45px;
}


/*----custom_pc_start----*/  #L6S2TN .about_enjoy{padding-top:50px;padding-bottom:130px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #L6S2TN .about_enjoy{padding-top:0px;} } /*----custom_mobile_end----*/
 
@media screen and (max-width: 786px) {

    .about_make_trip {
        padding: 1rem 0px 50px;
    }
}

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

.about_adventure::after {
  content: "";
  display: none;
  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%;
}

@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;
  }
}

.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;
}

@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;
    }

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

    .about_adventure h2 {
        width: 100%;
    }
}