 @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html, body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
.mb {
  display: none;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container-1 {
  background: url("../images/bg.png") no-repeat;
  width: 100%;
  background-size: cover;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.header-active {
  background: #000000;
  padding-bottom: 20px;
  transition: .3s linear;
}
.header-container {
  max-width: 1200px;
  margin: 0 auto;
}
.header-top {
  display: flex;
  justify-content: space-between;
  padding: 28px 0 19px;
}
.header-social {
  display: flex;
  align-items: center;
  gap: 37px ;
}
.header-social1, .header-social2 {
  display: flex;
  gap: 19px 36px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header-social1 img, .header-social2 img {
  max-width: 20px;
}
.header-social img {
  margin-right: 17px;
}
.header-social span {
  color:  #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  
  border-top: 1px solid rgba(217, 217, 217, 0.5);
}
.header-menu ul li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  width: 20%;
  text-align: center;
  padding-top: 13px;
  margin-top: -1px;
}
.header-menu ul li a {
  padding: 14px 0px;
  color: #FFF;
}
.header-menu ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(217, 217, 217, 0.5);
  position: absolute;
  right: 0;
  top: 9px;
}
.header-menu ul .active {
  border-top: 1px solid #FF6310;
  margin-top: -1px;
  transition: .3s linear;
}
.header-menu ul li a:hover {
  color: #FF6310;
}
.box-1 {
  padding-bottom: 154px;
  text-align: center;
  padding-top: 238px;
}
.box-1 .box-1__heading {
  color: #FF6310;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 62px;
  position: relative;
}
.box-1 .box-1__heading::after {
  content: "";
  background: #FFF;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.box-1__text {
  max-width: 1055px;
  margin: 0 auto;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144.187%;
}
.box-1__text span {
  color:  #FF6310;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 144.187%;
}

@media screen and (max-width: 1200px) {
  .mb {
    display: block;
  }
  .container-2 {
    padding: 0 20px;
  }
  .header-container {
    padding: 0 20px;
  }
  
}
@media screen and (max-width: 600px){
  .header-top {
    display: flex;
    justify-content: space-between;
    padding: 13px 0 10px;
  } 
  .logo img {
    max-width: 95px;
  }
  .header-phone, .header-mail {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-social {
    display: flex;
    align-items: center;
    gap: 6px 25px;
  }
  .header-social img {
    margin-right: 0px;
  }
  .header-social1, .header-social2 {
    display: flex;
    gap: 19px 25px;
    justify-content: center;
    align-items: center;
    flex-direction: initial;
  }
  .header-social1 img, .header-social2 img {
    max-width: 17px;
  }
  .header-mail {
    margin-bottom: -4px;
  }
  .header-social span {
    font-size: 8px;
  }
  .header-menu ul li {
    font-size: 8px;
    padding-top: 8px;
  }
  .header-menu ul li:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(217, 217, 217, 0.5);
    position: absolute;
    right: 0;
    top: 3px;
  }
  .header-menu ul {
    display: flex;
    justify-content: center;
    align-items: initial;
    position: relative;
    border-top: 1px solid rgba(217, 217, 217, 0.5);
  }
  .header-menu ul li:nth-child(2) {
    font-size: 8px;
    padding-top: 4px;
  }
  .header-menu ul li:nth-child(3) {
    font-size: 8px;
    padding-top: 4px;
  }
  .header-active {
    background: #000000;
    padding-bottom: 10px;
    transition: .3s linear;
  }
  /* ////////////////////////// */
  .box-1 {
    padding-bottom: 51px;
    text-align: center;
    padding-top: 139px;
  }
  .box-1 .box-1__heading {
    font-size: 25px;
    margin-bottom: 31px;
  }
  .box-1 .box-1__heading::after {
    width: 70px;
    height: 1px;
    bottom: -12px;
  }
  .box-1__text {
    max-width: 1055px;
    margin: 0 auto;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0 21px;
  }
  .box-1__text span {
    color: #FF6310;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  .container-1 {
    background: url(../images/bg-mb.png) no-repeat;
    width: 100%;
    background-size: cover;
  }
}
/* ////////////////////////// */
.container-2 {
  background: #000;
}
.box2 {
  padding: 40px 0 97px;
}
.title {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  
}
.box2 .title1 {
  margin-bottom: 62px;
}
.box2 .title1::after {
  content: "";
  width: 184px;
  height: 3px;
  background: #FF6310;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.box2-list {
  display: flex;
  justify-content: center;
  gap: 22px 259px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.box2-list::after {
  content: url("../images/box2-land.png");
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 0;
}
.box2-item {
  width: 227px;
  height: 191px;
  border-radius: 5px;
  background: #3D3D3D;
  padding: 23px 16px;
  transition: .5s linear;
  z-index: 1;
}
.box2-item:nth-child(2) p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box2-item:last-child p{
  padding-top: 15px;
  padding-bottom: 15px;
}
.box2-item h6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.box2-item p {
  padding-left: 16px;
  color:  #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134.188%;
  border-left: 1px solid #FF6310;
}
.box2-item:hover {
  background:  #FF6310;
  transition: all 1s linear;
}
.box2-active {
  border-radius: 5px;
  background:  #FF6310;
  transition: .5s linear;
}
.box2-active p {
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 1200px) {
  .box2-list::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 600px) {
  .box2 {
    padding: 31px 18px 39px;
  }
  .box2 .title1 {
    margin-bottom: 39px;
  }
  .title {
    font-size: 28px;
  }
  .box2 .title1::after {
    width: 120px;
    height: 2px;
  }
  .box2-list::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    z-index: 0;
  }
  .box2-item {
    width: 100%;
    height: initial;
    border-radius: 5px;
    background: #3D3D3D;
    padding: 14px 22px 24px;
    z-index: 1;
    position: relative;
  }
  .box2-item:not(:last-child)::after {
    content: url(../images/box2-landmb.png);
    position: absolute;
    bottom: -31px;
    left: -28px;
  }
  .box2-active {
    border-radius: 5px;
    background: #FF6310;
    transition: .5s linear;
  }
}
@media screen and (max-width: 380px) {
  .box2-item:not(:last-child)::after {
      content: url(../images/box2-landmb.png);
      position: absolute;
      bottom: -31px;
      left: -47px;
      transform: scale(0.9);
  }
}
/* =======box3========== */
.box3 {
  padding-bottom: 235px;
}
.box3 .title2::after {
  content: "";
  width: 184px;
  height: 3px;
  background: #FF6310;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}
.box3 .title2 {
  margin-bottom: 62px;
}
.box3-list {
  display: flex;
  gap: 192px 73px;
  flex-wrap: wrap;
}
.box3-item {
  padding: 17px 53px 121px 61px;
  border-radius: 5px;
  background: rgba(61, 61, 61, 0.5);
  width: 557px;
  height: 243px;
  position: relative;
}
.box3-item .box3-title {
  color: #FF6310;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin-bottom: 17px;
}
.box3-item .box3-content {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.box3-item:first-child::before {
  content: url("../images/img-package1.png");
  position: absolute;
  bottom: -149px;
}
.box3-item:nth-child(2)::before {
  content: url("../images/img-package2.png");
  position: absolute;
  bottom: -131px;
}
.box3-item:nth-child(3)::before {
  content: url("../images/img-package3.png");
  position: absolute;
  bottom: -149px;
}
.box3-item:last-child::before {
  content: url("../images/img-package4.png");
  position: absolute;
  bottom: -162px;
}
.box3-item:nth-child(odd)::after {
  content: url("../images/img-package5.png");
  position: absolute;
  right: -13px;
  top: 53px;
}
.box3-item:nth-child(even) {
  margin-top: 41px;
}
.box3-item:nth-child(2)::after {
  content: url("../images/img-package6.png");
  position: absolute;
  left: -13px;
  top: 40px;
}
.box3-item:nth-child(4)::after {
  content: url("../images/img-package6.png");
  position: absolute;
  left: -13px;
  top: 63px;
}
@media screen and (max-width: 1200px) {
  .box3-list {
    display: flex;
    justify-content: center;
    gap: 192px 73px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:600px){
  .box3 .title2::after {
    content: "";
    width: 120px;
    height: 2px;
    background: #FF6310;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
  }
  .box3 .title2 {
    margin-bottom: 46px;
  }
  .box3-item {
    padding: 17px 27px 107px 33px;
    border-radius: 5px;
    background: rgba(61, 61, 61, 0.5);
    width: 100%;
    height: 243px;
    position: relative;
  }
  .box3-item:first-child::before {
    content: url(../images/img-package1.png);
    position: absolute;
    height: 246px;
    bottom: -122px;
    left: -8%;
    transform: scale(0.7);
  }
  .box3-item:nth-child(odd)::after {
    content: url(../images/img-package5mb.png);
    position: absolute;
    right: -20px;
    top: 65px;
  }
  .box3-item:nth-child(2)::before {
    content: url(../images/img-package2.png);
    bottom: -93px;
    left: -8%;
    transform: scale(0.7);
    height: 246px;
  } 
  .box3-item:nth-child(3)::before {
    content: url(../images/img-package3.png);
    bottom: -122px;
    height: 246px;
    left: -8%;
    transform: scale(0.7);
  }
  .box3-item:last-child::before {
    content: url(../images/img-package4.png);
    position: absolute;
    height: 246px;
    bottom: -130px;
    left: -8%;
    transform: scale(0.7);
  }
  .box3-list {
    display: flex;
    justify-content: center;
    gap: 110px 73px;
    flex-wrap: wrap;
  }
  .box3-item:nth-child(2)::after {
    content: url(../images/img-package6mb.png);
    position: absolute;
    left: -20px;
    top: 40px;
    transform: scale(0.93);
  }
  .box3-item:nth-child(4)::after {
    content: url(../images/img-package6mb.png);
    position: absolute;
    left: -20px;
    top: 78px;
    transform: scale(0.93);
  }
  .box3-item .box3-content {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 295px;
  }
  .box3-item:nth-child(3) {
    margin-top: -30px;
  }
  .box3 {
    padding-bottom: 123px;
  }
}
@media screen and (max-width: 380px) {
  .box3-item:nth-child(odd)::after {
      content: "";
      position: absolute;
      right: -20px;
      top: 65px;
  }
  .box3-item:nth-child(2)::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 36px;
    transform: scale(0.93);
  }
  .box3-item:nth-child(4)::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 75px;
    transform: scale(0.93);
  }
  .box3-item:first-child::before {
    content: url(../images/img-package1.png);
    position: absolute;
    bottom: -122px;
    left: -15%;
    transform: scale(0.7);
  }
  .box3-item:nth-child(2)::before {
    content: url(../images/img-package2.png);
    bottom: -93px;
    left: -15%;
    transform: scale(0.7);
  }
  .box3-item:nth-child(3)::before {
    content: url(../images/img-package3.png);
    bottom: -122px;
    left: -15%;
    transform: scale(0.7);
  }
  .box3-item:last-child::before {
    content: url(../images/img-package4.png);
    position: absolute;
    bottom: -130px;
    left: -15%;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 350px) {
  .box2-item:not(:last-child)::after {
    content: url(../images/box2-landmb.png);
    position: absolute;
    bottom: -31px;
    left: -76px;
    transform: scale(0.75);
  }
}
/* ==================box4========================= */
.box4 {
  background: url("../images/tech-bg.png") no-repeat;
  margin-bottom: 59px;
}
.box4-content {
  max-width: 762px;
  padding: 44px 33px 62px 61px;
}
.box4-title {
  color: #FF6310;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.box4-content table{
  padding-left: 79px;
  width: 100%;
}
.box4-content table td {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 31px;
  padding-left: 35px;
  position: relative;
}
.box4-content table td::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 20px;
  height: 2px;
  background: #FF6310;
  height: 20px;
  width: 2px;
}
@media screen and (max-width: 1200px) {
  .mb {
      display: none;
  }
}
@media screen and (max-width: 600px){
  .pc {
    display: none;
  }
  .box3-item:nth-child(even) {
    margin-top: 0px;
  }
  .box4mb {
    border-radius: 5px;
    background: rgba(61, 61, 61, 0.5);
    margin-bottom: 39px; 
    padding: 28px 20px 31px;
    position: relative;
  }
  .box4mb::after {
    content: url("../images/tech-mb.png");
    position: absolute;
    right: -20px;
    top: 32px;
  }
  .box4-title {
    margin-bottom: 18px;
    position: relative;
  }
  .box4-title::after {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -8px;
    width: 225px;
    height: 1px;    
    background: rgba(217, 217, 217, 0.5);
  }
  .box4mb-list {
    padding-left: 21px;
  }
  .box4mb-list li {
    color:#FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 27px;
    position: relative;
  }
  .box4mb-list li::after {
    content: "";
    position: absolute;
    left: -21px;
    top: 0;
    width: 2px;
    height: 20px;
    background: #FF6310;
  }
}
@media screen and (max-width: 380px) {
  .box4mb::after {
      content: url(../images/tech-mb.png);
      position: absolute;
      right: -25px;
      top: 32px;
      transform: scale(0.9);
  }
}
@media screen and (max-width: 350px) {
  .box4mb::after {
      content: "";
      position: absolute;
      right: -25px;
      top: 32px;
      transform: scale(0.9);
  }
}
/* ==================box5================== */
.box5 {
  display: flex;
  gap: 24px 37px;
  margin-bottom: 78px;
}
.box5-left {
  width: 50%;
}
.box5-right {
  width: 50%;
}
.title3 {
  text-align: left;
  margin-bottom: 33px;
}
.title3::after {
  content: "";
  width: 184px;
  height: 3px;
  background: #FF6310;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.box5 .box5-text1 {
  color:#FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; 
  display: inline-block;
  margin-bottom: 10px;
}
.box5 .box5-list {
  padding-left: 45px;
  margin-bottom: 23px;
}
.box5 .box5-list li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px;
  position: relative;
}
.box5 .box5-list li::after {
  content: url("../images/icon-li.png");
  position: absolute;
  left: -23px;
  top: 0;
}
.box5-text2 {
  color: #FF6310;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  padding-left: 45px;
  position: relative;
}
.box5-text2::after {
  content: "";
  width: 3px;
  height: 50px;
  background: #FFF;
  position: absolute;
  left: 23px;
  top: 12px;
}
@media screen and (max-width: 1200px) {
  .box5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px 37px;
    margin-bottom: 78px;
  }
  .box5-left {
    width: 100%;
    text-align: center;
  }
  .box5-right {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .box5 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 24px 37px;
    margin-bottom: 31px;
  }
  .title3 {
    text-align: center;
    margin-bottom: 31px;
  }
  .title3::after {
    content: "";
    width: 80px;
    height: 2px;
    background: #FF6310;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
  }
  .box5-left {
    max-width: 302px;
  }
  .box5-text2 {
    font-size: 22px;
  }
  .box5-text2::after {
    content: "";
    width: 3px;
    height: 50px;
    background: #FFF;
    position: absolute;
    left: 22px;
    top: 3px;
  }
}
/* =======================box6==================== */
.box6 {
  display: flex;
   gap: 190px;
   align-items: center;
   padding-bottom: 63px;
}
.box6-right table, .box6-right th, .box6-right td {
  border: 1px solid rgba(217, 217, 217, 0.5);
  border-top: none;
  border-left: none;
  border-right: none;
  border-collapse: collapse;
  color: #FFF;
}
.box6-right th img{
  margin-right: 28px;
}
.box6-right td img{
  max-width: 20px;
}
.box6-right td {
  padding: 8px 0px;
}
.title4::after {
  content: "";
  width: 265px;
  height: 3px;
  background: #FF6310;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.box6-right {
  width: 710px;
}
.box6-right td img {
  margin: 0px 25px 0px 30px;
}
@media screen and (max-width: 1200px) {
  .box6 {
    display: flex;
    gap: 26px 190px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 63px;
  }
  .box6-right {
    width: 95%;
    margin: 0 auto;
  }
  .pc {
    display: block;
  }
  .mb {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .box6 {
    display: flex;
    gap: 26px 190px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 0;
  }
  .title4::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #FF6310;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
  }
  .box6-list {
    margin-bottom: 17px;
  }
  .box6-list li {
    padding: 6px 0px 6px 15px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 0 24px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
  }
  .box6-list li img {
    max-width: 20px;
  }
  .logo-box6 {
    text-align: center;
    margin-bottom: 18px;
  }
}
/*===============footer=============== */
footer {
  padding: 21px 0px;
  text-align: center;
  color: #292929;
  background: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-top {
  display: flex;
  justify-content: center;
  gap: 0 25px;
  margin-bottom: 5px;
}
.footer-top a {
  color: #292929;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 18px 0px;
    text-align: center;
    color: #292929;
    background: #FFF;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer-top {
    display: flex;
    justify-content: center;
    gap: 0 17px;
    margin-bottom: 5px;
  }
}
