* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #000;
}

button {
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.fil3 {
  fill: #e95228;
}

.fil2 {
  fill: #252422;
}

.fil1 {
  fill: #e95228;
  fill-rule: nonzero;
}

.fil0 {
  fill: #252422;
  fill-rule: nonzero;
}

.fil4 {
  fill: #2c3b45;
  fill-rule: nonzero;
}

.fil5 {
  fill: url(#id0);
}

.centered {
  float: left;
  width: 89.239%;
  margin-left: 5.381%;
}
@media (max-width: 480px) {
  .centered {
    width: 100%;
    padding: 0px 35px;
    margin-left: 0px;
  }
}

.centered-2 {
  float: left;
  width: 81.155%;
  margin-left: 9.4225%;
}
@media (max-width: 480px) {
  .centered-2 {
    width: 100%;
    margin-left: 0px;
    padding: 0px 35px;
  }
}

header {
  float: left;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
header.is-sticky-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}
header .logo {
  float: left;
  width: 280px;
  position: relative;
}
@media (max-width: 480px) {
  header .logo {
    width: 223px;
  }
}
header .logo svg {
  width: 100%;
  height: auto;
}
header .right-side {
  float: right;
  display: flex;
  align-items: center;
}
header .right-side .three-tour {
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 18px;
}
header .right-side .three-tour svg {
  float: left;
  fill: #fff;
  margin-right: 5px;
}
header .right-side .lang {
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: flex;
  margin-right: 18px;
  align-items: center;
}
header .right-side .lang svg {
  float: left;
  margin-right: 5px;
  fill: #fff;
}
header .right-side .search-area {
  margin-right: 18px;
  float: left;
  display: flex;
}
header .right-side .search-area svg {
  fill: #fff;
}
header .right-side .menu-btn {
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
header .right-side .menu-btn .menu-btn-text {
  margin: 0 8px;
}
@media (max-width: 480px) {
  header .right-side .menu-btn .menu-btn-text {
    margin: 0;
  }
}
header .right-side .menu-btn .menu-btn-close-icon {
  display: none;
}
header .right-side .menu-btn.open .menu-btn-open-icon {
  display: none;
}
header .right-side .menu-btn.open .menu-btn-close-icon {
  display: inline-block;
}
header .right-side .menu-btn svg {
  float: left;
  margin-right: 5px;
  fill: black;
}

body.header-fixed-active {
  padding-top: 100px;
}

.menu-side {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 550px;
  background-color: #ffffff;
  display: none;
  z-index: 99;
  padding-top: 192px;
}
@media (max-width: 480px) {
  .menu-side {
    padding-top: 100px;
    height: 100vh;
    padding: 100px 35px 0px;
  }
}
.menu-side.open {
  display: block;
}
.menu-side .menu-side-inner {
  max-width: 1540px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .menu-side .menu-side-inner {
    max-width: none;
    width: 100%;
  }
}
.menu-side .btn-area {
  float: left;
  width: 100%;
}
@media (max-width: 480px) {
  .menu-side .btn-area {
    align-items: center;
    margin-bottom: 100px;
  }
}
.menu-side .btn-area .three-tour {
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: black;
  display: flex;
  align-items: center;
  margin-right: 18px;
}
.menu-side .btn-area .three-tour svg {
  float: left;
  fill: black;
  margin-right: 5px;
}
.menu-side .btn-area .lang {
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: black;
  display: flex;
  margin-right: 18px;
  align-items: center;
}
.menu-side .btn-area .lang svg {
  float: left;
  margin-right: 5px;
  fill: black;
}
.menu-side .btn-area .search-area {
  margin-right: 18px;
  float: left;
  display: flex;
}
.menu-side .btn-area .search-area svg {
  fill: black;
}
.menu-side .menu-side-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 54px;
  margin-bottom: 40px;
  width: 90%;
  justify-items: center;
  width: 100%;
}
@media (max-width: 480px) {
  .menu-side .menu-side-grid {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    width: 100%;
    gap: 10px;
  }
}
.menu-side .menu-side-column b {
  font-size: 27px;
  font-weight: bold;
  color: #e95228;
  margin-bottom: 15px;
}
.menu-side .menu-side-column b .menu-accordion-arrow {
  display: none;
}
@media (max-width: 480px) {
  .menu-side .menu-side-column b {
    float: left;
    font-weight: 500;
    width: 100%;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .menu-side .menu-side-column.has-children b .menu-accordion-arrow {
    display: inline-flex;
    transition: transform 0.22s ease;
    transform: rotate(0deg);
    transform-origin: center;
  }
  .menu-side .menu-side-column.has-children.active b .menu-accordion-arrow {
    transform: rotate(90deg);
  }
}
.menu-side .menu-side-column ul {
  list-style: none;
}
.menu-side .menu-side-column ul li a {
  color: #4c4c4c;
  font-size: 19px;
  transition: color 0.2s ease;
  line-height: 45px;
}
@media (max-width: 480px) {
  .menu-side .menu-side-column ul li a {
    float: left;
    font-weight: 500;
    width: 100%;
  }
}
.menu-side .menu-side-column ul li a:hover {
  color: #e95228;
}
.menu-side .menu-side-footer {
  padding-top: 20px;
  border-top: 1px solid #ececec;
  font-size: 13px;
  color: #95a5a6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .menu-side .menu-side-footer {
    bottom: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    flex-direction: column;
  }
}
.menu-side .menu-side-footer div {
  float: left;
  margin: 0;
}
.menu-side .menu-side-footer ul {
  float: right;
  display: flex;
  gap: 15px;
}
@media (max-width: 480px) {
  .menu-side .menu-side-footer ul {
    margin-top: 10px;
  }
}
.menu-side .menu-side-footer ul li a svg {
  fill: black;
}
.menu-side .menu-side-footer ul li a:hover svg {
  fill: #e95228;
}

.section-one {
  float: left;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: -100px;
}
@media (max-width: 480px) {
  .section-one {
    height: 502px;
  }
}
.section-one img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-one .section-one-content {
  position: absolute;
  top: 20%;
  width: 33%;
  left: 5%;
}
@media (max-width: 480px) {
  .section-one .section-one-content {
    width: 100%;
    padding: 0px 35px;
    left: 0px;
  }
}
.section-one .section-one-content b {
  float: left;
  font-size: 58px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: -4%;
}
@media (max-width: 480px) {
  .section-one .section-one-content b {
    font-size: 24px;
    letter-spacing: normal;
    width: 80%;
  }
}
.section-one .section-one-content a {
  float: left;
  width: 159px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #e95228;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  .section-one .section-one-content a {
    margin-top: 7px;
    width: 137px;
    height: 32px;
    font-size: 13px;
  }
}
.section-one .section-one-content a svg {
  float: right;
  margin-left: 10px;
}

hr {
  float: left;
  width: 100%;
  height: 5px;
  background-color: #e95228;
  border: none;
}
@media (max-width: 480px) {
  hr {
    height: 3px;
  }
}

.section-two {
  float: left;
  width: 100%;
  height: 1280px;
  background-color: #151515;
}
@media (max-width: 480px) {
  .section-two {
    height: 800px;
  }
}
.section-two .flex {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 225px;
  padding: 0px 25px;
}
@media (max-width: 480px) {
  .section-two .flex {
    flex-direction: column;
    margin-top: 56px;
    align-items: flex-start;
    padding: 0px;
  }
}
.section-two .flex .write {
  float: left;
  width: 70%;
  font-size: 36px;
  line-height: 53px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 480px) {
  .section-two .flex .write {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
  }
}
.section-two .flex .write span {
  color: #8ac140;
  font-weight: bold;
}
.section-two .flex a {
  float: right;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .section-two .flex a {
    float: left;
    margin-top: 52px;
  }
}
.section-two .flex a svg {
  float: right;
  margin-left: 10px;
}
.section-two .mySwiper {
  float: left;
  width: 100%;
  height: 850px;
  margin-top: 219px;
}
@media (max-width: 480px) {
  .section-two .mySwiper {
    height: 479px;
    margin-top: 80px;
  }
}
.section-two .mySwiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.section-two .mySwiper .swiper-slide {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.section-two .mySwiper .swiper-slide img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.section-two .mySwiper .swiper-slide .slide-write {
  position: absolute;
  bottom: 113px;
  left: 128px;
  width: 32%;
}
@media (max-width: 480px) {
  .section-two .mySwiper .swiper-slide .slide-write {
    width: 100%;
    left: 0;
    padding: 0px 30px;
    bottom: 45px;
  }
}
.section-two .mySwiper .swiper-slide .slide-write b {
  float: left;
  width: 100%;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 480px) {
  .section-two .mySwiper .swiper-slide .slide-write b {
    font-size: 20px;
    width: 61%;
    font-weight: 500;
    line-height: normal;
  }
}
.section-two .mySwiper .swiper-slide .slide-write p {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 25px;
  margin: 25px 0px;
}
@media (max-width: 480px) {
  .section-two .mySwiper .swiper-slide .slide-write p {
    font-size: 13px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 14px;
  }
}
.section-two .mySwiper .swiper-slide .slide-write a {
  float: left;
  width: 159px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #e95228;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
.section-two .mySwiper .swiper-slide .slide-write a svg {
  float: right;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .section-two .mySwiper .swiper-slide .slide-write a {
    width: 137px;
    height: 32px;
    font-size: 13px;
    margin-top: 0px;
  }
}
.section-two .mySwiper .autoplay-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #696969;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 480px) {
  .section-two .mySwiper .autoplay-progress {
    border-radius: 0px 0px 5px 5px;
  }
}
.section-two .mySwiper .progress-bar {
  width: 0%;
  height: 100%;
  background: #e95228;
  transition: width 0.1s linear;
  transform-origin: left;
}
.section-two .mySwiper .swiper-pagination {
  display: none !important;
}

.section-three {
  float: left;
  width: 100%;
}
.section-three .flex {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 390px 0px 150px 0px;
}
@media (max-width: 480px) {
  .section-three .flex {
    margin: 164px 0px 74px 0px;
  }
}
.section-three .flex .write {
  float: left;
  width: 73%;
  font-size: 36px;
  line-height: 53px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 480px) {
  .section-three .flex .write {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
  }
}
.section-three .flex .write span {
  color: #8ac140;
  font-weight: bold;
}
.section-three .projects-tabs {
  float: left;
  width: 100%;
}
.section-three .projects-tabs .tabs-header {
  float: left;
  width: 100%;
}
.section-three .projects-tabs .tabs-header b {
  float: left;
  font-size: 48px;
  font-weight: 700;
  color: #2f2f2f;
}
@media (max-width: 480px) {
  .section-three .projects-tabs .tabs-header b {
    font-size: 40px;
    font-weight: 600;
  }
}
.section-three .projects-tabs .tabs-header .tabs-buttons {
  float: left;
  height: 76px;
  display: flex;
  align-items: center;
  margin-left: 60px;
}
@media (max-width: 480px) {
  .section-three .projects-tabs .tabs-header .tabs-buttons {
    margin-left: 0px;
    width: 100%;
  }
}
.section-three .projects-tabs .tabs-header .tabs-buttons .tab-button {
  margin-right: 45px;
  padding: 10px;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: bold;
  color: #6e6e6e;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  border-bottom: 3px solid transparent;
}
@media (max-width: 480px) {
  .section-three .projects-tabs .tabs-header .tabs-buttons .tab-button {
    margin-right: 0px;
  }
}
.section-three .projects-tabs .tabs-header .tabs-buttons .tab-button:last-child {
  margin-right: 0;
}
.section-three .projects-tabs .tabs-header .tabs-buttons .tab-button:hover {
  color: #333;
}
.section-three .projects-tabs .tabs-header .tabs-buttons .tab-button.active {
  color: #e95228;
  border-bottom: 3px solid #e95228;
}
.section-three .projects-tabs .tabs-header .view-all-projects {
  float: right;
  height: 76px;
  font-size: 15px;
  font-weight: bold;
  color: #6e6e6e;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .section-three .projects-tabs .tabs-header .view-all-projects {
    height: auto;
    margin-top: 25px;
  }
}
.section-three .projects-tabs .tabs-header .view-all-projects svg {
  float: right;
  margin-left: 10px;
}
.section-three .projects-tabs .tabs-content {
  float: left;
  width: 100%;
  margin-top: 82px;
}
@media (max-width: 480px) {
  .section-three .projects-tabs .tabs-content {
    margin-top: 54px;
  }
}
.section-three .projects-tabs .tab-pane {
  display: none;
  float: left;
  width: 100%;
  animation: fadeIn 0.3s ease-in;
}
.section-three .projects-tabs .tab-pane.active {
  display: block;
}
.section-three .projects-tabs .project-item {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 480px) {
  .section-three .projects-tabs .project-item {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px;
  }
}
.section-three .projects-tabs .project-item img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.section-three .projects-tabs .project-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 5px;
}
.section-three .projects-tabs .project-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}
.section-three .projects-tabs .project-item:hover img {
  transform: scale(1.04);
}
.section-three .projects-tabs .project-item:hover::after {
  opacity: 1;
}
.section-three .projects-tabs .project-item:nth-child(even) {
  margin-right: 0;
}
.section-three .projects-tabs .project-item .write-area {
  position: absolute;
  bottom: 65px;
  left: 65px;
  color: #fff;
  width: 24%;
}
@media (max-width: 480px) {
  .section-three .projects-tabs .project-item .write-area {
    bottom: 23px;
    left: 29px;
    width: 36%;
  }
}
.section-three .projects-tabs .project-item .write-area b {
  float: left;
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  margin-top: 10px;
  color: #fff;
  line-height: 47px;
  letter-spacing: -4%;
}
@media (max-width: 480px) {
  .section-three .projects-tabs .project-item .write-area b {
    letter-spacing: normal;
    font-size: 32px;
    margin-top: 0px;
  }
}
.section-three .projects-tabs .project-item .write-area span {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 31px;
  color: #fff;
}
@media (max-width: 480px) {
  .section-three .projects-tabs .project-item .write-area span {
    font-size: 13px;
    line-height: normal;
  }
}

.section-four {
  float: left;
  width: 100%;
  margin-top: 40px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-four .stats-section {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-four .stats-section .stats-cards {
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 94px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 225px;
}
@media (max-width: 480px) {
  .section-four .stats-section .stats-cards {
    flex-direction: column;
    margin-bottom: 0px;
    gap: 88px;
  }
}
.section-four .stats-section .stats-cards .stat-card {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .section-four .stats-section .stats-cards .stat-card {
    align-items: center;
  }
}
.section-four .stats-section .stats-cards .stat-card .stat-number {
  font-size: 59px;
  font-weight: 400;
  color: #000;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .section-four .stats-section .stats-cards .stat-card .stat-number {
    margin-bottom: 0px;
  }
}
.section-four .stats-section .stats-cards .stat-card .stat-label {
  font-size: 22px;
  color: #000;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 480px) {
  .section-four .stats-section .stats-cards .stat-card .stat-label {
    text-align: center;
  }
}
.section-four .stats-section .line {
  float: left;
  width: 100%;
  height: 2px;
  background: rgba(15, 29, 7, 0.15);
}
@media (max-width: 480px) {
  .section-four .stats-section .line {
    margin-bottom: 65px;
    margin-top: 88px;
  }
}
.section-four .stats-section .stats-description {
  float: left;
  width: 80%;
  text-align: center;
  font-size: 36px;
  line-height: 53px;
  color: #0f1d07;
  font-weight: 600;
  margin-left: 10%;
  margin-top: 72px;
}
@media (max-width: 480px) {
  .section-four .stats-section .stats-description {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
  }
}
.section-four .stats-section .stats-description span {
  color: #e95228;
  font-weight: 800;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.section-five {
  float: left;
  width: 100%;
  margin-top: 200px;
}
@media (max-width: 480px) {
  .section-five {
    margin-top: 88px;
  }
}
.section-five .card {
  float: left;
  width: 48.177%;
  height: 885px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .section-five .card {
    width: 100%;
    height: 540px;
  }
}
.section-five .card img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-five .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(37.82deg, rgba(0, 0, 0, 0.7) 9.26%, rgba(255, 255, 255, 0) 99.16%);
  /* business-growth-concept 1 */
}
@media (max-width: 480px) {
  .section-five .card::before {
    height: 540px;
    background: linear-gradient(37.82deg, rgba(0, 0, 0, 0.78) 9.26%, rgba(255, 255, 255, 0) 99.16%);
  }
}
.section-five .card:nth-child(even) {
  float: right;
}
@media (max-width: 480px) {
  .section-five .card:nth-child(even) {
    margin-top: 69px;
  }
}
.section-five .card .card-overlay {
  position: absolute;
  left: 110px;
  bottom: 120px;
  width: 60%;
}
@media (max-width: 480px) {
  .section-five .card .card-overlay {
    left: 45px;
    bottom: 47px;
  }
}
.section-five .card .card-overlay b {
  float: left;
  width: 57%;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  letter-spacing: -4%;
}
@media (max-width: 480px) {
  .section-five .card .card-overlay b {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 37px;
  }
}
.section-five .card .card-overlay p {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 25px;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .section-five .card .card-overlay p {
    height: 60px;
    overflow: hidden;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 9px;
    margin-bottom: 27px;
  }
}
.section-five .card .card-overlay .card-btn {
  float: left;
  width: 105px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  background-color: #e95228;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .section-five .card .card-overlay .card-btn {
    height: 32px;
    width: 84px;
    font-size: 13px;
  }
}
.section-five .card .card-overlay .card-btn svg {
  float: right;
  margin-left: 10px;
}

.section-six {
  float: left;
  width: 100%;
  margin-top: 220px;
}
@media (max-width: 480px) {
  .section-six {
    width: 100%;
    padding: 0px 35px;
    margin-top: 85px;
  }
}
.section-six .title {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 60px;
  letter-spacing: -4%;
  margin-bottom: 90px;
  font-size: 48px;
  font-weight: 700;
  color: #2f2f2f;
}
@media (max-width: 480px) {
  .section-six .title {
    text-align: left;
    font-size: 32px;
    width: 57%;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 55px;
  }
}
.section-six ul {
  float: left;
  width: 47.402%;
  margin-left: 26.299%;
}
@media (max-width: 480px) {
  .section-six ul {
    width: 100%;
    margin-left: 0px;
  }
}
.section-six ul li {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(15, 29, 7, 0.15);
}
.section-six ul li:last-child {
  border-bottom: 1px solid rgba(15, 29, 7, 0.15);
}
.section-six ul li a {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 77px;
}
.section-six ul li a b {
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #2f2f2f;
  line-height: normal;
}
@media (max-width: 480px) {
  .section-six ul li a b {
    font-size: 16px;
  }
}
.section-six ul li a svg {
  float: left;
}
.section-six .all-blogs {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  color: #6e6e6e;
  margin-top: 90px;
}
@media (max-width: 480px) {
  .section-six .all-blogs {
    margin-top: 56px;
  }
}
.section-six .all-blogs svg {
  float: right;
  margin-left: 10px;
}

footer {
  float: left;
  width: 100%;
  margin-top: 143px;
  background-color: #252422;
}
@media (max-width: 480px) {
  footer {
    margin-top: 88px;
  }
}
footer .left-side {
  float: left;
  width: 20%;
}
@media (max-width: 480px) {
  footer .left-side {
    width: 100%;
    margin-top: 63px;
    flex-direction: column;
  }
}
footer .left-side p {
  float: left;
  width: 53%;
  font-size: 15px;
  font-weight: bold;
  color: #8ac140;
}
footer .left-side .left-side-contact {
  float: left;
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: normal;
  margin-top: 27px;
}
footer .left-side .left-side-contact a {
  color: #fff;
  font-size: 25px;
  line-height: 27px;
}
footer .left-side .left-side-contact a:first-child {
  margin: 10px 0px;
}
footer .left-side .social-area {
  float: left;
  width: 68%;
  margin-top: 37px;
}
footer .left-side .social-area b {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
footer .left-side .social-area ul {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
footer .footer-first {
  float: left;
  width: 100%;
  height: 187px;
}
@media (max-width: 480px) {
  footer .footer-first {
    height: auto;
    padding: 56px 0px;
  }
}
footer .footer-first .flex {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 187px;
  justify-content: space-between;
}
@media (max-width: 480px) {
  footer .footer-first .flex {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer-first .flex .logo {
  float: left;
}
footer .footer-first .flex .footer-first-contact {
  float: right;
}
footer .footer-first .flex .footer-first-contact a {
  float: left;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 30px;
  letter-spacing: -0.4px;
}
footer .footer-first .flex .footer-first-contact a svg {
  float: left;
  margin-right: 7px;
}
footer .footer-second {
  float: left;
  width: 100%;
  border-top: 1px solid rgba(224, 224, 224, 0.15);
  border-bottom: 1px solid rgba(224, 224, 224, 0.15);
  padding: 45px 0px;
}
footer .links-list {
  float: right;
  margin-top: 15px;
}
footer .links-list .links {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 110px;
}
@media (max-width: 480px) {
  footer .links-list .links {
    margin-right: 0px;
    width: 100%;
    margin-top: 50px;
  }
}
footer .links-list .links:last-child {
  margin-right: 0px;
}
footer .links-list .links:last-child a:last-child {
  color: #8ac140;
  display: flex;
  align-items: center;
}
footer .links-list .links:last-child a:last-child svg {
  float: left;
  margin-right: 7px;
}
footer .links-list .links b {
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #8ac140;
  margin-bottom: 15px;
}
footer .links-list .links a {
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;
  color: #fff;
}
footer .copyright-area {
  float: left;
  width: 100%;
  padding: 70px 0px;
}
@media (max-width: 480px) {
  footer .copyright-area {
    padding: 53px 0px;
  }
}
footer .copyright-area b {
  float: left;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
footer .copyright-area .copyright-links {
  float: right;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 480px) {
  footer .copyright-area .copyright-links {
    margin-top: 32px;
  }
}
footer .copyright-area .copyright-links a {
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
footer .copyright-area .copyright-links img {
  margin-left: 45px;
}

body.alt-page.menu-open header .right-side .three-tour,
body.alt-page.menu-open header .right-side .lang,
body.alt-page.menu-open header .right-side .search-area,
body.alt-page.menu-open header .right-side .menu-btn,
body.alt-page header.is-sticky-scrolled .right-side .three-tour,
body.alt-page header.is-sticky-scrolled .right-side .lang,
body.alt-page header.is-sticky-scrolled .right-side .search-area,
body.alt-page header.is-sticky-scrolled .right-side .menu-btn {
  color: black !important;
}
body.alt-page.menu-open header .right-side .three-tour svg,
body.alt-page.menu-open header .right-side .lang svg,
body.alt-page.menu-open header .right-side .search-area svg,
body.alt-page.menu-open header .right-side .menu-btn svg,
body.alt-page header.is-sticky-scrolled .right-side .three-tour svg,
body.alt-page header.is-sticky-scrolled .right-side .lang svg,
body.alt-page header.is-sticky-scrolled .right-side .search-area svg,
body.alt-page header.is-sticky-scrolled .right-side .menu-btn svg {
  fill: black !important;
}
body.alt-page.menu-open header .right-side .menu-btn .menu-btn-text,
body.alt-page header.is-sticky-scrolled .right-side .menu-btn .menu-btn-text {
  color: black !important;
}
body.alt-page.menu-open header .logo svg .fil0,
body.alt-page header.is-sticky-scrolled .logo svg .fil0 {
  fill: #252422 !important;
}
body.alt-page.menu-open header .logo svg .fil1,
body.alt-page header.is-sticky-scrolled .logo svg .fil1 {
  fill: #e95228 !important;
}
body.alt-page.menu-open header .logo svg .fil2,
body.alt-page header.is-sticky-scrolled .logo svg .fil2 {
  fill: #252422 !important;
}
body.alt-page.menu-open header .logo svg .fil3,
body.alt-page header.is-sticky-scrolled .logo svg .fil3 {
  fill: #e95228 !important;
}
body.alt-page.menu-open header .logo svg .fil4,
body.alt-page header.is-sticky-scrolled .logo svg .fil4 {
  fill: #2c3b45 !important;
}

.alt-page .fil3 {
  fill: #fff;
}
.alt-page .fil2 {
  fill: #fff;
}
.alt-page .fil1 {
  fill: #000000;
  fill-rule: nonzero;
}
.alt-page .fil0 {
  fill: #fff;
  fill-rule: nonzero;
}
.alt-page .fil4 {
  fill: #fff;
  fill-rule: nonzero;
}
.alt-page .fil5 {
  fill: url(#id0);
}
.alt-page .right-side svg {
  fill: #fff !important;
}

.clr-white {
  color: #fff !important;
}

.subpage-title-area {
  float: left;
  width: 100%;
  margin-top: -100px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 508px;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 95px;
}
@media (max-width: 480px) {
  .subpage-title-area {
    height: 342px;
    margin-bottom: 56px;
  }
}
.subpage-title-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #8ac140;
}
.subpage-title-area .title {
  float: left;
  width: 36%;
  margin-bottom: 73px;
}
@media (max-width: 480px) {
  .subpage-title-area .title {
    width: 75%;
    margin-bottom: 38px;
  }
}
.subpage-title-area .title span {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #8ac140;
}
@media (max-width: 480px) {
  .subpage-title-area .title span {
    font-size: 16px;
    font-weight: 600;
  }
}
.subpage-title-area .title b {
  float: left;
  width: 100%;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -4%;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 480px) {
  .subpage-title-area .title b {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
  }
}

.short-desc {
  float: left;
  width: 73%;
  font-size: 36px;
  line-height: 53px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 480px) {
  .short-desc {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
  }
}
.short-desc span {
  font-weight: bold;
}

.detail-write {
  float: left;
  width: 90%;
  font-size: 36px;
  line-height: 53px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 480px) {
  .detail-write {
    width: 100%;
    font-size: 20px;
    line-height: 35px;
  }
}
.detail-write b {
  float: left;
  width: 100%;
  font-size: 58px;
  font-weight: 700;
  color: #8ac140;
  letter-spacing: -4%;
  line-height: 70px;
  margin-bottom: 79px;
}
@media (max-width: 480px) {
  .detail-write b {
    width: 100%;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 35px;
  }
}
.detail-write span {
  font-weight: bold;
  color: #8ac140;
}

.video-area {
  float: left;
  width: 100%;
  height: 916px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 184px;
}
@media (max-width: 480px) {
  .video-area {
    height: 479px;
    margin-top: 56px;
    margin-bottom: 94px;
  }
}

.gallery-area {
  float: left;
  width: 100%;
  margin: 283px 0px;
}
@media (max-width: 480px) {
  .gallery-area {
    margin: 99px 0px;
  }
}
.gallery-area a {
  float: left;
  width: 100%;
  height: 439px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .gallery-area a {
    height: 285px;
  }
}
.gallery-area a img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.alt-page .video-area {
  margin-bottom: 130px;
}

/*
.alt-page .section-three .projects-tabs .tabs-header .tabs-buttons {
  margin-left: 0;
}*/
.subpage-title-area2 {
  float: left;
  width: 100%;
  margin-top: -100px;
  background-color: #254100;
  height: 508px;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 95px;
}
@media (max-width: 480px) {
  .subpage-title-area2 {
    height: 342px;
    margin-bottom: 56px;
  }
}
.subpage-title-area2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #8ac140;
}
.subpage-title-area2 .title {
  float: left;
  width: 37%;
  margin-bottom: 73px;
}
@media (max-width: 480px) {
  .subpage-title-area2 .title {
    width: 75%;
    margin-bottom: 38px;
  }
}
.subpage-title-area2 .title span {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #8ac140;
}
@media (max-width: 480px) {
  .subpage-title-area2 .title span {
    font-size: 16px;
    font-weight: 600;
  }
}
.subpage-title-area2 .title b {
  float: left;
  width: 100%;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -4%;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 480px) {
  .subpage-title-area2 .title b {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
  }
}

.alt-page .section-three .projects-tabs .tabs-header .tabs-buttons .tab-button.active {
  color: #8ac140;
  border-bottom: 3px solid #8ac140;
}

.project-feature {
  float: left;
  width: 100%;
  margin-top: 186px;
  background-color: #252422;
  padding-top: 145px;
  padding-bottom: 164px;
}
@media (max-width: 480px) {
  .project-feature {
    margin-top: 57px;
    margin-bottom: 90px;
    padding-top: 92px;
  }
}
.project-feature .left-side {
  float: left;
  width: 39%;
}
@media (max-width: 480px) {
  .project-feature .left-side {
    width: 100%;
  }
}
.project-feature .left-side b {
  float: left;
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -4%;
  line-height: normal;
  color: #8ac140;
  margin-bottom: 39px;
}
@media (max-width: 480px) {
  .project-feature .left-side b {
    width: 50%;
    font-size: 32px;
    font-weight: 600;
  }
}
.project-feature .left-side p {
  float: left;
  width: 100%;
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 480px) {
  .project-feature .left-side p {
    font-size: 15px;
  }
}
.project-feature .right-side {
  float: right;
  width: 47.9%;
  height: 578px;
}
@media (max-width: 480px) {
  .project-feature .right-side {
    width: 100%;
    height: 356px;
    margin-top: 60px;
  }
}
.project-feature .right-side img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.project-feature .stats-section {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 139px;
}
.project-feature .stats-section .stats-cards {
  float: left;
  width: 100%;
  display: flex;
  margin-bottom: 94px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 167px;
}
@media (max-width: 480px) {
  .project-feature .stats-section .stats-cards {
    flex-direction: column;
    gap: 110px;
    margin-bottom: 0px;
  }
}
.project-feature .stats-section .stats-cards .stat-card {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-feature .stats-section .stats-cards .stat-card .stat-number {
  font-size: 59px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px;
}
.project-feature .stats-section .stats-cards .stat-card .stat-label {
  font-size: 22px;
  color: #fff;
  line-height: normal;
  font-weight: 400;
}

.space-tabs {
  float: left;
  width: 100%;
  margin-top: 139px;
}
@media (max-width: 480px) {
  .space-tabs {
    margin-top: 0;
  }
}
.space-tabs .tabs-header {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.space-tabs .tabs-header .tabs-buttons {
  display: flex;
  gap: 40px;
}
.space-tabs .tabs-header .tabs-buttons button {
  background: none;
  border: none;
  color: #6e6e6e;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 14px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.space-tabs .tabs-header .tabs-buttons button:hover {
  color: #8ac140;
}
.space-tabs .tabs-header .tabs-buttons button.active {
  color: #8ac140;
  border-bottom: 3px solid #8ac140;
}
.space-tabs .tabs-content {
  float: left;
  width: 100%;
  padding-left: 5.355%;
}
.space-tabs .tabs-content .tab-pane {
  display: none;
  float: left;
  width: 100%;
  animation: fadeIn 0.3s ease-in;
}
.space-tabs .tabs-content .tab-pane.active {
  display: block;
}
.space-tabs .space-area {
  float: left;
  width: 100%;
}
.space-tabs .space-area a {
  float: left;
  width: 100%;
  height: 889px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .space-tabs .space-area a {
    height: 269px;
  }
}
.space-tabs .space-area a img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.floor-plan {
  float: left;
  width: 100%;
  margin-top: 130px;
}
@media (max-width: 480px) {
  .floor-plan {
    margin-top: 100px;
  }
}
.floor-plan .title {
  float: left;
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -4%;
  color: #8ac140;
  margin-bottom: 49px;
}
@media (max-width: 480px) {
  .floor-plan .title {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
  }
}
.floor-plan img {
  float: left;
  width: 100%;
  height: 843px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .floor-plan img {
    height: 166px;
  }
}

.map {
  float: left;
  width: 100%;
  height: 727px;
  margin-top: 142px;
}
@media (max-width: 480px) {
  .map {
    height: 374px;
    margin-top: 100px;
  }
}
.map iframe {
  float: left;
  width: 100%;
  height: 100%;
}

.project-info {
  float: left;
  width: 100%;
  margin-bottom: 86px;
}
.project-info .scroll-nav {
  float: left;
  height: 76px;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .project-info .scroll-nav {
    width: calc(100% + 35px);
    height: 58px;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-right: -35px;
    margin-bottom: 58px;
  }
}
.project-info .scroll-nav .scroll-nav-link {
  margin-right: 45px;
  padding: 10px;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: bold;
  color: #6e6e6e;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  border-bottom: 3px solid transparent;
}
@media (max-width: 480px) {
  .project-info .scroll-nav .scroll-nav-link {
    width: auto;
    flex: 0 0 auto;
    margin-right: 18px;
  }
}
.project-info .scroll-nav .scroll-nav-link:last-child {
  margin-right: 0;
}
.project-info .scroll-nav .scroll-nav-link:hover {
  color: #8ac140;
}
.project-info .scroll-nav .scroll-nav-link.active {
  color: #8ac140;
  border-bottom: 3px solid #8ac140;
}

.contact-area {
  float: left;
  width: 100%;
}
.contact-area .flex {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .contact-area .flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-area .left-side {
  float: left;
  width: 25%;
}
@media (max-width: 480px) {
  .contact-area .left-side {
    width: 100%;
  }
}
.contact-area .left-side .title {
  float: left;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -4%;
  color: #000;
  margin-bottom: 68px;
  line-height: normal;
}
@media (max-width: 480px) {
  .contact-area .left-side .title {
    font-size: 28px;
  }
}
.contact-area .left-side ul {
  float: left;
  width: 100%;
}
.contact-area .left-side ul li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.contact-area .left-side ul li:last-child {
  margin-bottom: 0;
}
.contact-area .left-side ul li span {
  float: left;
  width: 100%;
  color: #e95228;
  font-size: 21px;
  letter-spacing: -4%;
  font-weight: 500;
  line-height: normal;
}
.contact-area .left-side ul li a {
  float: left;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -4%;
  color: #000;
}
.contact-area .left-side .logo-contact {
  float: left;
  width: 100%;
  margin-top: 68px;
}
.contact-area .left-side .logo-contact img {
  float: left;
  width: 303px;
  margin-bottom: 13px;
}
@media (max-width: 480px) {
  .contact-area .left-side .logo-contact img {
    width: 100%;
  }
}
.contact-area .left-side .logo-contact b {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -4%;
  color: #252422;
}
.contact-area .left-side .social-area {
  float: left;
  width: 60%;
  margin-top: 66px;
}
@media (max-width: 480px) {
  .contact-area .left-side .social-area {
    width: 100%;
  }
}
.contact-area .left-side .social-area b {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.contact-area .left-side .social-area ul {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.contact-area .left-side .social-area ul li {
  margin-bottom: 0px;
}
.contact-area .right-side {
  float: right;
  width: 65%;
}
@media (max-width: 480px) {
  .contact-area .right-side {
    width: 100%;
    margin-top: 50px;
  }
}
.contact-area .right-side iframe {
  float: left;
  width: 100%;
  height: 889px;
}
@media (max-width: 480px) {
  .contact-area .right-side iframe {
    height: 350px;
  }
}

form {
  float: left;
  width: 100%;
  background-color: #fafafa;
  margin-top: 126px;
  padding: 75px 396px;
}
@media (max-width: 480px) {
  form {
    padding: 45px;
  }
}
form b {
  float: left;
  width: 100%;
  font-size: 32px;
  font-weight: normal;
  color: #000;
  line-height: normal;
  letter-spacing: -4%;
  margin-bottom: 52px;
}
@media (max-width: 480px) {
  form b {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
form input {
  float: left;
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a8a8a8;
  font-size: 19px;
  background: transparent;
  font-weight: 500;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #a8a8a8;
  transition: border-color 0.3s ease;
  margin-bottom: 46px;
}
@media (max-width: 480px) {
  form input {
    height: 52px;
    font-size: 17px;
    margin-bottom: 20px;
  }
}
form input:focus {
  outline: none;
  border-bottom: 1px solid #a8a8a8;
}
form input::-moz-placeholder {
  color: #a8a8a8;
}
form input::placeholder {
  color: #a8a8a8;
}
form button {
  float: left;
  width: 119px;
  height: 35px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e95228;
  margin-top: 24px;
}
form button svg {
  float: left;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .hide-mobile {
    display: none !important;
  }
}

.hide-pc {
  display: none !important;
}
@media (max-width: 768px) {
  .hide-pc {
    display: flex !important;
  }
}/*# sourceMappingURL=main.css.map */