/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

.single-line-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multi-line-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 992px) {

  html,
  body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #fe3f40;
}

.main-blue-button a {
  display: inline-block;
  background-color: rgba(254, 84, 31, 1);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #fe3f40;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
  color: #fe3f40 !important;
}

.background-header .nav li a.active {
  color: #fe3f40 !important;
}

.header-area {
  background-color: #fafafa;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 85px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  width: 234px;
  height: 52px;
}

.header-area .main-nav .logo h4 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #03a4ed;
  line-height: 100px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.logo h4 span {
  color: #fe3f40;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav #li-login {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav #li-login a,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px;
  font-weight: 400;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 12px;
}

.header-area .main-nav .nav #li-login a:hover,
.header-area .main-nav .nav #li-login a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fe3f40 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #fe3f40 !important;
  opacity: 1;
}

.header-area .main-nav .nav #li-login a:hover,
.background-header .main-nav .nav li:last-child a:hover {
  /* background-color: #03a4ed; */
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #fe3f40 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 25px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  left: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #fe3f40;
}

.header-area .main-nav .nav #li-login {
  padding: 0;
}

.header-area .main-nav .nav>li:last-child>a {
  color: white !important;
}

.header-area .main-nav .nav #li-login a:hover {
  /* color: #fe3f40 !important; */
}

.header-area .main-nav .nav li:hover li a {
  color: black !important;
}

.header-area .main-nav .nav li:active li a {
  color: black !important;
  background-color: white;
}

.header-area .main-nav .nav li:hover li:hover a {
  color: #fe3f40 !important;
  background-color: white;
}

.header-area .main-nav .nav li:hover li:active a {
  color: #fe3f40 !important;
  background-color: white;
}

.header-area .main-nav .nav li {
  /* padding:0; */
  text-align: center;
}

.header-area .main-nav .login-succ {
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav #li-login {
  margin-left: 20px;
  margin-right: 10px;
}

.header-area .main-nav #lang-btn {
  width: 72px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 0;
}

.header-area .main-nav #lang-btn img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.header-area .main-nav #lang-btn span {
  font-size: 14px;
  user-select: none;
  /* 禁止文本选择 */
  -webkit-user-select: none;
  /* 兼容 Safari 和旧版 Chrome */
  -ms-user-select: none;
  /* 兼容 IE */
}

.header-area .main-nav #lang-btn:hover {
  background-color: white;
  box-shadow: 0 0 8px #FE541F80;
  cursor: pointer;
}

.header-area .main-nav #lang-btn:active {
  background-color: #D9D9D980;
  box-shadow: none;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav {
    display: flex;
    justify-content: center;
  }

  .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  }

  .header-area .main-nav .nav li{
    display: none;
    position: absolute;
    top: 23px;;
    right: 0px;
  }

  .header-area .main-nav #lang-btn:hover{
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }

  .header-area .main-nav .logo {
    color: #1e1e1e;
  }

  .header-area .main-nav .logo img {
    height: 39px;
    width: auto;
  }

  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fe3f40 !important;
    opacity: 1;
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 85px;
    box-shadow: none;
    text-align: center;
  }

  .header-area .container {
    padding: 0px;
  }

  .header-area .main-nav {
    display: flex;
    justify-content: center;
  }

  /* .header-area .menu-trigger {
    display: block !important;
  }

  .header-area .main-nav {
    overflow: hidden;
  } */

  .background-header .nav {
    margin-top: 80px;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }

  .header-area.header-sticky .nav {
    margin-top: 100px;
  }

  /* .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  } */

  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }

  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fe3f40 !important;
  }

  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }

  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }

  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }

  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }

  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }

  .header-area .main-nav #li-login {
    margin-left: 0px !important;
  }

  .header-area .main-nav #li-signup a {
    color: black !important;
    border-radius: 0;
  }

  #li-login {
    margin-left: 0px;
  }

  .login-succ {
    height: 50px;
    line-height: 50px;
    background: #f7f7f7
  }

  .header-area .main-nav .nav #li-login a {
    color: black !important;
    border-radius: 0;
  }

  .header-area .main-nav .nav #li-login a:hover {
    /* color: #fe3f40 !important; */
  }
}

/* @media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
} */

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #fe3f40;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #fe3f40;
  border-radius: 50%;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/
.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 86px 0px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner .banner-bg-mobile{
  display: none;
  position: absolute; 
  width: 500px; 
  top: 115px;; 
  left: 50%; 
  transform: translateX(-50%); 
  opacity: 0.5; 
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h3 {
  font-size: 64px;
  font-weight: 700;
  color: #1F2326;
  line-height: 90px;
  letter-spacing: 2px;
}

.main-banner .left-content form {
  width: 560px;
  height: 56px;
  position: relative;
  cursor: pointer;
}

.main-banner .left-content form button {
  position: absolute;
  right: 8px;
  top: 9px;
  display: inline-block;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  color: #DB4826;
  text-transform: capitalize;
  width: 156px;
  height: 38px;
  border-radius: 8px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
  /* transition: color 0.4s; */
  overflow: hidden;
}

.main-banner .left-content form button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(254, 84, 31, 1);
  /* 颜色变化 */
  transition: left 0.3s;
  z-index: -1;
}

.main-banner .left-content form button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  /* 颜色变化 */
  z-index: -2;
}

.main-banner .left-content form button:hover {
  color: #fff;
  /* 悬浮时按钮文本颜色 */
}

.main-banner .left-content form button:hover::before {
  left: 0;
  /* 悬浮时，从左到右 */
}

.main-banner .left-content form input {
  width: 560px;
  height: 56px;
  background-color: #FE541F;
  border-radius: 12px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  z-index: -2;
  transition: background-Color 0.2s;
}

.main-banner .left-content form:hover input {
  background-color: rgba(251, 174, 23, 1);
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}

.main-banner .left-content form:hover input::placeholder {
  color: rgba(219, 72, 38, 1);
  font-weight: 600;
}

.main-banner .right-image {
  /* background-color: #fafafa; */
  position: relative;
  border-radius: 25px;
  margin: 30px 0 20px;
  width: 659px;
  height: 738px;
}

.main-banner .right-image>img{
  position: relative;
  z-index: 2;
}

.main-banner .banner-bg-mobile .video-placeholder{
  position: absolute;
  background-color: #fafafa;
  width: 100%;
  height: 100%;
}

.main-banner  .video-box {
  position: absolute;
  top: 1%;
  left: 13.7%;
  z-index: 1;
  width: 53%;
  height: 96%;
  overflow: hidden;
  border-radius: 16%;
}

.main-banner  .video-box img,
.main-banner  .video-box video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 133%;
}

/* 
---------------------------------------------
Module Title Style
--------------------------------------------- 
*/
.title {
  margin: 80px 0 64px;
}

.title>div {
  display: flex;
  height: 72px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.title .web {
  width: 8px;
  height: 72px;
  margin-right: 42px;
}

.title img.mobile {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 36px;
}

.title h3 {
  display: flex;
  position: relative;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
}

.title h3 span {
  color: #FE541F;
}

.title .learn-more-btn {
  position: absolute;
  right: 0px;
  width: 104px;
  height: 36px;
  border-radius: 12px;
  /* background-color: #F3F3F3; */
  color: rgba(31, 35, 38, 0.5);
  text-align: center;
  line-height: 38px;
  float: right;
  cursor: pointer;
}

.title .learn-more-btn:hover {
  background-color: #ccc9c9e3;
}

/* 
---------------------------------------------
ourGames Style
---------------------------------------------
*/

.our-games .item {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  transition: transform 0.4s ease;
}

.our-games .item img,
.our-games .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.our-games .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.our-games .item .overlay p{
  color: white;
}

.our-games .item:hover img,
.our-games .item:hover video {
  transform: scale(1.2);
}

.our-games .item:hover .overlay {
  opacity: 1;
}

.our-games .grid-container-web{
  display: flex;
  width: 100%;  /* 使用vw单位 */
  max-width: 1296px;
  aspect-ratio: 1228 / 752;  /* 保持宽高比 */
  gap: 16px;
  padding: 16px;
  margin: 0 auto;
}

.our-games .grid-container-web .left-column {
  width: 28%;
  background-color: #f5f5f5;
  border-radius: 1.35vw;
  overflow: hidden;
}

.our-games .grid-container-web .middle-column {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.our-games .grid-container-web .middle-block {
  flex: 1;
  background-color: #f5f5f5;
  border-radius: 1.35vw;
  overflow: hidden;
  min-height: 0;  /* 确保flex布局正常工作 */
}

.our-games .grid-container-web .right-column {
  width: 19%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.our-games .grid-container-web .right-block-top {
  height: calc((100% - 32px) / 3);
  background-color: #f5f5f5;
    border-radius: 1.35vw;
  min-height: 0;  /* 确保flex布局正常工作 */
}

.our-games .grid-container-web .right-block-bottom {
  flex: 2;  /* 占据剩余空间的2份 */
  background-color: #f5f5f5;
  border-radius: 1.35vw;
  min-height: 0;  /* 确保flex布局正常工作 */
  overflow: hidden;
}

/* 添加图片样式 */
.our-games .grid-container-web img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-games .grid-container-web video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.our-games .grid-container-mobile {
  display: none;
  margin: 0 auto;
  gap: 16px;
  max-width: 1440px;  /* 设置最大宽度 */
  aspect-ratio: 359 / 572;  /* 保持宽高比 */
}

.our-games .grid-container-mobile .left-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.our-games .grid-container-mobile .right-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.our-games .grid-container-mobile .left-box-1 {
  height: calc(364 / 556 * 100%);
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.our-games .grid-container-mobile .left-box-2 {
  height: calc(104 / 556 * 100%);
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.our-games .grid-container-mobile .left-box-3 {
  height: calc(88 / 556 * 100%);
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.our-games .grid-container-mobile .right-box-1 {
  height: calc(200 / 564 * 100%);
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.our-games .grid-container-mobile .right-box-2 {
  height: calc(364 / 564 * 100%);
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.our-games .grid-container-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.our-games .grid-container-mobile video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 
---------------------------------------------
News Style
--------------------------------------------- 
*/
.news {
  position: relative;
  /* margin-top: 64px; */
}

.news .row {
  margin-left: 14px;
}

.news .news-mobile {
  display: none;
}

.news .news-mobile .left-content {
  margin-bottom: 32px;
}

.news .news-mobile .left-content .introduction p {
  font-size: 16px;
  /* line-height: 26px; */
  margin: 16px 0 8px;
}

.news .news-mobile .left-content .introduction span {
  font-size: 14px;
  margin-right: 16px;
}

.news .learn-more-btn,
.news .learn-more-btn>div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
  color: rgba(31, 35, 38, 0.5);
  cursor: pointer;
}

.news .learn-more-btn>div {
  width: 104px;
  height: 36px;
  background-color: rgba(243, 243, 243, 1);
}

.news .learn-more-btn>div:hover {
  background-color: #ccc9c9e3;
}

.news .learn-more-btn img {
  width: 7px;
  height: 6px;
  margin-left: 7px;
}

.news .left-content .mySwiper {
  height: 372px;
  border-radius: 24px;
  overflow: hidden;
}

.news .left-content .mySwiper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.news .left-content .introduction p {
  font-size: 32px;
  font-weight: 400;
  color: #1F2326;
  margin: 14px 0;
  cursor: pointer;
  height: 40px;
  line-height: 32px;
}

.news .left-content .introduction span {
  font-size: 20px;
  color: #CACACA;
  cursor: pointer;
}

.news .right-content .news-list .item {
  position: relative;
  height: 110px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.news .right-content .news-list .item :nth-child(3) {
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 0px;
  border-top: 1px solid rgba(254, 84, 31, 1);
  border-bottom: 1px solid rgba(254, 84, 31, 1);
  transition: width 0.3s ease-in;
}

.news .right-content .news-list .item.active :nth-child(3) {
  width: 90px;
}

.news .right-content .news-list>:not(:last-child) {
  border-bottom: 1px solid rgba(31, 35, 38, 0.5);
}

.news .right-content .news-list .item>div:nth-child(1) {
  font-size: 16px;
  width: 138px;
  color: #CACACA;
}

.news .right-content .news-list .item>div:nth-child(2) {
  flex: 1;
}

.news .right-content .news-list .item>div:nth-child(2) p {
  font-size: 22px;
  line-height: 32px;
  color: rgba(31, 35, 38, 1);
}

.news .right-content .news-list .item>div:nth-child(2) span {
  font-size: 16px;
  color: #CACACA;
}

/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

.about-us {
  background-color: rgba(253, 116, 58, 1);
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.about-us .container .row {
  margin-left: 14px;
  position: relative;
}

.about-us .left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 0;
  z-index: 10;
}

.about-us .left-content .item{
  display: flex;
  /* height: 110px; */
  /* align-items: center; */
  width: 50%;
}
.about-us .left-content .item:first-child{
  width: 100%;
}

.about-us .left-content .item:not(:last-child) {
  margin-bottom: 38px;
}

.about-us .left-content .item .icon {
  width: 80px;
  height: 80px;
}

.about-us .left-content .icon-mobile {
  display: none;
}

.about-us .left-content .item .right-text {
  flex: 1;
  margin-left: 24px;
  font-weight: 400;
}

.about-us .left-content .item .right-text h4 {
  font-size: 20px;
  line-height: 28px;
  color: #FFF;
}

.about-us .left-content .item .right-text p {
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  margin-top: 8px;
}

.about-us .left-content .item .right-text ul {
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  margin-top: 8px;
}

.about-us .left-content .item .right-text ul {
  list-style: none;
  padding-left: 20px;
}

.about-us .left-content .item .right-text ul li {
  position: relative;
  line-height: 24px;
}

.about-us .left-content .item .right-text ul li::before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #FFF; /* 圆点颜色 */
}

.about-us .left-content .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us .right-people{
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-us .right-people img{
  width: 700px;
}

.about-us .right-content {
  display: flex;
  align-items: flex-end;
}

.about-us .right-content img {
  width: 100%;
}

.about-us .right-content-web {
  position: absolute;
  right: 0;
  height: 100%;
  justify-content: flex-end;
}

.about-us .right-content-web img {
    height: 100%;
    width: auto;
    object-fit: cover;
    overflow: visible;
}

.about-us .right-content-mobile {
  display: none;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/
.our-services {
  /* 灰色部分占据其上方 */
  background-size: 50% 100%;
  /* 颜色只在右半部分 */
  background-repeat: no-repeat;
  overflow: hidden;
}

.our-services .container {
  position: relative;
}

.our-services .container .services-bg {
  position: absolute;
  top: 0;
  left: 75px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
}

.our-services .right-content-mobile {
  display: none;
}

.our-services .right-content-mobile .row {
  padding: 0 13px;
}

.our-services .right-content-web {
  display: black;
}

.our-services .bottom-text {
  position: relative;
  margin-left: 63px;
  background-color: rgba(31, 35, 38, 1);
  border-bottom-left-radius: 24px;
  overflow: hidden;
}

.our-services .bottom-text p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(243, 243, 243, 1);
}

.our-services .right-content {
  margin-top: 42px;
}

.our-services .piece {
  height: 110px;
  padding: 25px 0;
}

.our-services .piece h4 {
  font-size: 18px;
}

.our-services .piece span {
  color: rgba(251, 174, 23, 1);
  font-weight: 700;
}

.our-services .description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 32px;
  height: 32px;
  margin-bottom: 16px;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgba(254, 84, 31, 1);
  /* background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%); */
  height: 12px;
  border-radius: 6px;
  margin-bottom: -12px;
  position: relative;
  z-index: 2;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: rgba(230, 217, 217, 1);
  position: relative;
  z-index: 1;
}

.our-services .first-bar .filled-bar {
  width: 80%;
}

.our-services .second-bar .filled-bar {
  width: 88%;
}

.our-services .third-bar .filled-bar {
  width: 96%;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  background-color: rgba(253, 116, 58, 1);
  background-image: url('../images/contact-us-bg1.png'), url('../images/contact-us-bg2.png');
  background-size: 684px 527px, 2104px 322px;
  background-position: -273px -373px, -532px 500px;
  background-repeat: no-repeat;
}

.contact-us .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-us .right-content {
  display: flex;
  align-items: left;
  justify-content: center;
  max-width: 480px;
  height: 528px;
  border-radius: 24px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #FFF;
}

.contact-us .right-content img {
  width: 80%;
  object-fit: cover;
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading p {
  color: #fff;
  margin-top: 30px;
}


.contact-us .phone-info>div {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
}

/* .contact-us .phone-info h4 span {
  width: 300px;
} */

.contact-us .phone-info>div>div>i {
  width: 64px;
  height: 64px;
  display: inline-block;
  text-align: center;
  line-height: 64px;
  /* background-color: #fff; */
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

/* Overlay  */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  transition: opacity 0.5s;
}

.overlay.active {
  display: block;
}

/* 
---------------------------------------------
drawer Style
--------------------------------------------- 
*/

.drawer {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index: 1000;
}

.drawer ul {
  list-style-type: none;
  padding: 0;
}

.drawer ul li {
  padding: 8px 16px;
  text-align: left;
}

.drawer ul li a {
  padding: 13px 16px;
  color: #f1f1f1;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  font-size: 14px;
}

.drawer ul li a:hover {
  background-color: #555;
  border-radius: 8px;
}

.close-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
}

.drawer.active {
  width: 250px;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/
footer {
  background-color: rgba(31, 35, 38, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}

footer p {
  text-align: center;
  margin: 30px 0px 45px 0px;
  color: #FFF;
}

footer p a {
  color: rgba(253, 116, 58, 1);
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 1400px) {
  .main-banner .right-image {
    width: 546px;
    height: 611.344px;
  }

  .about-us .right-content-web img {
    height: 90%;
  } 

  .our-services .container .services-bg {
    left: 66px;
  }

  .our-services .bottom-text {
    margin-left: 54px;
  }

  .our-services .piece {
    height: 90px;
    padding: 18px 0;
  }

  .our-services .description {
    margin-bottom: 8px;
  }
}

@media (max-width: 1200px) {
  .main-banner .left-content h3 {
    margin-top: 30px;
    font-size: 40px;
    line-height: 40px;
  }

  .main-banner .left-content h2 {
    font-size: 80px;
  }

  .main-banner .left-content h1 {
    max-width: 490px;
  }

  .main-banner .left-content form {
    width: 480px;
  }

  .main-banner .left-content form input {
    width: 480px;
  }

  .main-banner .right-image {
    width: 456px;
    height: 510.578px;
  }

  .about-us .right-content-web img {
    height: 70%;
  } 

  .our-services .container .services-bg {
    left: 58px;
  }

  .our-services .bottom-text {
    margin-left: 46px;
  }

  .contact-us .phone-info>div>div {
    margin-top: 24px;
  }
}

@media (max-width: 992px) {

  /* title---------- */
  .title {
    margin: 32px 0;
  }

  .title>div {
    justify-content: center;
  }

  .title h3 {
    font-size: 32px;
  }

  .title img.web {
    display: none;
  }

  .title img.mobile {
    display: block;
    bottom: 4px;
  }

  .title .learn-more-btn {
    display: none;
  }

  /* main-banner---------- */
  .main-banner {
    padding-top: 180px;
  }

  .main-banner .banner-bg-mobile{
    display: block;
  }

  .main-banner:after {
    top: 76px;
    z-index: -1;
  }

  .main-banner .left-content .introduction{
    text-align: center;
  }

  .main-banner .left-content form {
    text-align: left;
  }

  .main-banner .left-content {
    text-align: center;
    margin: 0 auto;
  }

  /* .main-banner .left-content h3 {
    text-align: center;
  } */

  .main-banner .left-content h2 {
    text-align: center;
  }

  .main-banner .left-content form input {
    width: calc(100% - 90px);
    font-size: 14px;
    background-color: rgba(243, 243, 243, 1);
    color: rgba(219, 72, 38, 1);
    height: 48px;
  }

  .main-banner .left-content form input::placeholder {
    color: rgba(219, 72, 38, 1);
    font-weight: 600;
    opacity: 1;
    /* 设定透明度，1为完全不透明 */
  }

  /* 兼容不同浏览器的写法 */
  .main-banner .left-content form input::-webkit-input-placeholder {
    /* WebKit browsers (Chrome, Safari) */
    color: rgba(219, 72, 38, 1);
    font-weight: 600;
  }

  .main-banner .left-content form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(219, 72, 38, 1);
    font-weight: 600;
  }

  .main-banner .left-content form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(219, 72, 38, 1);
    font-weight: 600;
  }

  .main-banner .left-content form button {
    background-color: rgba(254, 84, 31, 1);
    color: rgba(255, 255, 255, 1);
    width: 80px;
    height: 48px;
    top: 0px;
    right: 0px;
    font-size: 14px;
  }

  .main-banner .right-image {
    display: none;
  }

  .main-banner .right-image .image-box>div img {
    width: 80%;
    max-width: 250px
  }

  /* 
  ---------------------------------------------
  ourGames Style
  ---------------------------------------------
  */
  .our-games .grid-container-web {
    display: none;
  }

  .our-games .grid-container-mobile {
    display: flex;
  }

  /* news---------- */
  .news .news-web {
    display: none;
  }

  .news .news-mobile {
    display: block;
  }

  .news .left-content .mySwiper {
    height: auto;
  }

  /* about---------- */

  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }

  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }

  .about-us .services {
    text-align: center;
  }

  .about-us .services .item {
    background: rgb(255, 77, 30);
    background: linear-gradient(105deg, rgba(255, 77, 30, 1) 0%, rgba(255, 44, 109, 1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }

  .about-us .left-content{
    padding: 0px;
  }

  .about-us .left-content .item{
    width: 100%;
  }

  .about-us .services .item .right-text {
    text-align: left;
  }

  .about-us .left-content .item .right-text h4 {
    color: rgba(31, 35, 38, 1);
  }

  .about-us .left-content .item .right-text p,
  .about-us .left-content .item .right-text ul {
    color: rgba(31, 35, 38, 0.5);
    margin-top: 8px;
  }
  .about-us .left-content .item .right-text ul li::before{
    color: rgba(31, 35, 38, 0.5);
  }

  .about-us {
    background-color: transparent;
  }

  .about-us .left-content {
    padding-bottom: 32px;
  }

  .about-us .left-content .icon-web {
    display: none;
  }

  .about-us .left-content .icon-mobile {
    display: block;
  }

  .about-us .container .row {
    margin: 0;
  }

  .about-us .right-content-web {
    display: none;
  }

  .about-us .right-content-mobile img {
    max-width: 720px;
  }

  .about-us .right-content-mobile {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    background-image: url(../images/about-bg-mobile.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  /* our-services---------- */
  .our-services {
    background: transparent !important;
  }

  .our-services .services-bg {
    display: none;
  }

  .our-services .row {
    --bs-gutter-x: 0;
  }

  .our-services .container>.row {
    background-color: rgba(248, 248, 248, 1);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .our-services .bottom-text {
    padding: 25px 36px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin: 0;
  }

  .our-services .right-content {
    margin-top: 32px;
  }

  .our-services .right-content-mobile {
    display: block;
  }

  .our-services .right-content-web {
    display: none;
  }

  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }

  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }

  /* contact-us---------- */
  .contact-us {
    padding: 40px 0px;
  }

  .contact-us .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-us .section-heading{
    padding-top: 0px !important;
  }

  .contact-us .right-content {
    margin-top: 40px;
  }

  /* footer---------- */
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }

  .phone-info>div>div {
    margin-top: 15px;
  }

  .phone-info>div>div>i {
    margin-left: 0px;
  }
}

@media (max-width: 597px) {
  .main-banner {
    padding-top: 220px;
  }
  .main-banner .banner-bg-mobile{
    width: 100%;
    max-width: 445px;
    top: 115px;
  }

  .main-banner .left-content .introduction {
    max-width: 440px;
  }

  .main-banner .left-content h3 {
    font-size: 36px;
    line-height: 50px;
  }

  .main-banner .left-content h2 {
    line-height: 84px;
    letter-spacing: 0;
  }

  /* .main-banner .left-content h1 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
    text-align: left;
  } */

  .title h3 {
    font-size: 32px;
    line-height: 45px;
  }

  .about-us .left-content .item:not(:last-child){
    margin-bottom: 20px;
  }

  .about-us .left-content .item .right-text {
    margin-left: 12px;
  }

  .about-us .left-content .item .right-text h4 {
    color: rgba(31, 35, 38, 1);
    line-height: 22px;
    font-size: 16px;
  }

  .about-us .left-content .item .right-text p {
    color: rgba(31, 35, 38, 0.5);
    line-height: 20px;
    margin-top: 0;
    font-size: 14px;
  }

  .about-us .left-content .item {
    /* height: 80px; */
    align-items: start;
  }

  .about-us .left-content .item .icon {
    width: 13vw;
    height: 13vw;
    min-width: 48px;
    min-height: 48px;
  }

  .about-us .right-content-mobile img {
    max-width: 540px;
  }

  .title img.mobile {
    bottom: -4px;
  }
}

@media (max-width: 450px) {
  .main-banner {
    background-size: 100% auto;
    padding-top: 112px;
  }

  .main-banner .banner-bg-mobile{
    width: 370px;
    top: calc(100% - 465px);
  }

  .our-services .piece h4 {
    font-size: 16px;
    line-height: 32px;
    color: rgba(0, 0, 0, 1);
  }

  .our-services .bottom-text p {
    font-size: 12px;
    text-align: center;
  }
}