/*------------------------------------
		6.1 service
----------------------------------*/
.service-slider-wrapper .swiper-container {
  height: 650px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1600px) {
  .service-slider-wrapper .swiper-container {
    height: 600px;
  }
}

@media (max-width: 1360px) {
  .service-slider-wrapper .swiper-container {
    height: 500px;
  }
}

@media (max-width: 1180px) {
  .service-slider-wrapper .swiper-container {
    height: 400px;
  }
}

@media (max-width: 820px) {
  .service-slider-wrapper .swiper-container {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .service-slider-wrapper .swiper-container {
    height: 300px;
  }
}


.service-slider-wrapper .thumb {
   /* 定位與尺寸 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* 背景設定（注意順序：先圖層，後尺寸） */
  background-image: linear-gradient(0deg, rgba(57, 60, 65, 0.5) 0%, rgba(57, 60, 65, 0.5) 100%);
  background-size: cover;
  background-repeat: no-repeat;

  /* 視覺特效 */
  mix-blend-mode: luminosity;
  filter: grayscale(0);
  
  /* 初始狀態 */
  transform: scale(1);
  opacity: 1; /* 建議顯式宣告，以便配合 transition */

  transition: transform 3500ms ease, opacity 750ms ease-in;
}

@media (max-width: 4000px) {
  .service-slider-wrapper .thumb {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 575px) {
  .service-slider-wrapper .thumb {
    background-position-x: -100px;
  }
}

.service-slider-wrapper .shape__1 {
  right: 0;
  top: 0;
}

@media (max-width: 1600px) {
  .service-slider-wrapper .shape__1 {
    width: 40%;
  }
}

@media (max-width: 1399px) {
  .service-slider-wrapper .shape__1 {
    width: 30%;
  }
}

@media (max-width: 1199px) {
  .service-slider-wrapper .shape__1 {
    display: none;
  }
}

.service-slider-wrapper .shape__2 {
  left: 0;
  bottom: 0;
}

@media (max-width: 1600px) {
  .service-slider-wrapper .shape__2 {
    width: 25%;
  }
}

@media (max-width: 1399px) {
  .service-slider-wrapper .shape__2 {
    width: 20%;
  }
}

@media (max-width: 1199px) {
  .service-slider-wrapper .shape__2 {
    display: none;
  }
}

.service-slider-wrapper .service-content {
  position: relative;
  z-index: 11;
  /*padding-top: 300px;*/
}

@media (max-width: 1600px) {
  .service-slider-wrapper .service-content {
    /*padding-top: 280px;*/
  }
}

@media (max-width: 1199px) {
  .service-slider-wrapper .service-content {
    /*padding-top: 230px;*/
    margin-left: 10%;
  }
}

@media (max-width: 991px) {
  .service-slider-wrapper .service-content {
    padding-top: 180px;
  }
}

@media (max-width: 575px) {
  .service-slider-wrapper .service-content {
    padding-top: 130px;
    margin-left: 0;
  }
}

.service-slider-wrapper .service-content .title {
  color: var(--common-white);
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 120px;
  position: relative;
  z-index: 11;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

@media (max-width: 1600px) {
  .service-slider-wrapper .service-content .title {
    font-size: 100px;
  }
}

@media (max-width: 1199px) {
  .service-slider-wrapper .service-content .title {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 991px) {
  .service-slider-wrapper .service-content .title {
    font-size: 70px;
  }
}

@media (max-width: 575px) {
  .service-slider-wrapper .service-content .title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 430px) {
  .service-slider-wrapper .service-content .title {
    font-size: 30px;
    line-height: 30px;
  }
}
.service-slider-wrapper .service-content .title span {
  color: var(--common-white);
  font-size: 70px;
  font-weight: 500;
  /*letter-spacing: 25px;*/
  text-transform: uppercase;
  display: inline-block;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

@media (max-width: 1600px) {
  .service-slider-wrapper .service-content .title span {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  .service-slider-wrapper .service-content .title span {
    font-size: 50px;
    /*letter-spacing: 16px;*/
    line-height: 1;
  }
}

@media (max-width: 991px) {
  .service-slider-wrapper .service-content .title span {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .service-slider-wrapper .service-content .title span {
    font-size: 24px;
    /*letter-spacing: 8px;*/
  }
}
@media (max-width: 430px) {
  .service-slider-wrapper .service-content .title span {
    font-size: 18px;
  }
}
.service-slider-wrapper .service-content .btn-box {
  margin-top: 42px;
  position: relative;
  z-index: 11;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

@media (max-width: 991px) {
  .service-slider-wrapper .service-content .btn-box {
    margin-top: 20px;
  }
}

.service-slider-wrapper .service-content .btn-box .secandary-btn {
  color: var(--common-white);
}

.service-slider-wrapper .service-content .btn-box .secandary-btn:hover {
  color: var(--theme-color);
}

.service-slider-wrapper .swiper-slide-active .thumb {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

@media (max-width: 991px) {
  .service-slider-wrapper .swiper-slide-active .thumb {
    animation: none;
  }
}

.service-slider-wrapper .swiper-slide-active .title {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.service-slider-wrapper .swiper-slide-active .btn-box {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}
.service-thumbs-slider-wrapper-L {
  position: absolute;
  top: 0;
  right: 0;
}
.service-thumbs-slider-wrapper-R {
  position: absolute;
  top: 0;
  right: 0;
}
.service-thumbs-slider-wrapper .swiper-slide {
  width: 20px ;
  height: 20px;
    border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 480px) {
  .service-thumbs-slider-wrapper .swiper-slide {
    width: 15px ;
  height: 15px;
  }
}

.service-thumbs-slider-wrapper .swiper-slide .slider-thumnails {
  padding: 5px 5px;
  cursor: pointer;
}


.service-thumbs-slider-wrapper .swiper-slide-thumb-active {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-thumbs-slider-wrapper .swiper-slide {
  width: 20px !important;
  height: 20px;

}

@media (max-width: 820px) {
  .service-thumbs-slider-wrapper .swiper-slide {
    width: 16px !important;
    height: 16px;
  }
}


.service-thumbs-slider-wrapper .swiper-slide .slider-thumnails {
  padding: 5px 5px;
  cursor: pointer;
}


.service-thumbs-slider-wrapper .swiper-slide-thumb-active {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-style-1 {
  padding-top: 300px;
  padding-bottom: 60px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

@media (max-width: 1600px) {
  .service-style-1 {
    padding-top: 250px;
  }
}

@media (max-width: 1399px) {
  .service-style-1 {
    padding-top: 200px;
  }
}

@media (max-width: 991px) {
  .service-style-1 {
    padding-top: 150px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .service-style-1 {
    padding-top: 130px;
  }
}

.service-style-1 .shape-img {
  position: absolute;
  top: 232px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 1600px) {
  .service-style-1 .shape-img {
    width: 42%;
  }
}

@media (max-width: 1199px) {
  .service-style-1 .shape-img {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .service-style-1 .shape-img {
    width: 64%;
  }
}

@media (max-width: 375px) {
  .service-style-1 .shape-img {
    top: 204px;
    left: 65%;
  }
}

.service-style-1 .service-content-left .title {
  color: var(--common-white);
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .service-style-1 .service-content-left .title {
    font-size: 150px;
    margin-left: -13px;
  }
}

@media (max-width: 1399px) {
  .service-style-1 .service-content-left .title {
    font-size: 130px;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .service-style-1 .service-content-left .title {
    font-size: 120px;
  }
}

@media (max-width: 575px) {
  .service-style-1 .service-content-left .title {
    font-size: 70px;
  }
}

.service-style-1 .service-content-left .title2 span {
  color: var(--common-white);
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 34.5px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  right: 74px;
  bottom: -178px;
}

@media (max-width: 1600px) {
  .service-style-1 .service-content-left .title2 span {
    letter-spacing: 28.5px;
    font-size: 125px;
  }
}

@media (max-width: 1399px) {
  .service-style-1 .service-content-left .title2 span {
    letter-spacing: 20.5px;
    font-size: 120px;
    bottom: -112px;
  }
}

@media (max-width: 991px) {
  .service-style-1 .service-content-left .title2 span {
    letter-spacing: 16.5px;
    font-size: 90px;
    bottom: -79px;
    left: 15px;
  }
}

@media (max-width: 767px) {
  .service-style-1 .service-content-left .title2 span {
    letter-spacing: 9.5px;
    font-size: 76px;
    bottom: -63px;
    left: 16px;
  }
}

@media (max-width: 575px) {
  .service-style-1 .service-content-left .title2 span {
    letter-spacing: 6.5px;
    font-size: 60px;
    bottom: -25px;
    left: 16px;
  }
}

@media (max-width: 500px) {
  .service-style-1 .service-content-left .title2 span {
    font-size: 48px;
  }
}

@media (max-width: 375px) {
  .service-style-1 .service-content-left .title2 span {
    font-size: 38px;
    bottom: -21px;
  }
}

@media (max-width: 320px) {
  .service-style-1 .service-content-left .title2 span {
    font-size: 36px;
  }
}

.service-style-1 .service-content-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
}

@media (max-width: 991px) {
  .service-style-1 .service-content-right {
    justify-content: start;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .service-style-1 .service-content-right {
    justify-content: start;
    gap: 30px;
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .service-style-1 .service-content-right {
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .service-style-1 .service-content-right {
    gap: 23px;
  }
}

.service-style-1 .contact-btn {
  margin-left: 74px;
}

@media (max-width: 1600px) {
  .service-style-1 .contact-btn {
    margin-left: 10px;
  }
}

@media (max-width: 1399px) {
  .service-style-1 .contact-btn {
    margin-left: -104px;
    margin-top: 93px;
  }
}

@media (max-width: 1199px) {
  .service-style-1 .contact-btn {
    margin-left: 270px;
    margin-top: -2px;
  }
}

@media (max-width: 991px) {
  .service-style-1 .contact-btn {
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .service-style-1 .contact-btn {
    margin-left: 0;
  }
}

.service-style-1 .contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 172px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  color: var(--common-white);
  font-family: var(--heading-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .service-style-1 .contact-btn a {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 1199px) {
  .service-style-1 .contact-btn a {
    width: 130px;
    height: 130px;
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .service-style-1 .contact-btn a {
    width: 100px;
    height: 100px;
  }
}

.service-style-1 .contact-btn a:hover {
  color: var(--theme-color);
}

@media (max-width: 575px) {
  .service-style-1 .info-content {
    padding-top: 21px;
  }
}

.service-style-1 .info-content h2 {
  color: var(--common-white);
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.service-style-1 .info-content h2 span {
  color: var(--common-white);
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
}

.service-style-1 .info-content p {
  color: var(--common-white);
  font-size: 16px;
  font-weight: 400;
  margin-top: 13px;
}

.service-style-1 .info-content p span {
  display: block;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}


.service-thumbs-slider-wrapper {
  position: absolute;
  bottom: 5px;
  right: 0;
}





/*# sourceMappingURL=main.css.map */