* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
}

.first-screen {
  width: 100%;
  background-image: url(../image/background-a6a09ddf.svg);
  background-size: cover;
  position: relative;
  text-align: center;
  height: 120vh;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
}

.first-screen .container-box {
  padding: 10.0521vw 0px;
  margin: 0px 18.75vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: left;
}

.first-screen .title {
  min-height: 8.8021vw;
  font-weight: 600;
  margin-top: 5.2083vw;
}

.first-screen .container-box .title {
  font-size: 2.1875vw;
  color: rgb(255, 255, 255);
  padding: 0px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.first-screen .container-box .item {
  max-width: 62.5vw;
  font-size: 0.9375vw;
  color: rgb(244, 244, 255);
  line-height: 1.4063vw;
  margin: 1.0417vw 0px;
}

.brand-item {
  text-transform: capitalize;
}

.second-scr {
  height: fit-content;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: left;
  padding-bottom: 60px;
}

.second-scr .container-box .title {
  margin-top: 5.2083vw;
  font-size: 2.0833vw;
  color: rgb(51, 51, 51);
  padding: 1.3021vw 0px;
}

.second-scr .container-box .item {
  max-width: 62.5vw;
  font-size: 0.8333vw;
  color: rgb(66, 84, 102);
  line-height: 1.4063vw;
  margin: 0.5208vw 0px;
}

.second-scr .bottom-box {
  margin-top: 3.4896vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 50px;
  max-width: 62.5vw;
}

.second-scr .bottom-box .item .name {
  font-size: 0.7813vw;
  color: rgb(51, 51, 51);
  margin-bottom: 10px;
  font-weight: 600;
}

.second-scr .bottom-box .item .value {
  font-size: 0.7813vw;
  color: rgb(66, 84, 102);
  font-weight: 400;
  max-width: 17.8125vw;
}

.second-scr .bottom-box .item img {
  height: 24px;
  margin-bottom: 0.8854vw;
}

.third-scr {
  background: rgb(29, 38, 58);
  height: 660px;
}

.third-scr .contact-box {
  display: flex;
  justify-content: center;
}

.third-scr .contact-box .contact-left-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 20px auto;
  margin-right: 5.2083vw;
  padding: 2.25vw 0px;
}

.third-scr .contact-box .contact-left-box .grid-top-box .title {
  font-size: 2.0833vw;
  font-weight: 400;
  color: rgb(255, 255, 255);
  max-width: 30.9896vw;
}

.third-scr .contact-box .contact-left-box .grid-top-box .theme {
  font-size: 0.7813vw;
  font-weight: 400;
  color: rgb(173, 189, 204);
  max-width: 26.5625vw;
  margin-top: 2.0833vw;
}

.third-scr .contact-box .contact-left-box .grid-bottom-box {
  height: fit-content;
  padding-top: 2.0833vw;
}

.third-scr .contact-box .contact-left-box .grid-bottom-box .left-list .item {
  display: flex;
  align-items: center;
  margin: 11px 0px;
}

.third-scr .contact-box .contact-left-box .grid-bottom-box .left-list .item img {
  height: 20px;
}

.third-scr .contact-box .contact-left-box .grid-bottom-box .left-list .item span {
  margin-left: 12px;
  font-size: 0.9375vw;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.third-scr .contact-box .contact-left-box .grid-bottom-box .end-item {
  margin-top: 1.9271vw;
  font-size: 0.7292vw;
  font-weight: 400;
  color: rgb(210, 212, 216);
}

.third-scr .contact-box .contact-left-box .grid-bottom-box .email {
  margin-top: 50px;
  font-size: 0.9375vw;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.third-scr .contact-box .contact-left-box .grid-bottom-box .email span{
  color: rgb(255, 205, 39); ;
}

.third-scr .contact-box .contact-left-box .grid-bottom-box .phone{
  margin-top: 50px;
  font-size: 0.9375vw;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.third-scr .contact-box .contact-left-box .grid-bottom-box .end-item span {
  color: rgb(255, 205, 39);
}
.third-scr .contact-box .contact-left-box .grid-bottom-box .phone span{
  color: rgb(255, 205, 39);
}
.third-scr .contact-right-box {
  width: 26.0417vw;
  height: fit-content;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  margin: 6.25vw 0px;
}

.third-scr .contact-right-box .contact-box-item {
  width: 21.4583vw;
  margin: 0.7813vw auto;
  padding: 20px 0px;
}

.fourth-scr {
  height: fit-content;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background-image: url(../image/6.png);
  background-size: cover;
}

#title {
  margin-top: 5.2083vw;
  font-size: 2.0833vw;
  color: #333;
  padding: 1.3021vw 0;
}

#bootom-box {
  margin: 3.4896vw 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 50px;
  max-width: 62.5vw;
}

.fourth-scr #bootom-box .item {
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
}

.fourth-scr #bootom-box .item img {
  height: 2.0833vw;
  margin-top: 2.0833vw;
}

.fourth-scr #bootom-box .item .name {
  color: #0a2540;
  margin: 10px 0;
  font-weight: 600;
  font-size: 16px;
}

.fourth-scr #bootom-box .item .value {
  color: #425466;
  font-size: 15px;
  margin: 0 1.5625vw;
  padding-bottom: 1.0417vw;
}
