* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* 02. Default */
#formbox {
  max-width: 390px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #fff;
  padding: 57px 29px 41px 29px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6a6a6a;
  background: transparent;
  padding: 12.5px 12px;
  margin-bottom: 16px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #4a4a4a;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  border: 0;
  border-radius: 8px;
  background: #ffc800;
  padding: 17px 0;
  cursor: pointer;
  margin-top: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #ffc800;
  box-shadow: 0 0 10px #ffc800;
}
p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1275px;
  margin: 0px auto;
}

/* header */
.header {
  border-bottom: 1px solid rgba(74, 74, 74, 0.2);
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 20px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #4a4a4a;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
  border-radius: 8px;
  background: #ffc800;
  padding: 8px 17px;
}
.headerBtn img {
  display: block;
}

/* intro */
.intro {
  margin-top: 41px;
}
.introInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: url('../../assets/img/introBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding: 30px 80px 50px 80px;
}
.introLeft {
  width: 27.5%;
}
.introText {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
}
.introTitle {
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.introSub {
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  margin-top: 14.5px;
}
.introSub1 {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  margin-top: 14.5px;
}
.introVideo {
  border-radius: 12px;
  background: #000;
  margin-top: 21px;
}
.introVideoInner {
  position: relative;
  height: 173px;
  width: 100%;
}
.introVideoInner iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.introVideoSub {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px; /* 100% */
  border-radius: 0px 0px 11px 11px;
  background: #fff;
  padding: 20px;
}

/* calc */
.calc {
  margin-top: 59.5px;
}
.calcTitle {
  color: #252525;
  text-align: center;
  font-family: Arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 100% */
}
.calcBox {
  margin-top: 5.5px;
}
.calcBottomSub,
#calcResult {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 100% */
}
.calcBottomSub {
  margin-top: 7px;
}
#calcResult {
  margin-top: 30px;
}

/* why */
.why {
  margin-top: 45px;
}
.whyInner {
  padding: 0 75px;
}
.whyTitle {
  color: #4a4a4a;
  text-align: center;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 100% */
}
.whyContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
  margin-top: 60px;
}
.whyLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.whyLeftBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 44px;
}
.whyLeftBlockImg img {
  display: block;
  height: 64px;
  width: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.whyLeftBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.whyLeftBlockTitle {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.whyLeftBlockSub {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  margin-top: 10px;
}
.whyImg img {
  display: block;
  max-width: 100%;
}

/* info */
.info {
  margin-top: 60px;
}
.infoInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  border-radius: 16px;
  background: #f5f5f5;
}
.infoImg {
  width: 50%;
}
.infoImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.infoText {
  width: calc(50% - 25px);
}
.infoTitle {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.infoSub {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px; /* 130% */
  margin-top: 19px;
}
.infoBtn {
  display: inline-block;
  color: #4a4a4a;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  padding: 0 91.5px;
  border-radius: 8px;
  background: #ffc800;
  margin-top: 80px;
}

/* seo */
.seo {
  background: #f5f5f5;
  padding-top: 60px;
}
.seoInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.seoText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  width: 50%;
  padding: 60px 42px 60px 100px;
}
.seoSub {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.seoImg {
  width: 50%;
}
.seoImg img {
  display: block;
  max-width: 100%;
}

/* start */
.start {
  background: #f5f5f5;
  padding-top: 60px;
}
.startTitle {
  color: #4a4a4a;
  text-align: center;
  font-family: Arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 100% */
}
.startContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  margin-top: 60px;
}
.startLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.startLeftBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 44px;
}
.startLeftBlockImg img {
  display: block;
  height: 64px;
  width: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.startLeftBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.startLeftBlockTitle {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.startLeftBlockSub {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  margin-top: 10px;
}
.startImg {
  width: 40.7%;
}
.startImg img {
  display: block;
  max-width: 100%;
}

/* projects */
.projects {
  background: #f5f5f5;
  padding: 60px 0;
}
.projectsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.projectBlock {
  width: 32.5%;
  border-radius: 18px;
  background: #fff;
}
.projectBlock img {
  display: block;
  max-width: 100%;
}
.projectBlockText {
  padding: 25px;
}
.projectBlockTitle {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.projectBlockSub {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  margin-top: 20px;
}
.projectBlockBtn {
  display: inline-block;
  color: #4a4a4a;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px; /* 343.75% */
  border-radius: 9px;
  background: #ffc800;
  padding: 0 14.5px;
  margin-top: 20px;
}

/* footer */
.footer {
  background: #fff;
  padding: 60px 0;
}
.footerTop {
  background: url('../../assets/img/footerBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  padding-top: 141px;
}
.footerText {
  border-radius: 0px 0px 16px 16px;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px 100px;
}
.footerTitle {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
}
.footerTopSub {
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px; /* 130% */
  margin-top: 20px;
}
.footerBtn {
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 300% */
  border-radius: 8px;
  background: #ffc800;
  padding: 0 88.5px;
  margin-top: 20px;
}
.footerBottom {
  margin-top: 60px;
}
.footerBottom img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.footerSub {
  color: #6a6a6a;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 16px; /* 100% */
  margin-top: 60px;
}
