/* styles.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
  font-family: 'Mona-Sans Narrow';
  src: url('../Fonts/Mona-Sans Narrow/Mona-Sans-RegularNarrow.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mona-Sans Narrow Bold';
  src: url('../Fonts/Mona-Sans Narrow/Mona-Sans-BoldNarrow.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Robson';
  src: url('../Fonts/Robson/Robson-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Robson-Bold';
  src: url('../Fonts/Robson/Robson-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Navbar */
.mobile-navbar {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}

.mobile-navbar .logo-mobile img {
  width: 16vw;
  max-width: 16vw;
}

.mobile-navbar .hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.mobile-navbar .hamburger span {
  height: 3px;
  width: 25px;
  background-color: white;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}

.mobile-menu.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  backdrop-filter: blur(5px);
}

.mobile-menu.closing {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.mobile-menu-content {
  text-align: center;
  color: white;
}

.close-btn {
  font-size: 2rem;
  border: none;
  background: none;
  color: white;
  cursor: pointer;
  margin-bottom: 2rem;
}

.mobile-menu-links {
  list-style-type: none;
  padding: 0;
}

.mobile-menu-links li {
  margin: 1.5rem 0;
}

.mobile-menu-links li a {
  font-family: 'Mona-Sans Narrow', sans-serif;
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
}

.hamburger {
  flex-direction: column;
  justify-content: space-around;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1100;
  transition: transform 0.3s ease;
}

.hamburger.active {
  transform: rotate(90deg);
}

.hamburger span {
  width: 100%;
  height: 4px;
  background-color: white;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media only screen and (max-width: 1024px) {
  .navbar .nav-links {
    display: none;
  }

  .mobile-navbar {
    display: flex;
  }
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3vh 0;
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.navbar .logo img {
  width: 6vw;
}

.nav-links {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links li {
  margin: 0 3vw;
}

.nav-links li a {
  font-family: 'Mona-Sans Narrow', sans-serif;
  color: white;
  text-decoration: none;
  font-size: 1.15vw;
}

.logo {
  display: flex;
  align-items: center;
  margin: 0 6vw;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

#navbar.scrolled {
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.1);
  background-color: rgba(27, 27, 27, 0.9);
}

/* Hero Section */
.hero{
  background: url('../images/BG 1.webp') no-repeat center center/cover;
  height: 100vh;
  padding-top: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/BG 1.webp');
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: -1;
}

.hero-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.textbox{
  display: flex;
  justify-content: center;
  gap: 1vw;
}

.text{
  font-family: 'Robson-Bold';
  font-size: 11vw;
  line-height: 0.75;
}

.icon{
  width: auto;
}

.icon img {
  width: 8vw;
}

.text.create { color: #ffffff; }
.text.new { color: #ffffff; }
.text.experience { color: #ffe45f; -webkit-text-stroke: 0.15vw black; text-shadow: 0.35vw 0.5vw 0 #ffaf5f; padding-bottom: 1vh;}
.text.with { color: #fafafa; }
.text.stunning { color: transparent; -webkit-text-stroke: 0.15vw white; }
.text.ui { color: #ffe45f; }
.text.ux { color: #ffaf5f; }
.text.design { color: #ffaf5f; border: 0.175vw dashed #ffaf5f; border-radius: 2vw; padding: 0.5vw 1vw; padding-top: 3vh; }


/* Our Services Section */
.our-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12vh;
  position: relative;
  background-color: #242424;
  border-radius: 2vw 2vw 0 0;
  text-align: center;
  margin-top: -3vh;
  z-index: 2;
  gap: 5vh;
}

.services-header {
  display: flex;
  flex-direction: column;
}

.services-heading {
  display: flex;
  align-items: flex-end;
  margin-top: -3vh;
}

.text-services {
  font-family: 'Robson-Bold', sans-serif;
  color: white;
  font-size: 6vw;
  margin: 0;
}

.text-services-highlight {
  font-family: 'Robson-Bold', sans-serif;
  font-size: 5vw;
  color: #242424;
  background-color: #ffe45f;
  border-radius: 3vw;
  padding: 1vh 2vw;
  padding-top: 2vh;
  position: relative;
  display: inline-block;
  transform: rotate(-10deg);
  transform-origin: center;
  z-index: 1;
}

.text-services-highlight::before {
  content: "";
  position: absolute;
  top: 0.5vw;
  left: 0.5vw;
  right: 0.5vw;
  bottom: 0.5vw;
  border: 0.2vw dashed black;
  border-radius: 2.5vw;
  z-index: -1;
}

.icon-services {
  width: auto;
  transform: scale(1);
  transition: transform 0.3s ease;
}


.icon-services:hover {
  transform: scale(1.05);
}

.icon-services img {
  width: 6vw;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1vw;
  width: 80%;
  box-sizing: border-box;
  justify-content: center;
}

.product {
  background-color: #333;
  padding: 2vw;
  border-radius: 1.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  aspect-ratio: 4 / 4.6;
}

.product:nth-child(1) {
  background-color: #ffe45f;
}

.product:nth-child(2) {
  background-color: #ffd25f;
}

.product:nth-child(3) {
  background-color: #ffca5f;
}

.product:nth-child(4) {
  background-color: #ffc25f;
}

.product:nth-child(5) {
  background-color: #ffb75f;
}

.product:nth-child(6) {
  background-color: #ffaf5f;
}

.product img {
  width: 85%;
  height: auto;
  margin-bottom: 1vh;
}

.product h3 {
  font-family: 'Mona-Sans Narrow Bold', sans-serif;
  font-size: 3vw;
  font-weight: bold;
  color: black;
  margin-top: 1vw;
}

/* About Us Section */
.about-us {
  display: flex;
  align-items: center;
  background-color: #242424;
  position: relative;
  margin: 0 auto;
  padding: 2vh 10vw;
  z-index: 2;
}

.about-us-header {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.about-us-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.text-about {
  font-family: 'Robson-Bold', sans-serif;
  color: white;
  font-size: 6vw;
  line-height: 0.78;
  margin: 0;
}

.text-about-highlight {
  font-family: 'Robson-Bold', sans-serif;
  font-size: 5vw;
  color: #242424;
  background-color: #ffe45f;
  border-radius: 3vw;
  padding: 1vh 2vw;
  padding-top: 2vh;
  position: relative;
  display: inline-block;
  transform-origin: center;
  z-index: 1;
}

.text-about-highlight::before {
  content: "";
  position: absolute;
  top: 0.5vw;
  left: 0.5vw;
  right: 0.5vw;
  bottom: 0.5vw;
  border: 0.2vw dashed black;
  border-radius: 2.5vw;
  z-index: -1;
}

.about-us-icon {
  transform: rotateZ(30deg);
  width: auto;
}

.about-us-icon img {
  width: 8vw;
  margin-top: -3vh;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.about-us-icon img:hover {
  transform: scale(1.05);
}

.about-us-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
}

.about-us-content p {
  width: 100%;
  font-family: 'Mona-Sans Narrow', sans-serif;
  color: white;
  font-size: 1.5vw;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 5vh;
}

/* Why Us Section */
.why-us {
  display: flex;
  padding: 10vh 5vw;
  position: relative;
  background-color: #242424;
  margin-top: -10vh;
  z-index: 1;
  gap: 5vh;
  justify-content: center;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5vw;
  width: 80%;
  box-sizing: border-box;
  align-items: flex-end;
}

.reason-heading {
  font-family: 'Robson-Bold';
  font-size: 8vw;
  color: white;
  text-align: right;
  line-height: 0.75;
}

.reason-text {
  font-family: 'Robson-Bold';
  font-size: 4vw;
  line-height: 0.85;
  text-align: right;
}

.reason-content {
  font-family: 'Mona-Sans Narrow';
  font-size: 1.5vw;
  color: white;
  text-align: right;
}

.reason-start {
  display: flex;
  align-items: flex-end;
}

.reason-start-img {
  width: auto;
}

.reason-start-img img {
  width:10vw;
  margin-left: -2vw;
}

.reason-text.text1 { color: #ffe45f; }
.reason-text.text2 { color: #ffd25f; }
.reason-text.text3 { color: #ffca5f; }
.reason-text.text4 { color: #ffaf5f; }
.reason-text.text5 { color: #ffb75f; }

/* Contact us Section */
.contact-us{
  background: url('../images/BG 2.webp') no-repeat center center/cover;
  height: 100vh;
  padding-top: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 2vw 2vw 0 0;
  margin-top: -3vh;
}

.parallax-background2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/BG 2.webp');
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: -1;
}

.contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.textboxA {
  display: flex;
  justify-content: center;
  gap: 2vw;
}

.textA {
  font-family: 'Robson-Bold';
  font-size: 11vw;
  line-height: 0.75;
}

.iconA {
  width: auto;
}

.iconA img {
  width: 8vw;
}

.textA.letus { color: #ffd25f; text-shadow: 0.35vw 0.5vw 0 #000000; padding-bottom: 1vh;}
.textA.unlock { color: #ffaf5f; text-shadow: 0.35vw 0.5vw 0 #000000; padding-bottom: 1vh;}
.textA.thepotential { color: #ffaf5f; text-shadow: 0.35vw 0.5vw 0 #000000; padding-bottom: 1vh;}
.textA.ofyour { color: #ffaf5f; text-shadow: 0.35vw 0.5vw 0 #000000; padding-bottom: 1vh;}
.textA.brand { color: #ffe45f; -webkit-text-stroke: 0.15vw black; text-shadow: 0.35vw 0.5vw 0 #ffc25f; padding-bottom: 1vh;}

.contact-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 50px;
  z-index: 2;
}

.footer-logo {
  flex: 1;
}

.footer-logo img {
  height: 2vw;
}

.footer-message {
  flex: 2;
  text-align: center;
  font-family: 'Mona-Sans Narrow', sans-serif;
  color: #242424;
  font-size: 1.25vw;
  margin: 0;
}

.footer-social {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 1vw;
}

.footer-social .social-icon img {
  height: 2.5vh;
}


/* Contact Form */

.contact-icon-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  position: fixed;
  bottom: 40vh;
  right: 2vw;
  text-align: center;
  z-index: 999;
}

.contact-icon {
  background-color: #ffe45f;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  width: 5vw;
  height: 5vw;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talk-text {
  font-family: 'Mona-Sans Narrow', sans-serif;
  color: #858585;
  margin-top: 10px;
  font-size: 1vw;
  transition: opacity 0.5s ease;
}

.hidden {
  display: none;
}

.contact-form-container {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
}

.contact-form-container.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact-form-container.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}

.close-button {
  color: rgb(0, 0, 0);
  border: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

form input, form select, form button {
  font-family: 'Mona-Sans Narrow', sans-serif;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}

form button {
  background-color: #707eff;
  color: white;
  cursor: pointer;
  border: none;
}

form button:hover {
  background-color: #5052c7;
}

.popup {
  display: none;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

.popup.hidden {
  display: none;
}

.popup.visible {
  display: block;
}


@media screen and (max-width: 450px) {
  .navbar {
    padding: 5vh 0;
  }

  .hero {
    height: 70vh;
    padding-top: 5vh;
  }
  .text {
    font-size: 18vw;
  }
  .icon img {
    width: 12vw;
}
  .text.design {
    padding-top: 1vh;
  }

  .our-services {
    border-radius: 7vw 7vw 0 0;
    padding: 8vh 2vh 5vh;
    margin-top: -5vh;
    gap: 3vh;
  }
  .icon-services img {
    width: 11vw;
  }

  .text-services {
    font-size: 10vw;
  }
  .text-services-highlight {
    font-size: 9vw;
    border-radius: 6vw;
    padding: 0.50vw 2.5vw;
    padding-top: 1.5vw;
  }
  .text-services-highlight::before {
    border: 0.4vw dashed black;
    border-radius: 5vw;
    top: 0.75vw;
    left: 0.75vw;
    right: 0.75vw;
    bottom: 0.75vw;
  }
  .product {
    border-radius: 4.5vw;
  }
  .product-grid {
    grid-template-columns: 1fr;
    grid-gap: 2vw;
  }
  .product h3 {
    font-size: 8vw;
  }

  .about-us {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2vh 17vw;
    gap: 4vh;
  }
  .about-us-header {
    width: 100%;
  }
  .text-about {
    font-size: 17vw;
    line-height: 0.78;
  }
  .text-about-highlight {
    font-size: 15vw;
    border-radius: 7.5vw;
    padding: 0.2vh 3vw;
    padding-top: 0.75vh;
}
  .text-about-highlight::before {
    border: 0.6vw dashed black;
    border-radius: 6.5vw;
  }
  .about-us-icon img {
    width: 9vw;
    margin-top: 0vh;
  }
  .about-us-content {
    width: 100%;
}
  .about-us-content p {
    font-size: 4vw;
    margin-bottom: 2vh;
  }

  .why-us-grid {
    grid-template-columns: 1fr;
    grid-gap: 8vw;
    width: 75%;
  }
  .reason-heading {
    font-size: 28vw;
    text-align: left;
  }
  .reason-start {
    width: 80%;
}
  .reason-start-img img {
    width: 25vw;
    margin-left: -5vw;
  }
  .reason-text {
    font-size: 8vw;
    text-align: left;
  }
  .reason-content {
    font-size: 4vw;
    text-align: left;
  }

  .contact-us {
    height: 50vh;
    border-radius: 7vw 7vw 0 0;
  }
  .textA {
    font-size: 16vw;
  }
  .iconA img {
    width: 12vw;
  }
  .contact-footer {
    padding: 20px;
  }
  .footer-logo img {
    height: 5vw;
  }
  .footer-message {
    font-size: 2vw;
  }
  .footer-social .social-icon img {
    height: 1.5vh;
  }

  .contact-icon {
    width: 10vw;
    height: 10vw;
  }
  .talk-text {
    margin-top: 1vh;
    font-size: 3vw;
  }
  .contact-form-container {
    width: 60%;
    right: 5%;
    border-radius: 0;
    bottom: 230px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar {
    padding: 5vh 0;
  }
  .mobile-navbar {
    padding: 2.5rem 3.5rem;
  }
  .mobile-navbar .logo-mobile img {
    width: 13vw;
  }
  .hamburger {
    height: 2.5rem;
  }
  .mobile-navbar .hamburger span {
    width: 45px;
  }
  .mobile-menu-links li a {
    font-size: 2.5rem;
}

  .hero {
    height: 70vh;
    padding-top: 5vh;
  }
  .text {
    font-size: 17vw;
  }
  .icon img {
    width: 12vw;
  }
  .text.design {
  border: 0.35vw dashed #ffd25f;
  border-radius: 3vw;
  padding: 0.5vw 1.5vw;
  padding-top: 1.5vh;
  }

  .our-services {
    border-radius: 7vw 7vw 0 0;
    padding: 8vh 2vh 5vh;
    margin-top: -5vh;
    gap: 3vh;
  }
  .text-services-highlight {
    font-size: 7vw;
    border-radius: 4vw;
    padding: 0.5vh 2.5vw;
    padding-top: 1vh;
  }
  .text-services-highlight::before {
    top: 0.4vw;
    left: 0.4vw;
    right: 0.4vw;
    bottom: 0.4vw;
    border: 0.4vw dashed black;
    border-radius: 3.5vw;
  }
  .icon-services img {
    width: 11vw;
  }

  .text-services {
    font-size: 10vw;
  }
  .product {
    border-radius: 4.5vw;
  }
  .product-grid {
    grid-template-columns: 1fr;
    grid-gap: 2vw;
  }
  .product h3 {
    font-size: 8vw;
  }

  .about-us {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2vh 17vw;
    gap: 4vh;
  }
  .about-us-header {
    width: 100%;
  }
  .text-about {
    font-size: 15vw;
    line-height: 0.78;
  }
  .text-about-highlight {
    font-size: 12vw;
    border-radius: 7.5vw;
    padding: 0.75vh 5vw;
    padding-top: 1.5vh;
  }
  .text-about-highlight::before {
    border: 0.4vw dashed black;
    border-radius: 7.5vw;
}
  .about-us-icon img {
    width: 14vw;
    margin-top: 0vh;
  }
  .about-us-content {
    width: 100%;
}
  .about-us-content p {
    font-size: 4vw;
    margin-bottom: 2vh;
  }

  .why-us-grid {
    grid-template-columns: 1fr;
    grid-gap: 8vw;
    width: 75%;
  }
  .reason-heading {
    font-size: 28vw;
    text-align: left;
  }
  .reason-start {
    width: 80%;
}
  .reason-start-img img {
    width: 25vw;
    margin-left: -5vw;
  }
  .reason-text {
    font-size: 8vw;
    text-align: left;
  }
  .reason-content {
    font-size: 4vw;
    text-align: left;
  }

  .contact-us {
    height: 50vh;
    border-radius: 7vw 7vw 0 0;
  }
  .textA {
    font-size: 16vw;
  }
  .iconA img {
    width: 12vw;
  }
  .contact-footer {
    padding: 20px;
  }
  .footer-logo img {
    height: 5vw;
  }
  .footer-message {
    font-size: 2vw;
  }
  .footer-social .social-icon img {
    height: 1.5vh;
  }

  .contact-icon {
    width: 10vw;
    height: 10vw;
  }
  .talk-text {
    margin-top: 1vh;
    font-size: 3vw;
  }
  .contact-form-container {
    bottom: 500px;
  }

}