/* --------------------------------------
  Fonts
--------------------------------------- */
@font-face {
  font-family: sqrf;
  src: url(/asset/fonts/tt0246m_.ttf);
}

@font-face {
  font-family: sqrbt;
  src: url(/asset/fonts/SQR721B.TTF);
}

@font-face {
  font-family: anton;
  src: url(/asset/fonts/Anton-Regular.ttf);
}

body {
  min-height: 3000px;
  overflow-x: hidden;
}

/* --------------------------------------
  Navbar Styles
--------------------------------------- */
.custom-navbar {
  padding: 10px 40px;
  font-family: sqrf;
  background-color: white;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  flex-wrap: inherit;
}

.custom-navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.5s ease forwards;
  width: 100vw;
}

/* Sticky animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/* --------------------------------------
  Navbar Inner Elements
--------------------------------------- */
.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-link {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.nav-link.active {
  font-weight: 700;
}

.user-BTn {
  border: 2px solid #01b4b3;
  border-radius: 50%;
  color: #01b4b3;
  padding: 6px 12px;
  background: none;
}

/* --------------------------------------
  Main Section & Hero Content
--------------------------------------- */
.custom-main {
  padding: 10px 40px;
  font-family: sqrf;
  height: 667px;
  background: linear-gradient(to left, #01b4b3, #00bea8);
  position: relative;
  overflow: hidden;
}

.hero-grid-img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 70%;
  width: 100%;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
  mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 25%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(to left, rgba(0, 0, 0, 1) -36%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 0) 100%);
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}

.hero-section {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-family: sqrbt;
  font-size: 4rem;
  color: #1b1b1b;
}

.text-highlight {
  color: #ffffff;
  padding: 0 10px;
  border-radius: 6px;
}

.hero-subtitle {
  font-family: sqrf;
  color: #ffffff;
  font-weight: 500;
  font-size: 2.5rem;
}

.hero-desc {
  font-family: sqrf;
  font-size: 1.5rem;
  color: #ffffffcc;
}

/* --------------------------------------
  Hero Buttons & Store Badges
--------------------------------------- */
.hero-buttons {
  max-width: 700px;
  font-family: sqrbt;
}

.hero-buttons .btn {
  background-color: #ffffff;
  color: #00bfa6;
  border-radius: 16px;
  font-size: 2.3rem;
  transition: all 0.2s ease-in-out;
  padding: 1% 9%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hero-buttons .btn:hover {
  background-color: #00bfa6;
  color: #fff;
}

.store-badges {
  position: absolute;
  bottom: 535px;
  right: 321px;
}

.store-btn {
  height: 63px;
  object-fit: contain;
}

/* --------------------------------------
  Hero Desktop Image
--------------------------------------- */
.desktop-hero-img {
  position: absolute;
  bottom: 0;
  right: -18px;
  width: 100%;
  max-width: 800px;
  z-index: 1;
}

.photo-wrap {
  position: relative;
  height: 3200px;
  background: #fff;
}

.scroll-photo {
  position: absolute;
  width: 65%;
  visibility: hidden;
  transform: translate(-50%, -50%);
  z-index: 999;
  rotate: 17deg;
}

.features-section {
  padding: 100px;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}

.features-animation {
  margin-bottom: 230px;
  overflow: hidden;
  position: relative;
}

.feature-number {
  font-size: 19rem;
  font-weight: 700;
  color: #dcdcdc;
  font-family: "sqrbt", sans-serif;
  line-height: 1;
}
.feature-content {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s ease;
  will-change: opacity, transform;
}

.feature-content h3 {
  font-size: 3.8rem;
  font-weight: bold;
  color: #1b1b1b;
  font-family: "sqrbt", sans-serif;
}

.feature-content p {
  font-size: 35px;
  margin-top: 10px;
  color: #555;
  font-family: sqrf;
}

.btn-teal {
  background-color: #01b4b3;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  border: none;
}

.btn-teal:hover {
  background-color: #019c9b;
}

/* project section */
.project-card-container {
  padding: 82px 74px;
}

.project-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  flex-wrap: wrap;
}

.mockup-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mockup-img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.project-details {
  flex: 1;
}

.label {
  font-size: 14px;
  color: #777;
  font-family: sqrf;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.value {
  font-size: 16px;
  font-family: sqrbt;
}

.desc {
  font-size: 15px;
  line-height: 1.6;
  font-family: sqrf;
}

.status-icon {
  width: 60px;
}

.manage-btn {
  background-color: #01b4b3;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  padding: 8px 20px;
  border: none;
  font-family: sqrf;
}

.manage-btn:hover {
  background-color: #009a9a;
}

.benefits-vdgd-section {
  position: relative;
  padding: 100px 80px;
  background: #fff;
  overflow: hidden;
  height: 1300px;
}

.benefits-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
  font-family: "sqrbt";
}

.benefit-heading {
  font-size: 22px;
  font-family: "sqrbt";
  text-transform: uppercase;
}

.highlight-box {
  background-color: #00c6cb;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 18px;
  margin-left: 8px;
  display: inline-block;
}

.benefit-desc {
  font-size: 20px;
  margin-top: 10px;
  color: #444;
  line-height: 1.6;
  font-family: "sqrf";
}

.bottom {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 106%;
  z-index: 0;
}
.laptop {
  position: absolute;
  bottom: 312px;
  right: 0px;
  z-index: 0;
}

/* demo modal */

.demo-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.demo-modal-overlay.active {
  display: flex;
}

.demo-modal-content {
  background: #fff;
  border-radius: 16px;
  padding: 3rem 2rem 0;
  max-width: 835px;
  width: 95%;
  position: relative;
  overflow: hidden;
}

.modal-title {
  font-size: 28px;
  font-family: sqrbt;
}

.highlight-blue {
  color: #00cfe8;
}

.modal-desc {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  font-family: sqrf;
}

.email-input {
  max-width: 450px;
  border: 1px solid #00cfe8;
  border-radius: 8px;
  padding: 10px 15px;
  font-family: sqrf;
}

.btn-submit {
  background-color: #00cfe8;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
  font-weight: bold;
  font-family: sqrf;
  background: linear-gradient(to left, #00be96, #00beff);
}

.modal-contact,
.modal-or-text {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-family: sqrf;
}

.modal-contact a {
  text-decoration: none;
}

.modal-mockup-img {
  position: relative;
  bottom: -30px;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.modal-mockup-img img {
  max-width: 90%;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #aaa;
  cursor: pointer;
}

/* footer section css  */

.fotterParts {
  background: linear-gradient(to left, #00be96, #00beff);
  padding: 50px;
  padding-bottom: 50px;
  height: fit-content;
  font-family: sqrf;
  color: #fff;
  justify-content: space-around;
  display: flex;
}

.work-vrd-lists {
  display: flex;
  flex-direction: column;
}

.work-vrd-lists ul {
  padding-left: unset;
  margin-bottom: 20px;
}

.work-vrd-lists a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.hr-divider {
  color: #fff;
  width: 200px;
  height: 20px;
}

hr:not([size]) {
  height: 3px !important;
  color: #fff;
}

.follow-vrd-text {
  font-weight: 900;
  font-size: 20px;
}

.phone-vrd {
  display: flex;
  gap: 10px;
}

.mail-vrd-content {
  display: flex;
  gap: 10px;
}

.icon-vrd-fontawes {
  display: flex;
  gap: 20px;
}

.fa-phone,
.fa-envelope,
.fa-brands {
  color: #fff;
  font-size: 25px;
}

.fotter-image-vrd-bird {
  margin-bottom: 40px;
}

/* end footer section css  */
