@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;800&display=swap");

* {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  transition-duration: 0;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

/* Navbar */
nav.navbar {
  background: #141318;
  box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 425px) {
  .logo {
    width: 220px;
  }
}

.navbar-nav .nav-link {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.85px;
  color: #ffffff;
  text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .active .nav-link {
  text-decoration: underline;
  color: #d63c11;
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.navbar-toggler {
  outline: 0 !important;
  font-size: 30px;
  color: #ffffff;
}

/* Main Page */
.main-page-body {
  background: url(../images/background-image.png) no-repeat 0 6rem;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .main-page-body {
    background: url(../images/background-image-mobile.png) no-repeat 0% 6rem;
    background-attachment: fixed;
    background-size: cover;
  }
}

@media (max-width: 425px) {
  .main-page-body {
    background: url(../images/background-image-mobile.png) no-repeat 0% 5rem;
    background-attachment: fixed;
    background-size: cover;
  }
}

.main-page {
  height: calc(100vh - 6.15rem);
  position: relative;
}

.footer-links {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  z-index: 5;
}

.footer-links a {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}

/* Person Page */
.person-page-body {
  background: url(../images/background-image.png) no-repeat 0 6rem;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .person-page-body {
    background: url(../images/background-image-mobile.png) no-repeat 0 6rem;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media (max-width: 425px) {
  .person-page-body {
    background: url(../images/background-image-mobile.png) no-repeat 0 5rem;
    background-attachment: fixed;
    background-size: cover;
  }
}

.person-page {
  position: relative;
  height: calc(100vh - 6.15rem);
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.person-contents {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media (max-width: 1440px) {
  .person-page.exp {
    height: auto;
  }

  .person-page.exp .person-contents {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    z-index: 3;
    padding: 6rem 0;
  }

  .person-page.exp img.img-fluid {
    width: 250px;
    display: block;
  }

  .person-page.exp .person-heading {
    font-size: 35px;
  }

  .person-page.exp .person-text {
    font-size: 18px;
    line-height: 24px;
    margin: 2rem 0;
  }
}

.person-heading {
  font-size: 50px;
  letter-spacing: 3.5px;
  color: #ffffff;
  text-transform: uppercase;
  word-wrap: break-word;
}

.person-heading span {
  color: #d63c11;
  font-weight: 800;
}

.person-text-wrapper {
  margin: 8rem 0;
}

.person-text {
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  margin: 3rem 0;
}

@media (max-width: 1440.98px) {
  .person-text-wrapper {
    margin: 3rem 0;
  }
}

@media (max-width: 1300.98px) {
  .person-heading {
    font-size: 35px;
  }

  .person-text {
    font-size: 18px;
    line-height: 22px;
    margin: 2rem 0;
  }
}

@media (max-width: 1199.98px) {
  .person-heading {
    font-size: 30px;
  }

  .person-text {
    font-size: 16px;
    line-height: 20px;
    margin: 1rem 0;
  }

  .person-text-wrapper {
    margin: 4rem 0;
  }
}

@media (max-width: 991.98px) {
  .person-page {
    padding: 2rem 0 3rem;
  }

  .person-heading {
    font-size: 25px;
  }

  .person-image {
    width: 200px;
  }

  .person-text-wrapper {
    margin: 2rem 0;
  }

  .active-content {
    display: block !important;
  }

  .passive-image {
    display: none !important;
  }

  .mobile-image {
    cursor: pointer;
  }
}

@media (max-width: 425px) {
  .person-page {
    height: calc(100vh - 5.2rem);
  }

  .person-heading {
    font-size: 20px;
  }

  .person-text {
    font-size: 14px;
    line-height: 18px;
  }
}

/*  */
.other-side-image {
  background: url(../images/img-about.png) no-repeat;
  background-size: cover;
  height: calc(100vh - 6.15rem);
}

.other-heading {
  font-size: 40px;
  letter-spacing: 3px;
  color: #ffffff;
  text-transform: uppercase;
  word-wrap: break-word;
}

.other-heading span {
  font-weight: 800;
  color: #d63c11;
}

.other-text {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.other-contents {
  position: relative;
  z-index: 3;
}

@media (max-width: 1440px) {
  .other-heading {
    font-size: 35px;
  }

  .other-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 1199.98px) {
  .other-contents {
    padding: 4rem 0;
  }
}

.sub-title {
  font-size: 22px;
  color: #ffffff;
}

.sub-text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}

.business-contents {
  position: relative;
  z-index: 4;
}

@media (min-width: 992px) {

  .business-contents-1,
  .other-contents {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
}

.business-contents .left {
  padding: 0rem 0 5rem;
}

.business-side-image {
  background: url(../images/img-about.png) no-repeat;
  background-size: cover;
  height: calc(140vh);
}

.part-side-image {
  background: url(../images/img-about.png) no-repeat;
  background-size: cover;
  height: calc(100vh - 6.15rem);
}

.part-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #d63c11;
  text-transform: uppercase;
}

.link-title {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  text-transform: uppercase;
}

.link-title:hover {
  color: #ffffff;
}

.link-title span {
  color: #d63c11;
}

.part-link a {
  font-size: 20px;
  line-height: 28px;
  color: #787676;
  margin-left: 0.25rem;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
}

.contact-form .form-control::placeholder {
  color: #ffffff;
}

.send-btn {
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  width: 200px;
  height: calc(2.875rem + 2px);
  margin-left: auto;
}

.privacy-title {
  font-size: 18px;
  letter-spacing: 1px;
  color: #d63c11;
}

.checkbox-wrapper {
  cursor: pointer;
  display: flex;
}

.checkbox-wrapper input[type="checkbox"] {
  cursor: pointer;
  visibility: hidden;
  position: relative;
}

.checkbox-wrapper input[type="checkbox"]::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  position: absolute;
  top: 8px;
  left: 0;
  visibility: visible;
}

.checkbox-wrapper input[type="checkbox"]:checked::before {
  background: #d63c11;
}

.checkbox-wrapper span {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: lowercase;
  cursor: pointer;
  margin-left: 0.75rem;
}

.checkbox-wrapper a {
  color: #ffffff;
  text-decoration: underline;
}

.checkbox-wrapper a:hover {
  text-decoration: none;
}

.person-page.mobile {
  height: auto;
  padding-bottom: 0;
  display: none;
}

.person-page.mobile .person-contents {
  position: static;
  transform: translate(0, 0);
}

.swiper-container {
  height: 100vh;
}

.person {
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-30%);
  width: 100%;
  z-index: 90;
}

.person-page-body.mobile {
  position: relative;
  background-position: 0 0;
  background-attachment: fixed;
  height: 100vh;
}

.person-page-body.mobile::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.person .this-content {
  display: none;
}

.no-whitespace {
  white-space: nowrap;
}

.sub-pages {
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .sub-pages {
    height: 100vh;
    padding: 0;
    padding-top: 6rem;
  }
}

.side-pagination {
  width: 13px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  z-index: 1000;
}

.side-pagination a {
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  margin: 12px auto;
  border-radius: 50%;
}

.side-pagination a.active {
  width: 13px;
  height: 13px;
  background: #d63c11;
}