@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@keyframes move {
  0% {
    transform: translateY(0);
    transform: translateX(0);
  }
  33% {
    transform: translateY(-25px);
    transform: translateX(12.5px);
  }
  67% {
    transform: translateY(0);
    transform: translateX(25px);
  }
  100% {
    transform: translateY(-25px);
    transform: translateX(12.5px);
  }
}
* {
  font-family: "Manrope", sans-serif;
}

html {
  scroll-behavior: smooth;
}

main {
  width: 100%;
  overflow: hidden;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #000000;
}
@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 430px) {
  .section-title {
    font-size: 1.6rem;
  }
}

.section-description {
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}
@media only screen and (max-width: 430px) {
  .section-description {
    font-size: 0.75rem;
  }
}

.section-caption {
  font-size: 1rem;
  font-weight: 400;
  color: #4b1e6c;
}
@media only screen and (max-width: 600px) {
  .section-caption {
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 430px) {
  .section-caption {
    font-size: 0.8rem;
  }
}

#content-area {
  position: relative;
  z-index: 1;
}

.main-btn {
  background-color: #4b1e6c;
  color: #ffffff;
  padding: 0.75rem 2.5rem;
  outline: none;
  box-shadow: none;
  border: none;
  transition: all 0.5s ease;
  font-size: 0.76em;
}
.main-btn:hover {
  background-color: #2f0d47;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.navbar .navbar-brand img {
  max-width: 7em;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #4b1e6c;
}
.navbar .navbar-nav .nav-item .active {
  color: #4b1e6c;
  font-weight: 700;
}

#welcome-section {
  width: 100%;
  height: auto;
  min-height: 100vh;
}
#welcome-section .message-section .main-title {
  font-size: 4em;
  font-weight: 800;
}
@media only screen and (max-width: 600px) {
  #welcome-section .message-section .main-title {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 430px) {
  #welcome-section .message-section .main-title {
    font-size: 2em;
  }
}
#welcome-section .message-section .main-caption {
  font-family: Manrope;
  font-size: 1em;
  font-weight: 600;
  color: #4b1e6c;
}
@media only screen and (max-width: 600px) {
  #welcome-section .message-section .main-caption {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 430px) {
  #welcome-section .message-section .main-caption {
    font-size: 0.8em;
  }
}
#welcome-section .message-section .short-desc {
  font-size: 0.83em;
  max-width: 70%;
}
@media only screen and (max-width: 600px) {
  #welcome-section .message-section .short-desc {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 430px) {
  #welcome-section .message-section .short-desc {
    font-size: 0.77em;
  }
}
#welcome-section .message-section .welcome-img div {
  width: 100%;
  max-width: 540px;
  animation-name: move;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

#who-we-are-section div div:nth-child(1) {
  width: 100%;
  max-width: 650px;
}
#who-we-are-section div div:nth-child(2) {
  width: 100%;
}
#who-we-are-section div div:nth-child(2) img {
  max-width: 350px;
}

#products-section .product-item .content-area p:first-child {
  font-weight: bold;
  color: #000000;
}
@media only screen and (max-width: 600px) {
  #products-section .product-item .content-area p:first-child {
    font-size: 1.13rem;
  }
}
@media only screen and (max-width: 430px) {
  #products-section .product-item .content-area p:first-child {
    font-size: 1rem;
  }
}
#products-section .product-item .content-area p:last-child {
  font-weight: 500;
  color: #3e3d3d;
  line-height: 25px;
}
@media only screen and (max-width: 600px) {
  #products-section .product-item .content-area p:last-child {
    font-size: 0.82rem;
  }
}
@media only screen and (max-width: 430px) {
  #products-section .product-item .content-area p:last-child {
    font-size: 0.78rem;
  }
}
#products-section .product-item .banner-image {
  width: 100%;
  overflow: hidden;
}
#products-section .product-item .banner-image img {
  transition: all 0.6s ease-in-out;
}
#products-section .product-item .footer-area a {
  text-decoration: none;
}
#products-section .product-item .footer-area a button {
  background-color: #4b1e6c;
  color: #ffffff;
  padding: 0.75rem 2.5rem;
  outline: none;
  box-shadow: none;
  border: none;
  transition: all 0.5s ease;
  font-size: 0.76em;
}
#products-section .product-item .footer-area a button:hover {
  background-color: #2f0d47;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#products-section .product-item:hover .banner-image img {
  transform: scale(1.15);
}

#services-section .service-item p:first-child {
  font-weight: bold;
  color: #000000;
}
#services-section .service-item p:last-child {
  font-weight: 500;
  color: #3e3d3d;
  line-height: 25px;
}

#tech-stack {
  background-image: url(https://images.unsplash.com/photo-1498050108023-c5249f4df085?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8dGVjaHxlbnwwfHwwfHx8MA%3D%3D);
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}
#tech-stack .bg {
  background-color: rgba(0, 0, 0, 0.6666666667);
}
#tech-stack .stack {
  height: 100%;
}
#tech-stack .stack img {
  width: 100%;
  max-width: 35px;
}

footer ul {
  padding: 0;
}
footer ul li a {
  text-decoration: none;
  font-size: 0.8em;
  color: #949096;
}
footer .social-media-section * {
  transition: all 0.2s ease;
}
footer .social-media-section a {
  color: #949096;
}
footer .social-media-section a div {
  background-color: #2e2d2d;
}
footer .social-media-section a div svg {
  width: 1em;
}
footer .social-media-section a:hover {
  color: #fff;
}
footer .social-media-section a:hover div {
  background-color: rgba(0, 0, 0, 0);
}
footer .copyright {
  font-size: 0.8em;
  border-top: 1px solid #2e2d2d;
}/*# sourceMappingURL=main.css.map */