/* =========================================================
   WorksDizayn — Zonar-inspired design
   Colors: accent #F57500, dark #313131 / #292929 / #242424
   Fonts: Oswald (display), Mukta Vaani (body), Roboto
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #313131;
  color: #fff;
  font-family: 'Mukta Vaani', sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.color-bg { background: #F57500; }

/* ---------------- Loader ---------------- */
.loader {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 3000;
}
.loader-anim, .loader-anim2 {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: 2;
  background: #313131;
}
.loader-anim2 { z-index: 1; }
.loading-text-container {
  position: absolute;
  top: 50%; left: 50%;
  z-index: 4;
  width: 150px; height: 90px;
  margin: -45px 0 0 -75px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.loading-text {
  font-size: 48px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  display: block;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
.loading-text strong { display: block; }
.loader_count {
  position: absolute;
  right: -40px;
  top: -150px;
  font-size: 198px;
  z-index: 1;
  color: #F57500;
}
.loader.done {
  transform: translateY(-100%);
  transition: transform 700ms cubic-bezier(.19,1,.22,1);
}

/* ---------------- Header ---------------- */
.main-header {
  position: fixed;
  top: 0; left: 0;
  width: 70%;
  z-index: 200;
  height: 80px;
  background: #313131;
}
.main-header:before {
  content: '';
  position: absolute;
  width: 125px; right: 0; height: 100%; top: 0;
  background: rgba(255,255,255,0.05);
}
.logo-holder {
  position: absolute;
  top: 20px; left: 26px;
}
.logo-holder img { width: auto; height: 34px; }
.header-contacts {
  float: right;
  position: relative;
  height: 80px;
  line-height: 80px;
  right: 100px;
}
.header-contacts:after {
  content: '';
  position: absolute;
  top: 50%; left: -130px;
  width: 60px; height: 1px;
  background: rgba(255,255,255,0.2);
}
.header-contacts ul { float: right; margin: 0; padding: 0; }
.header-contacts li, .contacts-btn {
  list-style: none;
  float: left;
  margin-right: 40px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  color: rgba(255,255,255,0.51);
  letter-spacing: 4px;
}
.header-contacts li:before {
  content: '';
  position: absolute;
  left: -30px; width: 15px; top: 50%; height: 2px;
  margin-top: -2px;
  background: rgba(255,255,255,0.2);
}
.header-contacts li a { color: rgba(255,255,255,0.51); transition: color 200ms; }
.header-contacts li a:hover { color: #fff; }
.contacts-btn { display: none; }

.nav-button {
  float: right;
  width: 28px; height: 50px;
  margin-right: 50px;
  cursor: pointer;
  position: relative;
  top: 22px;
  z-index: 30;
}
.nav-button span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: all 300ms;
}
.menu-button-text {
  position: absolute;
  top: 18px; left: -38px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
}
.nav-button.active .ncs { transform: translateY(7px) rotate(45deg); }
.nav-button.active .nos { opacity: 0; }
.nav-button.active .nbs { transform: translateY(-7px) rotate(-45deg); }

/* ---------------- Left header ---------------- */
.left-header {
  background: #313131;
  position: fixed;
  top: 80px; left: 0; bottom: 150px;
  z-index: 220;
  width: 80px;
}
.left-header:before {
  content: '';
  position: absolute;
  left: 50%; width: 1px; height: 70px; top: 0;
  background: rgba(255,255,255,0.2);
}
.lh_dec {
  position: absolute;
  top: 0; left: 50%;
  width: 1px; height: 70px;
  margin-left: -0.5px;
}
.left-header_social {
  position: absolute;
  top: 100px; left: 0; right: 0;
  text-align: center;
}
.left-header_social ul { list-style: none; margin: 0; padding: 0; }
.left-header_social li {
  position: relative;
  margin-bottom: 22px;
}
.left-header_social li:before {
  content: '';
  position: absolute;
  left: 50%; width: 1px; height: 12px; top: -17px;
  background: rgba(255,255,255,0.2);
  margin-left: -0.5px;
}
.left-header_social a { color: rgba(255,255,255,0.6); font-size: 14px; transition: color 200ms; }
.left-header_social a:hover { color: #F57500; }

/* ---------------- Share button ---------------- */
.share-btn {
  position: fixed;
  bottom: 0; left: 0;
  width: 80px; height: 150px;
  z-index: 310;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-btn span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.share-btn i { font-size: 12px; }

/* ---------------- Decorative color block ---------------- */
.hc_dec_color {
  position: fixed;
  right: 0; height: 80px; width: 30%; top: 0;
  z-index: 200;
  background: #313131;
}

/* ---------------- Sliding nav ---------------- */
.nav-holder {
  position: fixed;
  top: 80px;
  width: 500px;
  right: -500px;
  z-index: 3190;
  height: calc(100% - 80px);
  background: #292929;
  transition: right 500ms cubic-bezier(.19,1,.22,1);
}
.nav-holder.open { right: 0; }
.nav-holder-wrap {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  overflow: hidden;
}
.nav-container {
  padding: 60px 50px 100px;
  z-index: 20;
}
.nav-inner ul { list-style: none; margin: 0; padding: 0; }
.nav-inner li { position: relative; }
.nav-inner a {
  display: block;
  padding: 10px 0 10px 20px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}
.nav-inner li a:after {
  content: '';
  position: absolute;
  top: 0; left: -10px;
  width: 0; height: 100%;
  background: rgba(255,255,255,0.07);
  transition: width 300ms linear;
}
.nav-inner a:hover { color: #F57500; }
.nav-inner .sub-menu { padding-left: 25px; }
.nav-inner .sub-menu a { font-size: 12px; color: rgba(255,255,255,0.6); }
.nav-footer {
  position: absolute;
  bottom: 30px; left: 50px;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
}
.nav-holder-wrap_line {
  position: absolute;
  right: 0; bottom: 0; width: 125px; top: 100%;
  background: rgba(255,255,255,0.02);
}
.nav-holder-wrap_dec {
  position: absolute;
  top: 0; left: 100%; right: 0; bottom: 0;
  background: #222;
}
.nav-overlay {
  position: fixed;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 3180;
  width: 100%;
  background: rgba(37,36,37,0.7);
  display: none;
}
.nav-overlay.show { display: block; }

/* ---------------- Hero ---------------- */
.content {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #242424;
}
.video-holder-wrap, .media-container {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: hidden;
  z-index: 1;
}
.video-container {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.bgvid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 3;
  pointer-events: none;
}

.half-hero-wrap {
  position: absolute;
  top: 26%;
  left: 150px;
  z-index: 10;
}
.half-hero-wrap h1 {
  text-align: left;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 76px;
  font-family: 'Oswald', sans-serif;
  margin: 0;
}
.half-hero-wrap h1 span { color: #F57500; }
.half-hero-wrap h4 {
  padding-top: 20px;
  color: rgba(255,255,255,0.7);
  text-align: left;
  float: left;
  max-width: 550px;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.hhw_header {
  text-align: left;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.rotate_text { display: flex; gap: 18px; }
.rotate_text div {
  position: relative;
  padding-right: 18px;
}
.rotate_text div::after {
  content: '';
  position: absolute;
  right: 0; top: 50%;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #F57500;
  margin-top: -3px;
}
.rotate_text div:last-child::after { display: none; }

.btn {
  padding: 15px 38px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  background: #F57500;
  overflow: hidden;
  display: inline-block;
}
.btn:hover { background: #ff8a1e; }
.fl-btn { float: left; margin-top: 15px; }
.clearfix { clear: both; }

/* ---------------- Hero promo ---------------- */
.hero_promo-wrap {
  position: absolute;
  bottom: 0; right: 0;
  width: 600px;
  background: #292929;
  z-index: 20;
  height: 150px;
}
.hero_promo-wrap:before {
  content: '';
  position: absolute;
  width: 70px; height: 70px;
  left: -5px; top: -5px;
  background: #F57500;
  z-index: 1;
}
.hero_promo-title {
  float: left;
  width: 350px;
  color: #fff;
  padding: 45px 30px 45px 50px;
  text-align: left;
  position: relative;
  z-index: 3;
  background: #292929;
}
.hero_promo-title h4 { font-size: 17px; font-weight: 600; padding: 0; margin: 0; }
.hero_promo-title p { font-size: 11px; color: rgba(255,255,255,0.8); line-height: 15px; margin: 8px 0 0; }
.hero_promo-button {
  position: absolute;
  width: 250px; right: 0; top: 0;
  overflow: hidden;
  height: 100%;
}
.hero_promo-button .bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
}
.hero_promo-button .overlay { opacity: 0.5; }
.hero_promo-button a {
  position: absolute;
  width: 50px; height: 50px;
  line-height: 50px;
  left: 50%; top: 50%;
  margin: -25px 0 0 -25px;
  box-shadow: 0 0 0 7px rgba(255,255,255,0.2);
  border-radius: 100%;
  background: #000;
  color: #fff;
  z-index: 20;
  font-size: 12px;
  text-align: center;
  transition: all 0.3s;
}
.hero_promo-button a:hover { box-shadow: 0 0 0 17px rgba(255,255,255,0.2); }

/* ---------------- Hero facts ---------------- */
.hero-facts-wrap {
  position: absolute;
  right: 130px; top: 35px;
  z-index: 10;
}
.hero-facts-wrap .inline-facts {
  margin-left: 40px;
  float: left;
  position: relative;
}
.hero-facts-wrap .inline-facts:before {
  content: '+';
  position: absolute;
  right: 0; top: 12px;
  font-size: 16px;
  color: #F57500;
}
.hero-facts-wrap .num {
  display: block;
  color: #fff;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 800;
  text-align: left;
  float: right;
  padding-right: 20px;
}
.hero-facts-wrap .inline-facts h6 {
  text-align: right;
  display: block;
  width: 100%;
  color: rgba(255,255,255,0.7);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 500;
}

/* ---------------- Hero decor numb ---------------- */
.hero-decor-numb {
  position: absolute;
  z-index: 20;
  right: 140px; top: 66px;
  padding-left: 80px;
  cursor: pointer;
  overflow: hidden;
}
.hero-decor-numb span {
  float: left;
  margin-right: 40px;
  position: relative;
  color: #fff;
  letter-spacing: 10px;
  font-size: 10px;
  text-transform: uppercase;
  transition: all 200ms linear;
}
.hero-decor-numb-tooltip {
  position: absolute;
  right: 80px; top: -40px;
  opacity: 0; visibility: hidden;
  color: #F57500;
  letter-spacing: 2px;
  font-size: 10px;
  text-transform: uppercase;
  transition: all 200ms linear;
}
.hero-decor-numb:hover span { top: 50px; opacity: 0; visibility: hidden; }
.hero-decor-numb:hover .hero-decor-numb-tooltip { top: 0; opacity: 1; visibility: visible; }

/* ---------------- Start button ---------------- */
.start-btn {
  position: absolute;
  right: 0; bottom: 0;
  padding: 30px 90px;
  color: #fff;
  z-index: 50;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  background: #343434;
  font-weight: 800;
  border-left: 6px solid #F57500;
  display: inline-block;
}
.start-btn:hover { background: #F57500; }
.start-btn i { padding-left: 10px; }

/* ---------------- Background color ---------------- */
.body-color-bg {
  position: fixed;
  top: 80px; right: 80px; bottom: 0; left: 0;
  background: #242424;
  z-index: -1;
}

/* ---------------- Share wrapper ---------------- */
.share-wrapper {
  position: fixed;
  bottom: 0; left: 80px;
  height: 150px; width: 0;
  background: #222;
  z-index: 1000;
  overflow: hidden;
  transition: width 300ms;
}
.share-wrapper.open { width: 400px; }

/* ---------------- Custom cursor element ---------------- */
.element {
  position: fixed;
  left: 0; top: 0;
  width: 30px; height: 30px;
  pointer-events: none;
  z-index: 10000;
}
.element-item {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 30px; height: 30px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  border: 1px solid rgba(255,255,255,0.4);
}
.element-item:before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 6px; height: 6px;
  margin: -3px 0 0 -3px;
  background: #fff;
  border-radius: 100%;
}

/* =========================================================
   Sub pages (about / portfolio / contact)
   ========================================================= */
.sub-body {
  background: #242424;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.sub-header {
  position: sticky;
  top: 0;
  height: 80px;
  background: #313131;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.sub-logo img { height: 34px; width: auto; }
.sub-back {
  color: #F57500;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}
.sub-main { flex: 1; padding: 60px 40px; }
.sub-container { max-width: 1100px; margin: 0 auto; }
.sub-title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 44px;
  margin: 0 0 30px;
  position: relative;
  padding-left: 20px;
}
.sub-title:before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 6px; height: 40px;
  background: #F57500;
  transform: translateY(-50%);
}
.sub-content { color: rgba(255,255,255,0.8); line-height: 1.7; max-width: 720px; }
.sub-content p { margin: 0 0 16px; }
.sub-footer {
  background: #313131;
  padding: 30px 40px;
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}

/* ---------------- Contact form ---------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  margin-top: 20px;
}
.contact-info, .contact-form-wrap {
  background: #292929;
  padding: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.05);
}
.contact-info h2, .contact-form-wrap h2 {
  font-family: 'Oswald', sans-serif;
  margin: 0 0 20px;
  font-size: 22px;
  text-transform: uppercase;
}
.contact-info p { color: rgba(255,255,255,0.75); font-size: 15px; }
.contact-info a { color: #F57500; }
.contact-form-wrap input,
.contact-form-wrap textarea {
  width: 100%;
  box-sizing: border-box;
  background: #12161b;
  border: 1px solid #2a313a;
  border-radius: 6px;
  color: #fff;
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom: 14px;
  font-family: inherit;
}
.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus { outline: none; border-color: #F57500; }
.contact-form-wrap .f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.captcha-row { display: flex; gap: 10px; align-items: center; margin-bottom: 14px; }
.captcha-img { height: 48px; border-radius: 6px; flex-shrink: 0; }
.captcha-refresh {
  background: #2a313a;
  color: #fff;
  border: none;
  border-radius: 6px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  font-size: 18px;
  flex-shrink: 0;
}
.captcha-row input { margin-bottom: 0; }
.btn-submit {
  display: inline-block;
  padding: 13px 34px;
  background: #F57500;
  color: #111;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-submit:hover { background: #ff8a1e; }
.form-success, .form-error {
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
}
.form-success { background: #1d3a1d; border: 1px solid #2e7a2e; color: #b3ffb3; }
.form-error { background: #3a1d1d; border: 1px solid #7a2e2e; color: #ffb3b3; }

/* ---------------- Coming soon ---------------- */
.cs-body {
  background: radial-gradient(ellipse at center, #313131 0%, #17191d 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
}
.cs-wrap { max-width: 900px; width: 100%; text-align: center; }
.cs-logo img { height: 40px; margin-bottom: 30px; }
.cs-title {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  text-transform: uppercase;
  margin: 0 0 16px;
  letter-spacing: 1px;
}
.cs-sub { color: rgba(255,255,255,0.7); max-width: 560px; margin: 0 auto 40px; line-height: 1.6; }
.cs-countdown { display: flex; justify-content: center; gap: 20px; margin-bottom: 50px; }
.cs-unit {
  background: #292929;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 20px 24px;
  min-width: 90px;
}
.cs-unit span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  color: #F57500;
  line-height: 1;
}
.cs-unit label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.6);
  margin-top: 8px;
  display: block;
}
.cs-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: left; }
.cs-card {
  background: #292929;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 28px;
}
.cs-card h2 { font-family: 'Oswald', sans-serif; font-size: 19px; text-transform: uppercase; margin: 0 0 14px; }
.cs-card p, .cs-about { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6; margin: 0 0 16px; }
.cs-form input, .cs-form textarea {
  width: 100%;
  box-sizing: border-box;
  background: #12161b;
  border: 1px solid #2a313a;
  border-radius: 6px;
  color: #fff;
  padding: 11px 13px;
  font-size: 14px;
  margin-bottom: 12px;
  font-family: inherit;
}
.cs-form input:focus, .cs-form textarea:focus { outline: none; border-color: #F57500; }
.cs-form .btn-submit { width: 100%; }
.cs-msg { font-size: 13px; margin-top: 10px; min-height: 18px; }
.cs-msg.ok { color: #b3ffb3; }
.cs-msg.err { color: #ffb3b3; }

/* ---------------- Responsive ---------------- */
@media (max-width: 1064px) {
  .header-contacts { display: none; }
  .contacts-btn { display: block; float: right; }
  .half-hero-wrap { left: 40px; }
  .hero-facts-wrap { right: 30px; }
  .hero-decor-numb { right: 30px; }
  .hero_promo-wrap { width: 100%; }
  .cs-cards { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .main-header { width: 100%; }
  .half-hero-wrap { left: 20px; top: 20%; }
  .half-hero-wrap h1 { font-size: 34px; line-height: 46px; }
  .half-hero-wrap h4 { font-size: 14px; }
  .hero-facts-wrap { display: none; }
  .hero-decor-numb { display: none; }
  .left-header { display: none; }
  .hero_promo-title { width: 60%; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form-wrap .f-row { grid-template-columns: 1fr; }
  .start-btn { padding: 24px 40px; }
  .sub-main { padding: 40px 20px; }
  .sub-header { padding: 0 20px; }
  .nav-holder { width: 100%; }
}
