@import url("https://fonts.googleapis.com/css2?family=Farro:wght@300;400;500;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Konkhmer+Sleokchher&family=Squada+One&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

body {
  font-family: "Istok Web", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  background-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Squada One", sans-serif;
  margin-bottom: 16px;
}

img {
  width: 100%;
}

.container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.header {
  width: 100%;
  padding: 0 16px;
  background-color: transparent;
  position: absolute;
}
@media (max-width: 768px) {
  .header {
    padding: 0;
  }
}
.header .container .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .header .container .nav {
    flex-direction: column;
  }
}
.header .container .nav .logo {
  font-family: "Squada One", sans-serif;
  font-size: 120px;
  color: #FFA500;
  line-height: 1;
  margin-left: 49px;
  letter-spacing: 14px;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .header .container .nav .logo {
    font-size: 100px;
    letter-spacing: 4px;
  }
}
@media (max-width: 991px) {
  .header .container .nav .logo {
    font-size: 80px;
    letter-spacing: 2px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .header .container .nav .logo {
    font-size: 60px;
  }
}
@media (max-width: 560px) {
  .header .container .nav .logo {
    font-size: 40px;
  }
}
.header .container .nav .nav-links {
  display: flex;
  list-style: none;
  gap: 62px;
  margin-right: 53px;
}
@media (max-width: 991px) {
  .header .container .nav .nav-links {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .header .container .nav .nav-links {
    gap: 35px;
  }
}
@media (max-width: 560px) {
  .header .container .nav .nav-links {
    gap: 20px;
  }
}
.header .container .nav .nav-links a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}
@media (max-width: 560px) {
  .header .container .nav .nav-links a {
    font-size: 14px;
  }
}
.header .container .nav .nav-links a:hover {
  color: #FFA500;
}

.hero {
  min-height: 1080px;
  max-height: 1100px;
  height: 100vh;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
}
@media (max-width: 991px) {
  .hero {
    min-height: 667px;
  }
}
.hero .container {
  background: url("../assets/hero-image.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 991px) {
  .hero .container {
    background-size: 1600px 810px;
    background-position: top right;
    align-content: flex-end;
  }
}
@media (max-width: 560px) {
  .hero .container {
    background-size: 1200px 650px;
  }
}
.hero .container .hero-content {
  max-width: 471px;
  width: 100%;
  margin: 0 auto 0 204px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 36px;
}
@media (max-width: 1550px) {
  .hero .container .hero-content {
    margin: 0 auto 0 130px;
  }
}
@media (max-width: 1300px) {
  .hero .container .hero-content {
    max-width: 410px;
  }
}
@media (max-width: 1190px) {
  .hero .container .hero-content {
    max-width: 350px;
    margin: 0 auto 0 70px;
  }
}
@media (max-width: 991px) {
  .hero .container .hero-content {
    margin: 0 auto 50px;
    max-width: 424px;
    align-items: center;
    padding: 0 15px;
  }
}
@media (max-width: 560px) {
  .hero .container .hero-content {
    gap: 20px;
  }
}
.hero .container .hero-content .hero-text {
  font-size: 15px;
  margin-bottom: 0;
  max-width: 526px;
  margin-right: auto;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media (max-width: 1300px) {
  .hero .container .hero-content .hero-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 1190px) {
  .hero .container .hero-content .hero-text {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .hero .container .hero-content .hero-text {
    order: 2;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .hero .container .hero-content .hero-text {
    line-height: 1.2;
    font-size: 12px;
  }
}
.hero .container .hero-content h1 {
  font-size: 152px;
  line-height: 0.8;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 471px;
  width: 100%;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .hero .container .hero-content h1 {
    font-size: 120px;
    max-width: 364px;
  }
}
@media (max-width: 1190px) {
  .hero .container .hero-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .hero .container .hero-content h1 {
    max-width: 304px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .hero .container .hero-content h1 {
    font-size: 96px;
    order: 1;
    max-width: 300px;
  }
}
@media (max-width: 560px) {
  .hero .container .hero-content h1 {
    font-size: 65px;
    max-width: 198px;
    margin-bottom: 16px;
  }
}
.hero .container .hero-content h1 span {
  opacity: 0;
  transform: translateX(0);
  animation-fill-mode: forwards;
}
.hero .container .hero-content h1 span:first-of-type {
  animation: slideInLeft 0.9s ease-out forwards;
}
.hero .container .hero-content h1 span:last-of-type {
  margin-left: auto;
  animation: slideInRight 0.9s ease-out forwards;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero .container .hero-content .cta-button {
  font-family: "Farro", sans-serif;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 10px;
}
@media (max-width: 1300px) {
  .hero .container .hero-content .cta-button {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .hero .container .hero-content .cta-button {
    order: 3;
  }
}
@media (max-width: 768px) {
  .hero .container .hero-content .cta-button {
    font-size: 14px;
    padding: 15px 30px;
    border-radius: 200px;
  }
}

.about {
  background-color: #000000;
}
.about .container {
  padding: 0 0 100px;
}
@media (max-width: 1190px) {
  .about .container {
    padding: 0 0 60px;
  }
}
@media (max-width: 768px) {
  .about .container {
    padding: 110px 0 70px;
  }
}
.about .container .about-content {
  display: flex;
  gap: 64px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1190px) {
  .about .container .about-content {
    flex-direction: column;
    align-items: center;
  }
}
.about .container .about-content .experience-counter {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1190px) {
  .about .container .about-content .experience-counter {
    align-content: flex-start;
  }
}
.about .container .about-content .experience-counter .img-wrapper {
  position: relative;
  width: 900px;
  height: 700px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1550px) {
  .about .container .about-content .experience-counter .img-wrapper {
    width: 700px;
    height: 521px;
  }
}
@media (max-width: 1190px) {
  .about .container .about-content .experience-counter .img-wrapper {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.about .container .about-content .experience-counter .img-wrapper img {
  height: 100%;
  width: auto;
}
@media (max-width: 1190px) {
  .about .container .about-content .experience-counter .img-wrapper img {
    height: 100%;
    width: calc(100% - 0px);
  }
}
.about .container .about-content .experience-counter .img-wrapper .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: background 1.8s ease-in-out infinite;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@keyframes background {
  0% {
    background: url("../assets/overlay1.png");
  }
  20% {
    background: url("../assets/overlay2.png");
  }
  40% {
    background: url("../assets/overlay3.png");
  }
  60% {
    background: url("../assets/overlay4.png");
  }
  80% {
    background: url("../assets/overlay5.png");
  }
  100% {
    background: url("../assets/overlay6.png");
  }
}
.about .container .about-content .experience-counter h2 {
  font-size: 4rem;
  color: #FFA500;
  margin-bottom: 0;
  transform: translate(-400%, 0);
  transition: all 3s ease;
}
.about .container .about-content .experience-counter h2.scrolled {
  transform: translate(0, 0);
}
@media (max-width: 1190px) {
  .about .container .about-content .experience-counter h2 {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    text-align: center;
    transform: translate(0, 0);
  }
}
@media (max-width: 768px) {
  .about .container .about-content .experience-counter h2 {
    font-size: 48px;
  }
}
.about .container .about-content .experience-counter .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  right: -80px;
  top: 160%;
  height: 100%;
  font-family: "Squada One", sans-serif;
  color: #FFA500;
  font-size: 50px;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  letter-spacing: 5px;
  transition: all 3s ease;
}
.about .container .about-content .experience-counter .vertical-text.scrolled {
  top: 50%;
}
@media (max-width: 1550px) {
  .about .container .about-content .experience-counter .vertical-text {
    right: -72px;
    font-size: 40px;
    letter-spacing: 3px;
  }
}
@media (max-width: 1190px) {
  .about .container .about-content .experience-counter .vertical-text {
    position: unset;
    writing-mode: horizontal-tb;
    transform: unset;
    width: 100%;
    line-height: 1;
    font-size: 20px;
  }
}
.about .container .about-content .about-text {
  max-width: 420px;
  width: 100%;
  margin-right: 138px;
}
@media (max-width: 1550px) {
  .about .container .about-content .about-text {
    margin-right: 70px;
  }
}
@media (max-width: 1190px) {
  .about .container .about-content .about-text {
    max-width: 700px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .about .container .about-content .about-text {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
.about .container .about-content .about-text h2 {
  font-size: 96px;
  line-height: 1;
  margin-bottom: 0;
  text-align: right;
  margin-bottom: 75px;
}
@media (max-width: 1190px) {
  .about .container .about-content .about-text h2 {
    margin-bottom: 60px;
    font-size: 70px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .about .container .about-content .about-text h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .about .container .about-content .about-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.about .container .about-content .about-text p {
  font-size: 22px;
  margin-bottom: 0;
  text-align: right;
  letter-spacing: 1.9px;
}
@media (max-width: 1190px) {
  .about .container .about-content .about-text p {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .about .container .about-content .about-text p {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .about .container .about-content .about-text p {
    font-size: 12px;
  }
}

.contact .container {
  padding: 60px 20px;
}
@media (max-width: 768px) {
  .contact .container {
    padding: 0 20px;
  }
}
@media (max-width: 425px) {
  .contact .container {
    font-size: 14px;
  }
}
.contact .container h2 {
  font-size: 48px;
  line-height: 1;
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-family: "Konkhmer Sleokchher", cursive;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 1190px) {
  .contact .container h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .contact .container h2 {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .contact .container h2 {
    font-size: 20px;
    font-weight: 400;
  }
}
@media (max-width: 425px) {
  .contact .container h2 {
    font-size: 14px;
  }
}
.contact .container h2 a {
  color: inherit;
  text-decoration: none;
}

footer {
  background-color: #000000;
  padding: 20px;
  border-radius: 20px;
}
footer .container .footer-content {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
footer .container .footer-content h2 {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  footer .container .footer-content h2 {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  footer .container .footer-content h2 {
    font-size: 12px;
  }
}

.cta-button,
.submit-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFA500;
  color: #FFFFFF;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922), 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.cta-button::after,
.submit-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50%;
  width: 60px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(318deg) translate(0, -50%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}
.cta-button::before,
.submit-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  width: 30px;
  height: 250px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(318deg) translate(0, -50%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}
.cta-button:hover::after,
.submit-button:hover::after {
  left: 220%;
}
.cta-button:hover::before,
.submit-button:hover::before {
  left: calc(220% + 30px);
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  width: 20px;
  height: 20px;
  transform: scale(0) translate(0, 0);
  animation: ripple-diagonal 0.7s ease-out forwards;
  pointer-events: none;
}

@keyframes ripple-diagonal {
  to {
    transform: scale(10) translate(200px, -200px);
    opacity: 0;
  }
}
.chat-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  padding: 15px;
  background-color: #333333;
}
@media (max-width: 768px) {
  .chat-widget {
    max-width: 48px;
    height: 48px;
  }
}
@media (max-width: 425px) {
  .chat-widget {
    max-width: 32px;
    height: 32px;
    bottom: 15px;
    right: 15px;
    padding: 8px;
  }
}
.chat-widget:hover {
  transform: scale(1.1);
  background-color: #FFA500;
}
.chat-widget .chat-icon {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  animation: shake-pause 10s ease-in-out infinite;
  animation-delay: 10s;
}
@keyframes shake-pause {
  0% {
    transform: translateX(0);
  }
  1% {
    transform: translateX(-2px);
  }
  2% {
    transform: translateX(2px);
  }
  3% {
    transform: translateX(-2px);
  }
  4% {
    transform: translateX(2px);
  }
  5% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */