@import "media.css";
* {
  box-sizing: border-box;
}
:root {
  font-size: 12px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
html,
body {
  font-family: Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
  height: 100%;
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.burger {
  box-sizing: content-box;
  display: block;
  position: fixed;
  z-index: 1003;
  width: 20px;
  top: 10px;
  right: 10px;
  padding: 10px;
  overflow: hidden;
}
.burger div {
  width: 100%;
  height: 2px;
  background-color: #ff434f;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .burger {
    display: none;
  }
}
.switch div:nth-of-type(2) {
  opacity: 0;
}
.switch div:nth-of-type(1) {
  transform-origin: center left ;
  transform: rotate(45deg) translateX(1px);
}
.switch div:nth-of-type(3) {
  transform-origin: center left ;
  transform: rotate(-45deg) translateX(1px);
}
header {
  opacity: 100;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  padding: 24px 0;
  font-size: 18px;
  transform-origin: top;
}
header a {
  text-decoration: none;
  color: #e7e9ec;
  padding: 0 2vw;
}
header a:hover {
  color: skyblue;
}
@media screen and (max-width: 768px) {
  header {
    display: none ;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    justify-content: start;
    z-index: 101;
    flex-direction: column;
    padding-top: 50px;
    overflow: hidden;
    animation: grow 1s 0s !important;
  }
  header a {
    padding: 10px 0;
    color: #2e2e2e;
  }
}
@keyframes grow {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100vh;
    opacity: 1;
  }
}
.sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  animation: dropDown 0.5s;
  z-index: 101;
}
.sticky a {
  color: #2e2e2e;
}
@keyframes dropDown {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.swiper {
  height: 100%;
}
.swiper .hide {
  opacity: 0;
}
.swiper-button-next,
.swiper-button-prev {
  transition: opacity 0.5s;
}
.swiper-pagination-bullet-active {
  background-color: #2e2e2e !important;
}
.swiper-slide {
  position: relative;
}
.swiper-slide .content {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e7e9ec;
  text-align: center;
}
@media screen and (max-width: 768px) {
}
.swiper-slide .content h1 {
  font-size: 30px;
  letter-spacing: 5px;
}
.swiper-slide .content h3 {
  font-size: 5vw;
}
.swiper-slide .content a {
  display: inline-block;
  margin-top: 5vh;
  background-color: #87ceeb6b;
  padding: 20px ;
  border-radius: 5px;
  color: #e7e9ec;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
.swiper-slide .content a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.mask {
  position: absolute;
  background-color: rgba(42, 42, 42, 0.59);
  width: 100%;
  height: 100%;
  z-index: 20;
}
.content-warp {
  margin: 0 auto;
  max-width: 1180px;
}
.content-warp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title {
  width: auto;
  font-size: 34px;
  color: #2e2e2e;
  margin-bottom: 0;
}
.title::after {
  content: " ";
  display: block;
  width: 80%;
  height: 4px;
  margin: 0 auto;
  background-color: #ff434f;
  margin-top: 10px;
}
.intro {
  font-size: 18px;
  color: #727272;
  margin-bottom: 10px;
}
.features {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.features .feature {
  height: 126px;
  display: flex;
  margin-top: 30px;
  padding: 0 20px;
  flex: 1 0 350px;
  max-width: 350px;
}
.features .feature i {
  font-size: 34px;
  font-weight: 900;
  color: #ff434f;
  padding-right: 20px;
}
.features .feature .right-content {
  display: flex;
  flex-direction: column;
}
.features .feature .right-content h4 {
  margin: 0;
  font-size: 18px;
}
.features .feature .right-content p {
  margin-top: 28px;
  color: #727272;
  font-size: 18px;
}
.showcases {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.showcases .filter-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 7px;
  cursor: pointer;
  transition: all 0.4s;
}
.showcases .filter-btns .filter-btn {
  padding: 10px;
  background-color: #e3e3e3;
  border: 0;
  color: #2e2e2e;
  padding: 8px 18px;
  margin: 0 15px;
  border-radius: 4px;
}
.showcases .filter-btns .filter-btn:hover,
.showcases .filter-btns .filter-btn .active {
  background-color: #ff434f;
  color: #e7e9ec;
}
.active {
  background-color: #ff434f !important;
  color: #e7e9ec !important;
}
.showcases .cases {
  width: 100%;
}
.case-item {
  width: 25%;
  height: 20vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .case-item {
    width: 50%;
    height: 40vw;
  }
}
.case-item img {
  height: 100%;
  object-fit: cover;
}
.service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 20px;
}
.service > p {
  margin: 30px 0;
}
.services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.services > div {
  display: flex;
  flex: 1 0 300px;
  margin: 20px 20px 10px 20px;
  padding: 24px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}
.services > div i {
  font-size: 34px;
  font-weight: 900;
  color: #ff434f;
  padding-right: 20px;
  padding-top: 15px;
}
.services > div div {
  display: flex;
  flex-direction: column;
}
.services > div div h2 {
  margin: 0;
  font-size: 18px;
}
.services > div div p {
  margin-top: 28px;
  margin-bottom: 0;
  color: #727272;
  font-size: 18px;
}
.team-members {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 40px;
}
.team-members .team-member {
  flex: 0 0 240px;
  margin-bottom: 20px;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 560px) and (max-width: 1060px) {
  .team-members .team-member {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.team-members .team-member:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.team-members .team-member img {
  height: 260px;
  width: 240px;
  object-fit: cover;
  object-position: top center;
}
.team-members .team-member h4 {
  display: block;
  font-size: 18px;
  margin-bottom: 0;
}
.team-members .team-member p {
  color: #727272;
  font-size: 15px;
}
.team-members .team-member ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.team-members .team-member ul li {
  list-style: none;
}
.team-members .team-member ul li a {
  color: #494949;
  text-decoration: none;
  font-size: 20px;
}
.data-section {
  width: 100%;
  min-height: 255px;
  position: relative;
  background-image: url(images/adult-business-computer-contemporary-380769.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.data-section .data-piece {
  flex: 1 0 ;
  color: #e7e9ec;
  position: relative;
  z-index: 30;
  text-align: center;
  font-size: 44px;
  padding: 20px 0;
}
@media screen and (max-width: 560px) {
  .data-section .data-piece {
    flex-basis: 50% !important;
  }
}
.data-section .data-piece .data-desc {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.activities {
  display: flex;
  flex-wrap: wrap;
}
.activities > div {
  flex: 1 0 300px;
  margin: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}
.activities > div:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.activities > div .act-image-wrapper {
  margin: 0 -20px;
}
.activities > div .act-image-wrapper img {
  height: 255px;
  object-fit: center;
}
.activities > div .act-title {
  color: #494949;
  font-size: 18px;
}
.activities > div article {
  color: #c6c6c6;
  letter-spacing: 0.54px;
}
.activities > div p {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  font-size: 12px;
  color: #c6c6c6;
}
.activities > div button {
  background-color: #ff434f;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 6px 14px;
  margin: 24px 0;
}
footer {
  background-color: #181818;
  color: #fff;
  padding: 20px;
}
.footer-menus {
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .footer-menus {
    flex-direction: column;
  }
  .footer-menus .contact-us {
    order: 1;
  }
}
.footer-menus .menu-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.footer-menus .contact-us {
  color: #c6c6c6;
  font-size: 14px;
  flex: 1;
}
.footer-menus .service-right {
  display: flex;
  justify-content: space-evenly;
  flex: 1;
}
.footer-menus .service-right div {
  flex: 1;
}
.menu-items {
  padding: 0;
  list-style: none;
}
.menu-items li {
  padding: 5px 2px;
}
.menu-items a {
  text-decoration: none;
  color: #c6c6c6;
  font-size: 14px;
}
.menu-items a:hover {
  color: #fff;
}
.info {
  text-align: center;
  margin-bottom: -10px;
  color: #c6c6c6;
  font-size: 13px;
}
.scrollToTop {
  position: fixed;
  right: 6px;
  bottom: 60px;
  z-index: 1000;
  background-color: #e3e3e3;
  border-radius: 3px;
  padding: 5px 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.scrollToTop :hover {
  transform: scale(1.5);
}
.scrollToTop a {
  width: 32px;
  height: 32px;
  color: #fff;
}
