@import url(classy-nav.min.css);
@import "https://fonts.googleapis.com/css?family=Roboto:400,500";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap";
@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:900&display=swap");

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --sky-blue-crayola: hsl(188, 64%, 60%);
  --raisin-black_90: hsla(240, 8%, 12%, 0.9);
  --raisin-black-1: hsl(240, 8%, 17%);
  --raisin-black-2: hsl(240, 8%, 12%);
  --majorelle-blue: hsl(241, 77%, 63%);
  --blue-ryb_80: hsla(241, 88%, 60%, 0.8);
  --bittersweet: hsl(0, 100%, 69%);
  --eerie-black: hsl(0, 0%, 13%);
  --ghost-white: hsl(230, 60%, 98%);
  --light-gray: hsl(0, 0%, 80%);
  --slate-gray: hsl(225, 8%, 48%);
  --cool-gray: hsl(225, 11%, 59%);
  --gainsboro: hsl(217, 16%, 90%);
  --mustard: hsl(47, 100%, 69%);
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 0%);
  --onyx: hsl(240, 5%, 26%);
  --jet: hsl(0, 0%, 21%);
  --gradient: radial-gradient(
    ellipse at center,
    hsla(0, 0%, 0%, 0.25),
    transparent 80%
  );
  --ff-dm-sans: "DM Sans", sans-serif;
  --fs-1: 4rem;
  --fs-2: 3.5rem;
  --fs-3: 2.4rem;
  --fs-4: 2.2rem;
  --fs-5: 2rem;
  --fs-6: 1.8rem;
  --fs-7: 1.7rem;
  --fs-8: 1.5rem;
  --fs-9: 1.4rem;
  --fw-500: 500;
  --fw-700: 700;
  --section-padding: 100px;
  --shadow-1: 0 2px 50px hsla(223, 40%, 76%, 0.3);
  --shadow-2: 0px -2px 12px hsl(252, 29%, 93%);
  --shadow-3: 0 4px 4px hsla(231, 20%, 49%, 0.06);
  --shadow-4: 0 15px 30px hsla(210, 30%, 32%, 0.05);
  --shadow-5: 0 15px hsla(241, 62%, 34%, 0.04);
  --radius-8: 8px;
  --radius-10: 10px;
  --radius-15: 15px;
  --radius-20: 20px;
  --transition-1: 0.25s ease;
  --transition-2: 0.5s ease;
  --cubic-in: cubic-bezier(0.51, 0.03, 0.64, 0.28);
  --cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 100%;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-font-smoothing: antialiased !important;
  cursor: url("../img/cursor.png") 0 0, auto !important;
}
html {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%;
  overflow-x: hidden;
}
body {
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  background-attachment: fixed;
  background: repeating-linear-gradient(
    90deg,
    #d5e1ef,
    #fff,
    rgb(255, 235, 218)
  );
  color: #212529;
  font-family: "Rubik", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  cursor: url("../img/cursor.png") 0 0, auto !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-text-size-adjust: 100%;
  font-stretch: normal;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  transition: 0.3s ease-out;
  overflow-x: hidden;
  background-size: 400% 400%;
  overscroll-behavior: none;
  max-width: 100%;
  width: 100%;
}
:focus-visible {
  outline-offset: 4px;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: hsl(0, 0%, 98%);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}
::-webkit-scrollbar-thumb {
  background-color: hsl(0, 0%, 80%);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c2839094),
    to(#612c1a8e)
  );
}
::-webkit-scrollbar-corner {
  background: transparent;
}
::-webkit-scrollbar:horizontal {
  width: 0;
  display: none;
}
::-webkit-scrollbar-track:horizontal {
  border-width: 0;
  background-color: transparent;
  background: transparent;
  color: transparent;
}
::-webkit-scrollbar-thumb:horizontal {
  border-width: 0;
  background-color: transparent;
  background: transparent;
}
:-webkit-full-screen {
  background-color: #a0463d;
}
:-ms-fullscreen {
  background-color: #a0463d;
}
:fullscreen {
  background-color: #a0463d;
}
:focus {
  outline: none !important;
}
::-moz-focus-inner {
  border: 0 !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
@font-face {
  font-family: "druk_trialbold";
  src: url("../fonts/druk-bold-trial-webfont.woff2") format("woff2"),
    url("../fonts/druk-bold-trial-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@keyframes gradient {
  0% {
    background-position: 0 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0%;
  }
}
.wave {
  background: rgb(255 255 255 / 25%);
  border-radius: 1000% 1000% 0 0;
  position: fixed;
  width: 200%;
  height: 12em;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.wave:nth-of-type(2) {
  bottom: -1.25em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}
.wave:nth-of-type(3) {
  bottom: -2.5em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}
@keyframes wave {
  2% {
    transform: translateX(1);
  }
  25% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(-50%);
  }
  75% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(1);
  }
}
h1 {
  font-size: 120px;
  line-height: 104px;
  color: #2d2d33;
  margin: 0;
  letter-spacing: 0.04em;
}
h2 {
  font-size: 99.5px;
  line-height: 99.5px;
  color: #2d2d33;
  margin: 0;
  letter-spacing: 0.03em;
}
h3 {
  font-size: 32px;
  line-height: 34px;
}
h4 {
  font-size: 24px;
  line-height: 34px;
}
h5 {
  font-size: 20px;
  line-height: 34px;
}
h6 {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}
p,
li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-family: var(--font-family-sans-serif);
  text-shadow: #000000;
  color: #71767b;
  margin-top: 0;
  font-weight: 600;
}
li {
  list-style: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
iframe {
  border: 0;
}
p.caption {
  font-size: 12px;
  line-height: 18px;
}
a:active {
  color: #9f1f1f;
}
a,
a:hover {
  color: inherit;
  -o-transition: all ease 0.3s;
  outline: none;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
input,
button {
  background: none;
  border: none;
  font: inherit;
}
input {
  width: 100%;
}
a,
button,
.clickable,
.btn {
  cursor: url("../img/pointer.png") 0 0, pointer !important;
}
input,
textarea,
p,
h1,
h2,
h3,
h4,
h5 {
  cursor: url("../img/text-cursor.png") 0 0, text !important;
}
.button,
button {
  cursor: pointer;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -moz-transition-property: all;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  vertical-align: auto;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 275ms;
  -o-transition-duration: 275ms;
  text-transform: uppercase;
  -webkit-transition-duration: 275ms;
  transition-duration: 275ms;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
ion-icon {
  pointer-events: none;
}
button,
ion-icon {
  display: block;
}
@media (max-width: 400px) {
  td {
    float: left;
    display: block;
  }
}
.text-right {
  text-align: right;
}
.has-before,
.has-after {
  position: relative;
  z-index: 1;
}
.darkback {
  -webkit-text-stroke: 0.5px #f9f6e2;
  text-shadow: 1.5px 1.5px 3px #f9f6e2; /* soft fallback effect */
}
.has-before::before,
.has-after::after {
  content: "";
  position: absolute;
}
:is(.h1, .h2) .has-before {
  display: inline-block;
}
:is(.h1, .h2) .has-before::before {
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--mustard);
  z-index: -1;
}
.btn {
  font-size: 16px;
  line-height: 20px;
  background: transparent;
  font-weight: var(--fw-700);
  padding: 13px 16px;
  align-items: center;
  justify-content: center;
  border-radius: 8;
  -o-border-radius: var(--radius-10);
  overflow: hidden;
  transition: var(--transition-2);
  -webkit-border-radius: var(--radius-10);
  -moz-border-radius: var(--radius-10);
  -ms-border-radius: var(--radius-10);
  border-radius: var(--radius-10);
  text-align: center;
}
.btn:hover {
  background: #111111;
  color: #ffffff;
}
.btn.filled {
  background: #a0463d;
  color: #ffffff;
  border: 0;
  padding: 20px 40px 16px;
  font-size: 24px;
  letter-spacing: 0.04em;
}
.btn.filled-m {
  background: #a0463d;
  color: #ffffff;
  border: 0;
  padding: 20px 40px 16px;
  font-size: 17px;
  letter-spacing: 0.02em;
}
.btn.filled-m:hover {
  background: #77201e;
}
.btn.filled:hover {
  background: #77201e;
}
.text-colored {
  color: #9f1f1f;
}
.type-2 {
  font-family: "druk_trialbold";
  letter-spacing: 0.01em;
}
.header_area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background: repeating-linear-gradient(90deg, #cad6e475, #cde98c75, #cb69c171);
  -o-border-radius: 0 0 14px 14px;
  border-bottom: 2.5px solid #f5eede;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-border-radius: 0 0 14px 14px;
  -moz-border-radius: 0 0 14px 14px;
  -ms-border-radius: 0 0 14px 14px;
  border-radius: 0 0 14px 14px;
  animation: gradient 15s ease infinite;
  background-attachment: fixed;
  transition: 0.3s ease-out;
  background-size: 400% 400%;
  overscroll-behavior: none;
}

.header_area .classy-navbar,
.header_area .header-meta {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header_area .classy-nav-containers {
    background: transparent;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_area .classy-nav-containers .classy-navbar-toggler {
    margin-left: auto;
    background: transparent;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header_area .classy-navbar,
  .header_area .header-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    width: 100%;
  }
}
.header_area .classy-navbar {
  height: 75px;
  padding: 5px 0 5px 5%;
}
@media only screen and (max-width: 767px) {
  .header_area .classy-navbar {
    height: 40px;
    border-bottom: 2px solid #ebebeb;
  }
}
.header_area .header-meta {
  height: 75px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .header_area .header-meta {
    height: 40px;
  }
}

.header_area .classynav ul li a {
  font-size: 16px;
  color: #787878;
}
.header_area .classynav ul li a:hover {
  color: #000000;
}
.header_area .classynav ul li .megamenu li a,
.header_area .classynav ul li .dropdown li a {
  font-size: 14px;
  color: #787878;
}
.header_area .classynav ul li .megamenu li a:hover,
.header_area .classynav ul li .dropdown li a:hover {
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-area {
    width: 80%;
  }
  #searchbox {
    height: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .search-area {
    width: 300px;
    height: 75px;
  }
}
.header_area .favourite-area a,
.header_area .user-login-info a,
.header_area .cart-area a {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  width: 90px;
  display: block;
  text-align: center;
  border-left: 1px solid #ebebeb;
  height: 100%;
  line-height: 75px;
}
@media only screen and (max-width: 767px) {
  .header_area .favourite-area a,
  .header_area .user-login-info a,
  .header_area .cart-area a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    line-height: 40px;
  }
}
.header_area .favourite-area a img,
.header_area .user-login-info a img,
.header_area .cart-area a img {
  max-width: 20px;
}
.header_area .favourite-area a span,
.header_area .user-login-info a span,
.header_area .cart-area a span {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  color: #0315ff;
  font-weight: 700;
  position: absolute;
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .header_area .favourite-area a span,
  .header_area .user-login-info a span,
  .header_area .cart-area a span {
    font-size: 14px;
  }
}
.separator {
  position: relative;
}
.search-area {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 75px;
  border-left: 1px solid #ebebeb;
}
.search-wrapper {
  position: relative;
}
#searchbox {
  width: 100%;
  height: 75px;
  background: #f1d8b8;
  padding: 10px 40px 10px 20px;
  border: 0.3px solid #cccccc99;
  border-radius: 5px;
  transition: width 0.3s ease;
}
#searchbox:focus {
  width: 350px;
  outline: none;
}
#searchbox::placeholder {
  font-size: 10px;
  color: rgba(10, 7, 31, 0.5);
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
.search-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  color: #999;
}
.search-button:hover {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .search-area {
    width: 90%;
    height: 40px;
  }
  #searchbox {
    height: 40px;
  }
  #searchbox:focus {
    width: 170px;
    outline: none;
  }
}

#dropdown {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 1001;
  max-height: 200px;
  overflow-y: auto;
  color: #ac595b;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  display: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 350px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#dropdown::-webkit-scrollbar {
  display: none;
}
#dropdown div {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  transition: background-color 0.2s;
}

#dropdown div:hover,
#dropdown-portal div:hover {
  background-color: #f8f9fa;
}

#dropdown div:last-child,
#dropdown-portal div:last-child {
  border-bottom: none;
}

.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #ebebeb;
  z-index: 10000;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.dropdown-panel div {
  padding: 10px;
  cursor: pointer;
}
.dropdown-panel div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.sassy-response {
  width: 350px;
  position: absolute;
  top: calc(100% + 0.1px);
  position: absolute;
  padding: 1px;
  font-size: 12px;
  color: #ac595b;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1002;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  justify-content: center;
  left: 0;
  right: 0;
  justify-items: center;
}
/* Mobile Responsiveness */
@media only screen and (max-width: 767px) {
  #dropdown {
    width: 150% !important;
    left: 0;
    right: 0;
    margin: 0;
    text-align: left;
  }

  #dropdown div {
    padding: 6px 7.5px;
  }
  .dropdown-panel {
    width: 150% !important;
    left: 0;
    right: 0;
    margin: 0;
  }
  .dropdown-panel div {
    padding: 5px;
  }

  .sassy-response {
    width: 150% !important;
    left: 0;
    right: 0;
    text-align: left;
  }
}

/* SCROLL INDICATOR STYLES */
.scroll-indicator {
  position: absolute;
  bottom: 6px;
  right: 7px;
  color: #666;
  font-size: 14px;
  animation: bounce 2s infinite;
  pointer-events: none;
  z-index: 10;
  background: rgba(255, 255, 255, 0.863);
  padding: 4px 4px;
  border-radius: 50%;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
  60% {
    transform: translateY(-2px);
    opacity: 0.9;
  }
}

/* Alternative animations you can try */
.scroll-indicator.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
}

.scroll-indicator.glow {
  animation: glow 2s infinite;
}

@keyframes glow {
  0% {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 2px 12px rgba(255, 124, 64, 0.4);
  }
  100% {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
.outlined {
  -webkit-text-stroke: 3px #a33d3dd7;
  text-box-edge: 3px #a33d3dd7;
  color: transparent;
  letter-spacing: 0.03em;
}
.banner {
  background: #ffeee3;
  width: 100%;
  height: 100%;
}

.banner:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/bg-shade.webp) no-repeat right -200px center;
  z-index: 1;
  content: "";
  background-size: 100% auto;
}
.banner .home_slider .item .home_slider_content_container .container {
  z-index: 3;
  position: relative;
}
.home_slider_content_containers {
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
}
.home_slider_content {
  max-width: 460px;
}

.home_slider_background {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.banner .title {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .banner {
    padding-top: 30px;
  }
  .banner .title {
    margin: 60px 0 0;
  }
}
.highlight {
  transform: rotate(-4.98deg);
  font-size: 46px;
  line-height: 50px;
  background: #efba2b;
  color: #a33d3dd7;
  display: inline-block;
  padding: 17px 16px 5px;
  letter-spacing: 0.04em;
  margin-top: -11px;
}
.highlightext {
  transform: rotate(-4.98deg);
  font-size: 20px;
  background: #efba2b;
  color: #a33d3dd7;
  display: inline-block;
  padding: 17px 16px 5px;
  letter-spacing: 0.04em;
  margin-top: -11px;
}
.seal {
  right: 80px;
  bottom: 242px;
  animation: rotating 19s linear infinite;
  width: 133px;
  -webkit-animation: rotating 19s linear infinite;
}
.loop-section {
  background: #000000;
  height: 80px;
}
.animation {
  background: url(../img/logos-strip.png) repeat-x;
  background-size: 1500px auto;
  height: 100%;
  width: 100%;
}
.panel-xl {
  padding: 100px 0;
  line-height: 0;
}
.bg-blue {
  background: #e3ebf5;
}
.bg-dark {
  background: #000;
}
.bg-red {
  background: #ad3f38;
}
.panel-l {
  padding: 70px 0;
}
.glaze {
  z-index: 1;
  position: relative;
}
.glaze:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/glaze.webp) repeat;
  background-position: left top;
}
.glaze .container {
  z-index: 2;
  position: relative;
}
.top,
.bottom {
  position: fixed;
  z-index: 4;
  bottom: 40px;
  left: 10%;
  opacity: 0;
  visibility: hidden;
}
.bottom {
  opacity: 1;
  visibility: visible;
}
.top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #333333;
  border-radius: 12px;
  padding: 8px;
  transition: all ease 0.3s;
}
.top img {
  filter: invert(1);
  transform: rotate(180deg);
  max-width: 16px;
  margin: 0 8px;
}
.top span {
  background: #444444;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 0 8px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.top:hover span {
  background: #000000;
}
.top.active {
  opacity: 1;
  visibility: visible;
}
.bottom.active {
  opacity: 0;
}
.play-vid h2 {
  margin-bottom: 93px;
}
.list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 500;
}
.list li,
.list.text-ow li {
  background: url(../img/arrow-right.svg) no-repeat left top;
  padding-left: 32px;
  background-size: 24px auto;
}
.list.text-ow li {
  background: url(../img/arrow-right-ow.svg) no-repeat left top;
}
.vid-thumb-img {
  width: 100%;
  background: #fff;
}
.img-badge {
  right: -117px;
  top: -66px;
  width: 166px;
}
.autoplay-vid {
  padding: 120px 0 80px;
}
.vid-thumb-play {
  min-height: 530px;
  width: 100%;
  line-height: 0;
  background: #ffffff;
}
.vid-thumb-play video {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.autoplay-vid.next {
  padding: 0;
}
.autoplay-vid.next .vid-thumb-play {
  min-height: 515px;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(365deg);
    -moz-transform: rotate(365deg);
    -webkit-transform: rotate(365deg);
    -o-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
@keyframes rotates {
  from {
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
.text-ow {
  color: #f9f6e2;
}
.text-ow .outlined {
  -webkit-text-stroke: 2px #f9f6e2;
}
.img-svg {
  min-height: 116px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bg-black-patch {
  background: #000 url(../img/patch.png) no-repeat bottom center;
  background-size: 100% auto;
}
.text-panel {
  padding: 51px 47px 57px 57px;
  min-height: 469px;
  background: #121113;
  min-width: 387px;
  margin: 0 0 48px 48px;
}
.margin-start {
  margin-top: 110px;
}
.margin-mid {
  margin-top: 265px;
}
.nowrap {
  white-space: nowrap;
}
.price {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px dashed #47414d;
}
.accordion {
  margin: 96px 0 120px;
  padding: 0 19px;
}
.accordion-button {
  padding: 0 !important;
  background: transparent !important;
  color: #111111 !important;
  font-weight: 600;
  box-shadow: none !important;
  font-size: inherit;
}
.accordion-button:hover {
  color: #a0463d !important;
}
.accordion-body p {
  font-size: 18px;
  line-height: 28px;
  color: #414e55;
}
.accordion-button::after {
  background-image: url(../img/accordion.svg);
  width: 16px;
  height: 16px;
  background-size: 16px auto;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/accordion-active.svg);
}
.accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9dafc450;
  padding: 24px 0;
}
.accordion-body {
  padding: 8px 0 0;
}
.img-text {
  max-width: 20px;
}
.custom {
  position: relative;
  margin-bottom: 90px;
}
.custom:before {
  content: "";
  height: 1px;
  border-top: 1px dashed #9dafc4;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 155px;
  display: block;
  width: calc(100% - 24px);
}
.progress-line {
  margin-bottom: 85px;
  position: relative;
}
.progress-line ~ h5 {
  padding-right: 100px;
}
.progress-line .even {
  top: 34px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.small {
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
}
.circle {
  height: 12px;
  width: 12px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #000000;
}
.circle.text {
  background: #dfe7f0;
}
.triangle {
  max-width: 737px;
  margin: 0 auto 32px;
  width: 100%;
  position: relative;
}
.triangle-text {
  max-width: 737px;
  min-height: 637px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(../img/polygon.png) no-repeat top center;
  background-size: contain;
  position: relative;
  z-index: 2;
}
.triangle h2.left,
.triangle h2.right {
  opacity: 0.3;
  color: #ffffff;
  text-transform: uppercase;
}
.triangle h2.right {
  right: -110px;
  left: auto;
  top: 220px;
}
.triangle h2.left {
  left: -50px;
  top: 100px;
}
.triangle h2.left span {
  position: relative;
  left: -100px;
}
.triangle h2 span {
  font-size: 88px;
  line-height: 104px;
}
.triangle-text h2 span.lower {
  font-size: 100px;
  margin: -5px 0 0 !important;
  display: block;
}
.triangle-text img {
  width: 46px;
  margin: 24px 0 0;
}
.footer {
  padding: 9px 0 180px;
  background: #020203;
}
form input[type="email"]:focus,
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form textarea:focus {
  border-color: #f9f6e0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
  outline: none;
}
.text-label {
  font-size: 16px;
  line-height: 34px;
  border-radius: 32px;
  height: 48px;
  padding: 7px 20px;
  background: #121113;
  margin-right: 8px;
  color: #9f9d92;
  cursor: pointer;
}
.text-label:hover {
  color: #f9f6e2;
}
.text-label.selected,
.text-label.selected:hover {
  background: #f9f6e2;
  color: #111111;
}
fieldset {
  margin-top: 3em;
}
fieldset .field-error input[type="text"],
fieldset .field-error input[type="email"],
fieldset .field-error input[type="search"],
fieldset .field-error input[type="tel"],
fieldset .field-error input[type="number"],
fieldset .field-error textarea,
fieldset .field-error .custom-select {
  border: 1px solid #ee6557;
}
fieldset .error {
  color: #ee6557;
}
label {
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
.placeholder-wrap,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  border-bottom: 2px solid rgba(179, 72, 72, 0.712) !important;
  width: 100%;
  padding: 12px;
  font-size: 19px;
  line-height: 30px;
  outline: none;
  background: #191819;
  color: #9f9d92;
  border: 0;
  border-radius: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea {
  max-width: 100%;
  min-height: 128px;
}
.placeholder {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  color: #aaa;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mail-link {
  font-size: 60px;
  line-height: 1;
}
.mail-link:hover {
  color: #fff4ab !important;
}
.copyright {
  border-top: 1px dashed #47414d50;
  padding-top: 66px;
  margin-top: 120px;
}
.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.social li {
  position: relative;
  margin-right: 30px;
  position: relative;
}
.social li:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/cube.png) no-repeat top center;
  background-size: 100% auto;
}
.content .social li:after {
  display: none;
}
.social li:last-child:after {
  display: none;
}
.social a {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.copyright a:hover {
  color: #fff4ab;
}
.panel .btn {
  min-width: 100px;
}
.copyright p {
  color: #9f9d92;
}
.copyright .link {
  margin-left: 18px;
}
.title-arrow {
  display: inline-block;
  position: relative;
}
.title-arrow:before,
.title-arrow:after {
  position: absolute;
  content: "";
  left: 60px;
  top: 130px;
  width: 75px;
  height: 46px;
  background: url(../img/arrow-title.svg) no-repeat center;
  background-size: contain;
  display: block;
}
.title-arrow.outlined:before,
.title-arrow.outlined:after {
  position: absolute;
  content: "";
  left: -95px;
  top: 27px;
  width: 75px;
  height: 46px;
  background: url(../img/arrow-title.svg) no-repeat center;
  background-size: contain;
  display: block;
  filter: invert(1);
}
.title-arrow:after {
  transform: rotate(-180deg);
  left: auto;
  right: 60px;
}
.title-arrow.outlined:after {
  transform: rotate(-180deg);
  left: auto;
  right: -95px;
}
.portfolio .img {
  max-width: 200px;
}
.content-panel ul {
  list-style: none;
  padding: 0;
}
.content-panel ul li {
  margin: 0;
}
.content-panel .social li a {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  margin-right: 8px;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.content-panel .social li a:hover {
  transform: translateY(-2px);
}
.text-grey {
  color: #778da9;
}
.define {
  margin: 37px 0 0 -120px;
}
.define a:hover {
  transform: translateY(-8px);
}
.hfi {
  max-width: 153px;
  display: inline-flex;
}
.ng {
  max-width: 171px;
  display: inline-flex;
}
.client-videos {
  margin-top: 80px;
  display: flex;
  align-items: flex-start;
}
.client-videos .video-player {
  margin-right: 24px;
  text-align: left;
  border-radius: 4px;
  overflow: hidden;
  flex-basis: 230px;
  line-height: 0;
}
.client-videos .video-player:last-child {
  margin-right: 0;
}
.client-videos video {
  overflow: hidden;
  width: 100%;
  position: absolute;
  height: calc(100% + 6px);
  object-fit: cover;
  object-position: top center;
  top: -3px;
}
.client-videos .position-relative {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 4px;
}
.video-player .controls {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  max-width: 48px;
  margin: 0 auto;
  height: 48px;
  z-index: 2;
}
.video-player .controls img:last-child {
  opacity: 0;
  visibility: hidden;
}
.video-player .controls img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.3s;
}
.video-player .play-toggle {
  font-size: 0;
  margin: 0 auto;
  cursor: pointer;
  transition: all ease 0.3s;
  height: 380px;
  width: 100%;
  position: relative;
  display: block;
}
.play-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all ease 0.3s;
  z-index: 1;
  opacity: 0;
}
.play-toggle:hover:after {
  opacity: 1;
}
.video-player .play-toggle > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: all ease 0.3s;
  border-radius: 5px;
}
.about .video-player .play-toggle > img {
  border-radius: 16px;
}
.video-player .play-toggle.pause > img {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.play-toggle.pause .controls img:last-child {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.3s;
}
.play-toggle.pause .controls img:first-child {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.play-toggle.pause .controls {
  opacity: 0;
  transition: all ease 0.3s;
}
.play-toggle.pause:hover .controls {
  opacity: 1;
  transition: all ease 0.3s;
}
.float-menu {
  max-width: 95%;
  position: fixed;
  width: 100%;
  left: 0;
  display: flex;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  z-index: 12;
  transition: all ease 0.3s;
}
.float-menu-inner {
  position: relative;
  width: 100%;
  background: #333333;
  -o-border-radius: 12px;
  padding: 3px 3px;
  display: flex;
  align-items: center;
  z-index: 12;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.float-toggle {
  max-width: 157px;
  width: 100%;
  background: #000;
  border-radius: 8px;
  padding: 8px;
  left: 8px;
  bottom: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 12;
  height: 48px;
  pointer-events: none;
}
.form-control {
  z-index: 12;
}
.float-stick {
  margin: 0 0 0 7px;
  -o-border-radius: 8px;
  z-index: 10;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.float-stick .input-group {
  background: #444444;
  border-radius: 8px;
  padding: 6px;
  margin-left: 6px;
  .input-group-addon {
    i {
      color: #ce5757;
      margin-top: 10px;
    }
  }
}

.fab-action .fa,
.fab {
  padding: 5px;
  margin: 1px;
  font-size: 1em;
  color: #ce5757;
}
.click-to-scroll {
  background: #ad3f38;
  letter-spacing: 0.02em;
  margin-top: 2px;
  border-radius: 8px;
  width: 110px;
  height: 54px;
  letter-spacing: 1px;
  font-size: 20px;
  text-align: left;
  font-family: "druk_trialbold";
}
.click-to-scroll-m {
  background: #ad3f38;
  letter-spacing: 0.01em;
  margin: 0;
  border-radius: 8px;
  width: 125px;
  height: 48px;
  font-size: 16px;
  text-align: center;
  font-family: "druk_trialbold";
}
.float-stick a,
.login-btn a {
  border-radius: 8px;
  background: #333333;
  border-radius: 4px;
  padding: 7px 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}
.float-stick a:hover,
.float-stick a.active {
  background: #000000;
}
.float-toggle img {
  max-width: 126px;
}
.float-toggle .icon {
  height: 24px;
  width: 24px;
  margin: 0 0 0 4px;
  display: inline-flex;
  flex-shrink: 0;
}
.float-toggle .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-toggle .icon:before,
.float-toggle .icon:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  border-radius: 1px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 6px;
  background: #ffffff;
  transition: all ease 0.3s;
}
.float-toggle .icon span {
  width: 11px;
  height: 2px;
  margin: 0 auto;
  border-radius: 1px;
  background: #ffffff;
}
.float-toggle .icon:after {
  top: auto;
  bottom: 6px;
}
.toggle-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 8px 8px 0;
}
.toggle-menu .inner-menu {
  padding: 37px 12px 21px;
  background: #ffffff;
  border-radius: 8px;
  width: calc(33.3334% - 4px);
  position: relative;
  transition: all ease 0.3s;
}
.toggle-menu .inner-menu:hover,
.toggle-menu .inner-menu.active {
  background: #faf9f6;
  transition: all ease 0.3s;
}
.toggle-menu .inner-menu:hover .badge {
  opacity: 1;
  transition: all ease 0.3s;
}
.toggle-menu .overlay-link {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.toggle-menu .inner-menu .inner-img {
  min-height: 86px;
  margin: 0 auto 16px;
}
.toggle-menu .inner-menu p {
  margin: 0;
}
.toggle-menu.navShadow {
  opacity: 1;
  z-index: 9;
  bottom: calc(100% - 0px);
  visibility: visible;
  background: #333333;
  transition: all ease 0.3s;
  transform-origin: bottom center;
  border-radius: 12px 12px 0 0;
}
br.mobile {
  display: none;
}
.banner .container {
  position: relative;
}
.move {
  position: absolute;
  right: 0;
  left: auto;
  display: inline-block;
  width: auto;
}
.move img {
  max-width: 740px;
}
.mobile-view {
  display: none;
}
.float-toggle .icon {
  display: none;
}
input[type="checkbox"] {
  width: 0;
}
input:checked ~ label,
input:checked ~ label:hover {
  background: #f9f6e2;
  color: #171717;
}
.show-mobile {
  display: none;
}
.animate,
.banner .anim {
  opacity: 0;
  transition: all ease 0.3s;
  transition-duration: 0.5s;
  transform: translate(0, 50px);
}
header {
  transform: translate(0, -50px);
}
.loaded header,
.loaded .banner .anim {
  transform: translate(0, 0);
  opacity: 1;
}
.animate.begin-animate {
  opacity: 1;
  transition: all ease 0.3s;
  transition-delay: 0.1s;
  transition-duration: 0.5s;
  transform: translate(0, 0);
}
@media (max-width: 991px) {
  .client-videos .video-player {
    margin-right: 0;
    margin-left: 8px;
  }
  .client-videos .video-player:first-child {
    margin-left: 0;
  }
  .client-videos .video-player:last-child {
    display: none;
  }
  .portfolio > div {
    display: block !important;
  }
  .about {
    flex-direction: column;
    text-align: center;
  }
  .content-panel {
    flex-direction: column;
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
  }
  .content-panel ul {
    justify-content: center;
    order: 2;
    padding: 0 0 40px;
  }
  .define {
    margin: -78px auto 0;
    order: 0;
  }
  .panel {
    padding: 30px;
    text-align: center;
  }
  .panel > div {
    justify-content: center;
  }
  .content-about {
    order: 1;
  }
}
@media (max-width: 767px) {
  .triangle-text img {
    width: 36px;
    margin: 4px 0 0;
  }
  .banner h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0 !important;
  }
  .move {
    position: relative;
    margin: 50px 0 0;
  }
  .client-videos .video-player {
    margin-left: 0;
  }
  .client-videos .video-player {
    margin: 0;
    flex-basis: 50%;
  }
  .move img {
    width: 100%;
  }
  .banner .container {
    padding-bottom: 50px;
  }
  h1,
  h2 {
    font-size: 80px;
    line-height: 74px;
  }
  .nowrap {
    white-space: normal;
  }
  .highlight {
    font-size: 34px;
    line-height: 40px;
    padding: 12px 16px 5px;
  }
  .panel-xl {
    padding: 95px 0;
  }
  .play-vid h2 {
    margin-bottom: 63px;
  }
  .autoplay-vid {
    padding: 80px 0;
  }
  .img-badge {
    right: 0;
    top: -116px;
    width: 136px;
  }
  br {
    display: none;
  }
  br.mobile {
    display: block;
  }
  .title-arrow:before,
  .title-arrow:after {
    top: auto;
    bottom: 44px;
    left: 0;
  }
  .title-arrow:after {
    left: auto;
    right: 0;
  }
  .quality {
    margin: 20px 0 44px;
  }
  .quality h4 br {
    display: block;
  }
  .quality.last {
    margin-bottom: 0;
  }
  h5 {
    line-height: 30px;
  }
  .flex-mobile {
    flex-wrap: wrap;
  }
  .flex-mobile .d-flex {
    display: block !important;
  }
  .price .d-flex {
    display: flex !important;
  }
  .footer h4 {
    margin-bottom: 7px !important;
  }
  .margin-mid {
    margin-top: 0;
  }
  #add-ons .margin-mid {
    margin-top: 48px;
  }
  .panel .btn {
    min-width: 0;
    width: 100%;
  }
  .bg-black-patch .btn {
    display: none;
  }
  .social li:after {
    top: 5px;
    background: url(../img/cube.png) no-repeat top center;
    background-size: 100% auto;
  }
  .margin-start {
    margin: 0;
  }
  .text-panel {
    min-width: 0;
    margin: 0 0 40px;
    padding: 50px 36px;
  }
  .accordion {
    margin: 80px 0;
  }
  .center-content h2 {
    font-size: 59px;
    line-height: 1;
  }
  .triangle h2.left,
  .triangle h2.right {
    display: none;
  }
  .triangle h2,
  .triangle-text h2 span {
    font-size: 60px;
    line-height: 53px;
  }
  .triangle br {
    display: block;
  }
  .triangle-text h2 span:last-child {
    font-size: 51px;
  }
  .triangle-text {
    width: 100%;
    min-height: 0;
    padding: 20px;
  }
  .progress-line ~ h5 {
    line-height: 30px;
    padding-right: 0;
  }
  .footer h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .footer h2 br {
    display: block;
  }
  .footer h2 {
    margin-bottom: 20px;
  }
  .label-field {
    margin: 80px 0;
  }
  .label-field p,
  .nowrap p {
    margin: 0 !important;
  }
  .label-field div,
  .nowrap {
    display: block !important;
    text-align: center;
  }
  .label-field .btn,
  .nowrap .btn {
    width: 100%;
    margin: 0 0 16px;
  }
  form ~ h4 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
  .mail-link {
    font-size: 44px;
    text-align: center;
    display: block;
  }
  .text-label {
    font-size: 12px;
    margin-bottom: 8px;
    padding: 7px 16px;
  }
  .copyright {
    margin-top: 56px;
    padding-top: 56px;
    text-align: center;
  }
  .social {
    justify-content: center;
  }
  .social a {
    font-size: 18px;
  }
  .social li:last-child {
    margin-right: 0;
  }
  .social {
    margin-bottom: 90px;
  }
  .footer .text-right {
    text-align: center !important;
  }
  .copyright p a {
    margin: 0 !important;
  }
  .copyright p a:last-child {
    display: block;
    margin: 56px 0 0 !important;
  }
  header .text-right {
    display: none;
  }
  h2 .nowrap {
    text-align: left;
  }
  .client-videos {
    margin: 48px -6px 0;
    flex-wrap: wrap;
  }
  .client-videos .video-player {
    padding: 0 6px;
  }
  .client-videos .video-player:nth-child(1),
  .client-videos .video-player:nth-child(2) {
    margin-bottom: 30px;
  }
  .custom {
    margin-bottom: 50px;
  }
  .custom:before,
  .progress-line {
    display: none;
  }
  .custom .col-md-4:nth-child(even) {
    margin: 60px 0;
  }
  .mobile-view {
    display: block;
  }
  .custom h4.font-sb {
    margin: 0 !important;
  }
  .custom .mobile-view {
    margin: 24px 0 32px;
  }
  .hide-mobile {
    display: none;
  }
  .seal {
    right: 20px;
    bottom: 270px;
    width: 90px;
    padding: 0;
  }
  .toggle-menu {
    border-radius: 8px;
    padding: 8px 8px 0;
    background: #333333;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
  .toggle-menu div {
    background: #000000;
    width: 100%;
    border-radius: 8px;
    padding: 44px 0;
  }
  .toggle-menu ul {
    list-style: none;
    padding: 0 0 44px;
    margin: 0;
  }
  .toggle-menu ul li a {
    grid-column: 20px;
    line-height: 52px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .toggle-menu li a:hover,
  .toggle-menu li a.active {
    color: #efba2b;
  }
  .toggle-menu .show-mobile {
    width: 100%;
    text-align: left;
  }
  .toggle-menu .show-mobile a {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
  }
  .float-menu-inner {
    width: auto;
    display: inline-flex;
    min-width: 340px;
    justify-content: space-between;
  }
  .float-toggle {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .float-menu {
    text-align: center;
    width: calc(100% - 24px);
    margin: 0 auto;
    bottom: 10px;
  }
  .float-menu.active,
  .float-menu.active form .float-menu-inner {
    max-width: 340px;
  }
  .banner .title {
    margin: 54px 0 0;
  }
  #faq .text-center h6.pb-1 {
    line-height: 28px;
    margin: 8px 0 0;
  }
  .top,
  .bottom {
    display: none;
  }
  .float-toggle {
    pointer-events: all;
  }
  .title-arrow.outlined:before,
  .title-arrow.outlined:after {
    display: none;
  }
  .float-toggle .icon {
    display: inline-flex;
  }
  .move {
    margin: 0;
  }
  .banner .nowrap {
    display: none !important;
  }
  .banner:after {
    background-size: 160% auto;
    background-position: center bottom;
  }
  .show-mobile {
    display: block;
  }
  .float-menu form .show-mobile {
    display: inline-flex;
  }
  .float-menu form .show-mobile .btn.filled {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 22px 6px;
  }
  .float-toggle {
    max-width: 173px;
  }
  .vid-thumb-play {
    padding-bottom: 90%;
    min-height: 0;
  }
  .autoplay-vid.next .vid-thumb-play {
    min-height: 515px;
    padding-bottom: 0;
    margin: 0 -12px;
    width: auto;
  }
}
.anim:is(.wrapper, .hero-btn) {
  display: flex;
  align-items: center;
}
.anim .wrapper {
  flex-wrap: wrap;
  gap: 30px;
  margin-block-end: 10px;
}
@media (min-width: 1200px) {
  :root {
    --fs-1: 5.5rem;
    --fs-2: 4.5rem;
  }
}
.filter-list {
  max-width: 90%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-block-end: 70px;
}
.filter-btn {
  color: var(--cool-gray);
  font-size: var(--fs-9);
  font-weight: var(--fw-500);
  padding: 11px 20px;
  border-radius: var(--radius-8);
  transition: var(--transition-1);
}
.filter-btn:is(:hover, :focus) {
  color: var(--raisin-black-1);
}
.filter-btn.active {
  background-color: var(--white);
  color: var(--raisin-black-1);
  box-shadow: var(--shadow-4);
}
@media (max-width: 600px) {
  .filter-btn {
    display: none;
  }
}
.project-card {
  position: relative;
  border-radius: var(--radius-15);
  overflow: hidden;
}
.project-card .card-banner img {
  transition: var(--transition-2);
}
.project-card:is(:hover, :focus-within) .card-banner img {
  transform: scale(1.1);
  filter: brightness(0.8);
}
.project-card .card-content {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  background: rgba(255, 218, 185, 0.71);
  -o-border-radius: var(--radius-10);
  padding: 30px 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(calc(-50% + 20px));
  transition: var(--transition-2);
  -webkit-border-radius: var(--radius-10);
  -moz-border-radius: var(--radius-10);
  -ms-border-radius: var(--radius-10);
  border-radius: var(--radius-10);
}
.project-card .card-tag {
  color: var(--raisin-black-1);
  font-size: var(--fs-9);
}
.project-card:is(:hover, :focus-within) .card-content {
  opacity: 1;
  transform: translateY(-50%);
}
.text-center {
  text-align: center;
}
.grid-list {
  display: grid;
  gap: 30px;
}
.img-holder {
  aspect-ratio: var(--width) / var(--height);
  background-color: var(--light-gray);
  overflow: hidden;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  :root {
    --fs-1: 5.5rem;
    --fs-2: 3.8rem;
    --fs-7: 1.8rem;
    --section-padding: 120px;
  }
  .btn {
    height: 50px;
  }
  .grid-list {
    grid-template-columns: 1fr 1fr;
  }
  .project .grid-list > li:first-child {
    grid-column: 1 / 3;
  }
}
@media (min-width: 992px) {
  .btn {
    height: 50px;
  }
  .grid-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .service .grid-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-card .h3 {
    --fs-3: 2rem;
  }
  .filter-btn {
    padding-inline: 40px;
  }
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14,
.grid-15,
.grid-16,
.grid-fifth {
  float: left;
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  max-width: 100%;
}
.grid-1.alpha,
.grid-2.alpha,
.grid-3.alpha,
.grid-4.alpha,
.grid-5.alpha,
.grid-6.alpha,
.grid-7.alpha,
.grid-8.alpha,
.grid-9.alpha,
.grid-10.alpha,
.grid-11.alpha,
.grid-12.alpha,
.grid-13.alpha,
.grid-14.alpha,
.grid-15.alpha,
.grid-16.alpha,
.grid-fifth.alpha {
  margin-left: 0;
}
.list-regular li {
  padding-top: 8px;
}
.list-regular li:first-child {
  padding-top: 0;
}
@media screen and (max-width: 898px) {
  .subsection {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #6a6a65;
  }
  .section.section--mid {
    margin-top: 100px;
  }
  .section.slim {
    margin-top: 75px;
  }
  .grid-14 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-14.large {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .loading.active {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .custom-radio.active .check,
  .custom-checkbox.active .check,
  .custom-select.active .check {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .modal-content .grid-14.alpha,
  .modal-content .grid-14.omega,
  .modal-footer .grid-14.alpha,
  .modal-footer .grid-14.omega {
    padding: 35px 40px 0;
  }
  .list-mobile-spacing > li {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.list-inline-block > li {
  margin-top: 0;
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  display: inline;
  vertical-align: top;
}
.list-float-none > li {
  float: none;
}

.small-textarea {
  min-height: 100px;
}
.list-small > li {
  font-size: 12px;
  word-spacing: 1px;
  line-height: 14px;
  vertical-align: top;
}

@media screen and (max-width: 540px) {
  .list-icon-items > li,
  .list-icon-items div.hex,
  .list-icon-items.large-margins > li,
  .list-icon-items.large-margins div.hex,
  .list-icon-items.no-margins > li,
  .list-icon-items.no-margins div.hex,
  .list-hex-grid > li,
  .list-hex-grid div.hex,
  .list-hex-grid.large > li,
  .list-hex-grid.large div.hex,
  .list-hex-grid.mid > li,
  .list-hex-grid.mid div.hex,
  .list-hex-grid.small > li,
  .list-hex-grid.small div.hex {
    width: 100%;
    margin: 40px 0 0;
    display: block;
    float: none;
  }
}

.circ.small {
  width: 60px;
}

.circ.small {
  width: 60px;
}
.fonts-display {
  font-family: freightsans_regular, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.fonts-display-secondary {
  font-family: neuzeitgrobold, sans-serif;
  text-transform: none;
  letter-spacing: -3px;
}
.fonts-display-cnd {
  font-family: neuzeitgroextblack, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.clearfix,
.list-hex-grid {
  zoom: 1;
}
.clearfix:after,
.list-hex-grid:after {
  content: "";
  display: table;
  clear: both;
}
.chart div,
.chart svg {
  position: absolute !important;
  top: 0;
  left: 0;
}
.chart .h1 {
  margin: 0;
  height: 120px;
  width: 120px;
  line-height: 120px;
}
.chart.grid-2 {
  width: 120px;
  margin-right: 14px;
  margin-left: 14px;
}
.linegraph svg,
.linegraph div {
  margin: 0 auto;
}
.slider-wrap .loading {
  height: 42px;
  font-size: 50px;
  line-height: 55.5px;
  top: 30%;
}
.slider {
  position: relative;
}
.icon {
  position: relative;
  display: block;
  max-width: 100%;
}
.icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.icon svg {
  display: block;
}
.icon > div + svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.svg_logo {
  position: relative;
  font-size: 10.4em;
  font-family: "Poppins", sans-serif;
  width: 100%;
  font-weight: 800;
  text-align: right;
  -webkit-text-shadow: #9f1f1f 0 0 1px;
  margin: 0 auto;
  padding: 0 auto;
  background: rgba(255, 218, 185, 0.1);
  text-shadow: #9f1f1f 0 0 1px;
  -webkit-font-smoothing: antialiased !important;
}
.text-copy {
  fill: none;
  stroke: rgb(124, 71, 224);
  stroke-dasharray: 7% 29%;
  stroke-width: 7.6px;
  stroke-dashoffset: 0;
  -webkit-animation: stroke-offset 4s infinite linear;
  animation: stroke-offset 4s infinite linear;
}
.text-copy:nth-child(1) {
  stroke: #5717ce;
  animation-delay: -1;
}
.text-copy:nth-child(2) {
  stroke: #f7319a;
  animation-delay: -2s;
}
.text-copy:nth-child(3) {
  stroke: palevioletred;
  animation-delay: -3s;
}
.text-copy:nth-child(4) {
  stroke: rgb(68, 68, 68);
  animation-delay: -4s;
}
.text-copy:nth-child(5) {
  stroke: #9f1f1f;
  animation-delay: -5s;
}
.text-copy:nth-child(6) {
  stroke: #3917ce;
  animation-delay: -6s;
}
@keyframes stroke-offset {
  100% {
    stroke-dashoffset: -35%;
  }
}
.scrollz {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  margin: 2.5rem 0;
  cursor: default;
  overflow: scroll hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 1.25rem;
  scrollbar-width: none;
}
.cardz {
  width: 16rem;
  height: auto;
  flex: 0 0 auto;
  margin: 0 0.75rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: #9f1f1f;
  background: #fff;
  box-shadow: #039fbe;
}
.budget {
  display: inline-block;
  position: relative;
}
.sbutton {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 275ms;
  -o-transition-duration: 275ms;
  -webkit-transition-duration: 275ms;
  transition-duration: 275ms;
  font-size: 15px;
  word-spacing: 1px;
  font-family: freightsans_regular, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-flex;
  vertical-align: middle;
  vertical-align: auto;
  display: inline;
  zoom: 1;
  padding: 9px 21px;
  background-color: #b63616;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.sbutton:hover,
.sbutton:active,
.sbutton:focus {
  color: #fff;
  background-color: #181818;
}
.sbutton.active {
  color: #fff;
  background-color: #ee6557;
}
button.secondary,
.sbutton.secondary {
  background-color: #ee6557;
  color: #fff;
}
.binfo {
  border-radius: 30px;
  background: rgba(241, 240, 220, 0.521);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.fab-wrapper {
  position: fixed;
  bottom: 3.1rem;
  right: 1.4rem;
  z-index: 1000000;
}
.fab-checkbox {
  display: none;
}
.lfab {
  position: absolute;
  bottom: 1rem;
  right: -1rem;
  color: White;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #ad3f38;
  box-shadow: 0 5px 20px #ac807cfa;
  transition: all 0.3s ease;
  z-index: 1000000;
  border-bottom-right-radius: 6px;
  border: 1px solid red;
}
.lfab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.fab-checkbox:checked ~ .lfab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background: #ad3f38;
}
.lfab:hover {
  box-shadow: 0 5px 20px 5px #ad3f38;
}
.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}
.fab-dots-1 {
  left: 15px;
  animation-delay: 0s;
}
.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.fab-dots-3 {
  right: 15px;
  animation-delay: 0.8s;
}
.fab-checkbox:checked ~ .lfab .fab-dots {
  height: 6px;
}
.lfab .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}
.fab-checkbox:checked ~ .lfab .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .lfab .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}
@keyframes blink {
  50% {
    opacity: 0.25;
  }
}
.fab-checkbox:checked ~ .lfab .fab-dots {
  animation: none;
}
.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  border: 1px solids;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}
.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}
.fab-action {
  position: absolute;
  background: rgb(0, 0, 0);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White;
  transition: all 1s ease;
  opacity: 0;
}
.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 3;
  color: White;
}
.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
  -webkit-animation: 1.5s linear 0s infinite normal pulse;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  animation: 1.5s linear 0s infinite normal pulse;
}
.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
  -webkit-animation: 1.5s linear 0s infinite normal pulse;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  animation: 1.5s linear 0s infinite normal pulse;
}
.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
  -webkit-animation: 1.5s linear 0s infinite normal pulse;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  animation: 1.5s linear 0s infinite normal pulse;
}
.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
  -webkit-animation: 1.5s linear 0s infinite normal pulse;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  animation: 1.5s linear 0s infinite normal pulse;
}
@keyframes pulse {
  0% {
    box-shadow: 0 1px 0 3px #ab1a1a30, 0 0 0 0 #ef242450;
  }
  30% {
    box-shadow: 0 1px 0 3px #ab1a1a30, 0 0 0 5px #ef242450;
  }
  70% {
    box-shadow: 0 1px 0 3px #ab1a1a30, 0 0 0 15px #ef242410;
  }
  100% {
    box-shadow: 1px 1px 2px 1px #ab1a1a30, 0 0 0 20px transparent;
  }
}
.form-control {
  display: inline-block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.card {
  box-shadow: 0 15px 35px -5px rgba(50, 88, 130, 0.32);
  border-radius: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s;
}
.card:hover {
  transform: scale(1.02);
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}
.card {
  background: #fff none repeat scroll 0% 0%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
@keyframes updowncontroller {
  0% {
    transform: rotate(-90deg) translate(-56px, 66px);
  }
  80%,
  100% {
    transform: rotate(-70deg) translate(10px, 66px);
  }
}
.icons li {
  background: none repeat scroll 0 0 #fff;
  height: 7px;
  width: 7px;
  line-height: 0;
  list-style: none outside none;
  margin-right: 15px;
  margin-top: 3px;
  vertical-align: top;
  border-radius: 50%;
  pointer-events: none;
}
.icons {
  background: none repeat scroll 0 0 #fff;
  height: 50px;
  width: 80px;
  -o-border-radius: 30%;
  pointer-events: none;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  -ms-border-radius: 30%;
  border-radius: 30%;
}
.dropdown a:hover {
  background-color: #f1f1f1;
}
.show {
  display: block;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}
.containers {
  padding: auto;
  margin: auto;
}
/* Ember Promo*/
.confetti {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 150%;
  overflow: hidden;
  z-index: 8;
}
.confetti.show {
  /* Visible state */
  display: flex;
}
.confetti-piece {
  position: absolute;
  width: 10px;
  height: 30px;
  background: #ffd300;
  top: 0;
  opacity: 0;
}
.confetti-piece:nth-child(1) {
  left: 7%;
  -webkit-transform: rotate(-40deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 182ms;
  -webkit-animation-duration: 1116ms;
}
.confetti-piece:nth-child(2) {
  left: 14%;
  -webkit-transform: rotate(4deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 161ms;
  -webkit-animation-duration: 1076ms;
}
.confetti-piece:nth-child(3) {
  left: 21%;
  -webkit-transform: rotate(-51deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 481ms;
  -webkit-animation-duration: 1103ms;
}
.confetti-piece:nth-child(4) {
  left: 28%;
  -webkit-transform: rotate(61deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 334ms;
  -webkit-animation-duration: 708ms;
}
.confetti-piece:nth-child(5) {
  left: 35%;
  -webkit-transform: rotate(-52deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 302ms;
  -webkit-animation-duration: 776ms;
}
.confetti-piece:nth-child(6) {
  left: 42%;
  -webkit-transform: rotate(38deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 180ms;
  -webkit-animation-duration: 1168ms;
}
.confetti-piece:nth-child(7) {
  left: 49%;
  -webkit-transform: rotate(11deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 395ms;
  -webkit-animation-duration: 1200ms;
}
.confetti-piece:nth-child(8) {
  left: 56%;
  -webkit-transform: rotate(49deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 14ms;
  -webkit-animation-duration: 887ms;
}
.confetti-piece:nth-child(9) {
  left: 63%;
  -webkit-transform: rotate(-72deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 149ms;
  -webkit-animation-duration: 805ms;
}
.confetti-piece:nth-child(10) {
  left: 70%;
  -webkit-transform: rotate(10deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 351ms;
  -webkit-animation-duration: 1059ms;
}
.confetti-piece:nth-child(11) {
  left: 77%;
  -webkit-transform: rotate(4deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 307ms;
  -webkit-animation-duration: 1132ms;
}
.confetti-piece:nth-child(12) {
  left: 84%;
  -webkit-transform: rotate(42deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 464ms;
  -webkit-animation-duration: 776ms;
}
.confetti-piece:nth-child(13) {
  left: 91%;
  -webkit-transform: rotate(-72deg);
  -webkit-animation: makeItRain 1000ms infinite ease-out;
  -webkit-animation-delay: 429ms;
  -webkit-animation-duration: 818ms;
}
.confetti-piece:nth-child(odd) {
  background: #7431e8;
}
.confetti-piece:nth-child(even) {
  z-index: 1;
}
.confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  -webkit-animation-duration: 2000ms;
}
.confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  -webkit-animation-duration: 2500ms;
  -webkit-animation-delay: 1000ms;
}
.confetti-piece:nth-child(4n-7) {
  background: red;
}
@-webkit-keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(700px);
  }
}
.team_banner {
  min-width: 100%;
}
.main-container {
  max-width: 1300px;
  margin: 20px auto;
  margin-top: 70px;
  position: relative;
  padding: 0 15px;
}

.banner-wrapper {
  background: #444444;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.top-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.main-banner {
  background: linear-gradient(135deg, #f0f0f0 0%, #d8d8d8 100%);
  border-radius: 15px;
  padding: 40px;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.main-banner::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, #9f1f1f, #ca728b);
  opacity: 0.3;
  border-radius: 50%;
  filter: blur(60px);
}

.main-banner p {
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.riddle {
  z-index: 2;
  margin-bottom: 15px;
  position: relative;
}

.start-journey-btn {
  background: #a0463d;
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 11;
}

.start-journey-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #771f1e56;
}

.social-links {
  position: absolute;
  bottom: 10px;
  left: 40px;
  float: right;
  display: flex;
  gap: 15px;
  z-index: 11;
}

.social-links a {
  width: 35px;
  height: 35px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

.social-links a:hover {
  transform: translateY(-3px);
  background: #ca728b;
  color: white;
}

.glass-image {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 130px;
  height: 130px;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.2),
    rgba(255, 149, 88, 0.3)
  );
  border-radius: 15px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  transform: rotate(-5deg);
}

.triangles {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 140px solid rgba(255, 107, 53, 0.25);
  left: 0px;
  backdrop-filter: blur(10px);
  top: 30%;
  transform: translateY(-50%) rotate(15deg);
  filter: blur(2px);
  z-index: 0;
}

.circles {
  position: absolute;
  width: 130px;
  height: 130px;
  background: linear-gradient(
    45deg,
    rgba(255, 107, 53, 0.2),
    rgba(255, 149, 88, 0.3)
  );
  border-radius: 50%;
  left: 80px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  bottom: 40px;
  backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  z-index: 0;
}

.signup-panel {
  background: linear-gradient(135deg, #9f1f1f, #ca728b);
  border-radius: 15px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.signup-panel::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.1) 10px,
    rgba(255, 255, 255, 0.1) 20px
  );
  top: -50%;
  left: -50%;
  animation: slide 20s linear infinite;
}

@keyframes slide {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(50px, 50px);
  }
}

.signup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.signup-header h2 {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}

.signup-header a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
  z-index: 11;
}

.form-group label {
  color: white;
  font-size: 0.85rem;
  margin-bottom: 8px;
  display: block;
}

.form-group input {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
}

.access-code-group {
  margin-bottom: 20px;
}

.access-code-group label {
  color: white;
  font-size: 0.85rem;
  margin-bottom: 8px;
  display: block;
}

.access-code-inputs {
  display: flex;
  gap: 6px;
  justify-content: flex-start;
  overflow-x: auto;
  padding: 0;
}

.access-code-inputs input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 1.2rem;
  border: none;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
  z-index: 11;
}

.access-code-inputs {
  scrollbar-width: none;
}

.access-code-inputs::-webkit-scrollbar {
  display: none;
}

.radio-group {
  display: flex;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
}

.radio-option input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: white;
}

.signup-btn {
  background: #a0463d;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  border: 1px solid #d8d8d8;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 11;
  margin-top: 20px;
  right: 20px;
  float: right;
}

.signup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #771f1e93;
}

.bottom-section {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.4fr;
  gap: 15px;
}

.stat-card {
  border-radius: 15px;
  padding: 25px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 140px;
}

.stat-card.dark {
  background: linear-gradient(135deg, #3a3a3a, #4a4a4a);
  box-shadow: 0 2px 12px rgba(255, 124, 64, 0.4);
}

.stat-card.orange {
  background: linear-gradient(135deg, #be552fff, #ff8c4b);
  border: 0.5px solid #ad3f38;
}

.stat-number {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 5px;
}

.stat-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.1;
}

.corner-number {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: bold;
}

.tips-card {
  background: linear-gradient(135deg, #f1d8b8, #ad3f38);
  border-radius: 15px;
  padding: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
  box-shadow: 0 2px 12px rgba(255, 124, 64, 0.4);
}

.tips-image {
  width: 100px;
  height: 80px;
  background: linear-gradient(135deg, #ff9558, #f1d8b8);
  border-radius: 10px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.tips-image::after {
  content: "";
  position: absolute;
  inset: 10%;
  background: url("../img/a5cor3.gif") no-repeat center center;
  background-size: cover;
  border-radius: 5px;
}

.tips-content h3 {
  font-size: 1rem;
  font-weight: 900;
  color: #e7dfdfff;
  margin-bottom: 5px;
}

.tips-content p {
  font-size: 0.8rem;
  color: #fcf9f9ff;
  line-height: 1.4;
}
.tips-content li {
  color: white;
  font-size: 0.80rem;
  -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.start-label li, .stat-label li {
  color: rgb(192, 188, 188);
  font-size: 0.85rem;
  -webkit-text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .top-section {
    grid-template-columns: 1fr;
  }

  .bottom-section {
    grid-template-columns: 1fr;
  }

  .main-banner h1 {
    font-size: 1.7rem;
  }

  .glass-image {
    width: 120px;
    height: 150px;
  }

  .tips-card {
    flex-direction: column;
    text-align: center;
  }

  .start-journey-btn {
    bottom: 20px;
  }

  .social-links {
    right: 10px;
    bottom: 7px;
  }

  .main-banner {
    padding: 25px;
  }
}

@media (max-width: 988px) {
  .access-code-inputs input {
    width: 28px;
    font-size: 1rem;
    padding: 0;
  }

  .signup-panel .access-code-inputs {
    padding: 0 !important;
  }

  .signup-panel .access-code-inputs {
    margin-left: -10px;
    margin-right: -25px;
  }
}

@media (max-width: 530px) {
  .signup-panel .access-code-inputs {
    padding: 0 !important;
  }

  .signup-panel .access-code-inputs {
    margin-left: -10px;
    margin-right: -25px;
  }

  .access-code-inputs input {
    width: 40px;
    height: 32px;
    font-size: 1rem;
    padding: 0;
  }

  .access-code-inputs {
    gap: 3px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 467px) {
  .access-code-inputs input {
    width: 37px;
  }
}

@media (max-width: 438px) {
  .access-code-inputs input {
    width: 34px;
  }
}

@media (max-width: 414px) {
  .access-code-inputs input {
    width: 32px;
  }
}

@media (max-width: 396px) {
  .access-code-inputs input {
    width: 30px;
  }
}

@media (max-width: 377px) {
  .access-code-inputs input {
    width: 28px;
  }
}

@media (max-width: 360px) {
  .access-code-inputs input {
    width: 27px;
  }
}

@media (max-width: 347px) {
  .access-code-inputs input {
    width: 26px;
  }
}

@media (max-width: 330px) {
  .access-code-inputs input {
    width: 24px;
  }
}
/** creative **/

#style-4 {
  overflow: hidden;
  position: relative;
  margin-bottom: -5px;
  display: inline-block;
}

#style-4 span {
  color: #f11c00be;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1); /* easeInOutQuart */
}

#style-4::before,
#style-4::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

#style-4::before {
  background-color: #d37d2cbe;
  height: 2px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

#style-4:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

#style-4::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: var(--link-1);
}

#style-4:hover::after {
  transform: translate3d(0, 0, 0);
}

#style-4:hover span {
  transform: translate3d(-200%, 0, 0);
}

/** earnings **/
.overflow-hidden-e {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}
.earn_p {
  font-size: 45px;
  line-height: 1.4;
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
}
.earn_h2,
#first-text,
#second-text {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  -webkit-text-transform: capitalize;
  -webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 1.2px;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  z-index: 120;
}
.pinWrapper {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 11;
}
.scrollmagic-pin-spacer {
  position: absolute !important;
  clip: rect(auto, auto, auto, auto);
}
.event {
  position: relative;
  overflow: hidden;
  height: 100svh;
  width: 100vw;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.event::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#section1.event::before {
  background-color: rgb(21 22 28 / 15%);
}
#section2.event::before {
  background-color: rgb(21 22 28 / 34%);
}
#section3.event::before {
  background-color: rgb(86 82 76 / 57%);
}
#section4.event::before {
  background-color: rgb(120 115 103 / 58%);
}

#section1 {
  background-image: url("https://www.yudiz.com/codepen/studio-r/bg-living.jpg");
}
#section2 {
  background-image: url("https://www.yudiz.com/codepen/studio-r/bg-kitchen.jpg");
}
#section3 {
  background-image: url("https://www.yudiz.com/codepen/studio-r/bg-badroom.jpg");
}
#section4 {
  background-image: url("https://www.yudiz.com/codepen/studio-r/bg-office.jpg");
}
.image {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  background-size: cover;
  background-position: center center;
  -webkit-transition: width 1s, height 1s;
  transition: width 1s, height 1s;
  -webkit-box-shadow: 2px 2px 10px 10px rgb(0 0 0 / 12%);
  box-shadow: 2px 2px 10px 10px rgb(0 0 0 / 12%);
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 8888;
  overflow: hidden;
  border-radius: 0;
}
.image:not(#loaderVideo) {
  top: -50%;
  width: 500px;
  height: 500px;
  left: auto;
  right: 100px;
  position: absolute;
  border-radius: 12px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#section1 .image video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}
#section2 .image {
  background-image: url("https://www.yudiz.com/codepen/studio-r/bg-kitchen.jpg");
}
#section3 .image {
  background-image: url("https://www.yudiz.com/codepen/studio-r/bg-badroom.jpg");
}
#section4 .image {
  background-image: url("https://www.yudiz.com/codepen/studio-r/bg-office.jpg");
}

/* Section Text */
.texts {
  top: -50%;
  left: 0;
  position: absolute;
  -webkit-transform: translate(100px, -50%);
  transform: translate(100px, -50%);
  width: 43%;
}
#section1 .text {
  top: 50%;
}

/* Scroll Button */
.scrollBtn {
  position: absolute;
  bottom: 2.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100px;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}
.scrollBtn.move {
  visibility: hidden;
  opacity: 0;
}
.scrollBtn span {
  width: 12px;
  height: 12px;
  display: block;
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
  margin: auto;
}
.scrollBtn h6 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  -webkit-text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}
@-webkit-keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}

/* Preloader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#preloader img,
#preloader video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#preloader::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.text-wrapper {
  text-align: center;
  height: 24px;
  overflow: hidden;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
#first-text {
  -webkit-animation: moveUp 1s 1s forwards;
  animation: moveUp 1s 1s forwards;
}
#second-text {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-animation: scrollup 1s 1.2s forwards, moveUpAgain 1s 2.2s forwards;
  animation: scrollup 1s 1.2s forwards, moveUpAgain 1s 2.2s forwards;
}
@keyframes moveUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
@-webkit-keyframes moveUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}

@keyframes scrollup {
  100% {
    transform: translateY(-54px);
  }
}
@-webkit-keyframes scrollup {
  100% {
    transform: translateY(-54px);
  }
}

@keyframes moveUpAgain {
  0% {
    transform: translateY(-54px);
    opacity: 1;
  }
  60% {
    transform: translateY(-54px);
    opacity: 1;
  }
  100% {
    transform: translateY(-60px);
    opacity: 0;
  }
}
@-webkit-keyframes moveUpAgain {
  0% {
    transform: translateY(-54px);
    opacity: 1;
  }
  60% {
    transform: translateY(-54px);
    opacity: 1;
  }
  100% {
    transform: translateY(-60px);
    opacity: 0;
  }
}

/* Media Query */
@media screen and (max-width: 1399px) {
  .texts {
    -webkit-transform: translate(60px, -50%);
    transform: translate(60px, -50%);
  }
  .image:not(#loaderVideo) {
    height: 450px;
    width: 450px;
    right: 80px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 1199px) {
  .texts {
    -webkit-transform: translate(40px, -50%);
    transform: translate(40px, -50%);
    width: 44%;
  }
  .image:not(#loaderVideo) {
    height: 400px;
    width: 400px;
    right: 60px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .texts {
    -webkit-transform: translate(24px, -50%);
    transform: translate(24px, -50%);
    width: 44%;
  }
  .image:not(#loaderVideo) {
    height: 310px;
    width: 310px;
    right: 40px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .image:not(#loaderVideo) {
    height: 220px;
    width: 220px;
  }
}
@media screen and (max-width: 576px) {
  .texts {
    top: -36%;
    width: 100%;
    width: calc(100% - 80px);
  }
  #section1 .texts {
    top: 64%;
  }
  .image:not(#loaderVideo) {
    top: -75%;
    left: 24px;
    right: auto;
    -webkit-transform: translate(0%, -25%);
    transform: translate(0%, -25%);
  }
}

.fancySelect {
  transition: all 0.3s ease;
  color: #333;
  border: 2px solid transparent;
}

.fancySelect:hover,
.fancySelect:focus {
  border-color: #6a11cb;
  box-shadow: 0 5px 20px rgba(106, 17, 203, 0.2);
  transform: translateY(-2px);
}

/* Custom options styling */
.fancySelect option {
  padding: 15px 20px;
  font-size: 1rem;
  background: white;
  color: #333;
  transition: all 0.3s ease;
}

/* Hover effect for options (works in some browsers) */
.fancySelect option:hover {
  background: linear-gradient(135deg, #3f313c 0%, #564057 100%) !important;
  color: white !important;
  box-shadow: 0 0 10px rgba(106, 17, 203, 0.3);
}

/* Firefox specific styling */
@-moz-document url-prefix() {
  .fancySelect option {
    background-color: white;
  }

  .fancySelect option:hover,
  .fancySelect option:focus {
    background-color: #cb118d81 !important;
    color: white !important;
  }
}
/* Animation for the form */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Background image layer */
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 0;
}

.background-image.active {
  opacity: 0.15; /* Subtle overlay effect */
}

/* Gradient overlay for better text readability */

/* Background floating elements */
.floating-element {
  position: absolute;
  pointer-events: none;
  z-index: 2; /* Above background images but below text */
  opacity: 0;
}

.floating-icon {
  font-size: 2rem;
  filter: blur(1px);
  opacity: 0.3;
}

.floating-shape {
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.2;
}

.floating-geometric {
  opacity: 0.15;
  filter: blur(1.5px);
}

.main-banner h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
  z-index: 3; /* Above all background layers */
  min-height: 120px; /* Prevent layout shift */
}

.main-banner p {
  color: #4a4a4a;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
  position: relative;
  z-index: 3; /* Above all background layers */
  min-height: 80px; /* Prevent layout shift */
}

/* Animation classes */
.text-fade-out {
  opacity: 0;
  transform: translateY(-20px);
}

.text-fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: Add a subtle typing cursor effect */
.typing-cursor::after {
  content: "|";
  animation: blink 1s infinite;
  color: #a0463d;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}

/* Your existing styles */
.main-banner::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, #9f1f1f, #ca728b);
  opacity: 0.3;
  border-radius: 50%;
  filter: blur(60px);
}

.start-journey-btn {
  background: #a0463d;
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 3; /* Above all background layers */
}

.start-journey-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #771f1e56;
}
/** Creative group**/
.dashboard-container {
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.metric-card {
  border-radius: 20px;
  padding: 25px;
  height: 100%;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.center-card {
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  min-height: 350px;
}
.center-metric2 {
  position: relative;
  bottom: 0;
}

.progress-circle {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
}

.progress-circle svg {
  transform: rotate(-90deg);
}

.progress-circle .progress-ring {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 6;
}

.progress-circle .progress-value {
  fill: none;
  stroke: #ff4757;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 120.4;
  stroke-dashoffset: 67.1;
  transition: stroke-dashoffset 0.5s ease;
}

.metric-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 5px;
}

.metric-label {
  font-size: 0.9rem;
  color: #34495e;
  font-weight: 600;
}

.center-metric {
  font-size: 0.9rem;
  font-weight: 900;
  color: #2c3e50;
  margin-bottom: 11px;
}

.center-sublabel {
  font-size: 1.1rem;
  color: #34495e;
  font-weight: 600;
}

.person-placeholder {
  width: 300px;
  height: 350px;
  background: transparent;
  position: absolute;
  left: 40%;
  right: 50%;
  top: 98%;
  z-index: 1;
  align-items: center;
  justify-content: center;

  img:hover {
    transform: translateY(-5px);
  }
}

.floating-metrics {
  position: absolute;
  background: white;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  font-weight: 600;
}

.metric-1 {
  top: 20px;
  right: 2px;
  color: #e74c3c;
}
.youngb {
  bottom: 1px;
  position: relative;
}
.metric-2 {
  top: 30px;
  left: 50px;
  color: #f39c12;
}

.metric-3 {
  bottom: 100px;
  left: 50px;
  color: #27ae60;
}

.metric-4 {
  bottom: 100px;
  right: 10px;
  color: #3498db;
}

.positive-change {
  color: #27ae60;
  font-weight: 600;
}

.team-avatars {
  display: flex;
  align-items: center;
  gap: -8px;
  margin-bottom: 15px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid white;
  background: linear-gradient(45deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 0.8rem;
  margin-left: -8px;
}

.avatar:first-child {
  margin-left: 0;
}

.more-count {
  background: #34495e;
  font-size: 0.7rem;
}

.agency-card {
  background: #2c3e50;
  color: white;
  display: flex;
  align-items: center;
}

.agency-avatars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.agency-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(45deg, #3498db, #9b59b6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.8rem;
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.font-preview {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.color-swatch {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.color-1 {
  background: #2c3e50;
}

.color-2 {
  background: #95a5a6;
}

.color-3 {
  background: #e74c3c;
}

.color-4 {
  background: #f8c1c7;
}

.logo-placeholder {
  width: 80px;
  height: 80px;
  background: #2c3e50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.2rem;
}

@media (max-width: 992px) {
  .center-card {
    min-height: 300px;
  }

  .person-placeholder {
    width: 150px;
    height: 200px;
  }

  .floating-metrics {
    font-size: 0.7rem;
    padding: 8px 12px;
  }

  .metric-number {
    font-size: 2rem;
  }

  .center-metric {
    font-size: 0.4rem;
  }
}

@media (max-width: 768px) {
  .dashboard-container {
    padding: 15px;
  }

  .metric-card {
    padding: 20px;
    margin-bottom: 15px;
  }

  .center-card {
    min-height: 250px;
  }

  .person-placeholder {
    width: 120px;
    height: 150px;
    right: 10px;
    top: 340%;
  }

  .floating-metrics {
    position: static;
    margin: 10px 0;
    display: inline-block;
  }
}

.buildf {
  /* Default clamp for desktop/tablet (768px and up) */
  min-width: clamp(450px, 50vw, 650px);
}

.colord {
  background: #ffdddc;
}

.colorg {
  background: #fff4f4;
}

.top_section {
  margin-bottom: 3.5px;
  margin-top: 4.5em;
}

.header_t {
  font-size: 7.2vw;
  line-height: 5.4vw;
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  background: url(https://i.pinimg.com/564x/a5/dc/ae/a5dcaee09eb5aa72b1dbc2af18e56a99.jpg);
  background-size: auto 40%;
  background-position: 50% 50%;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0.08);
  animation: zoomout 10s ease 500ms forwards;
  z-index: 130;
  text-align: center;
}

@keyframes zoomout {
  from {
    background-size: 40%;
  }

  to {
    background-size: 10%;
  }
}
/* Mobile styles (768px and down) */
@media (max-width: 768px) {
  .buildf {
    min-width: unset !important;
    /* Optional: add responsive width for mobile */
    width: 100%;
    max-width: 100%;
  }
  .header_t {
    font-size: 10vw;
    line-height: 10vw;
  }
  .center-metric {
    font-size: 4.5vw;
  }
}
.hp-field {
  position: absolute;
  left: -9999px; /* move it off-screen */
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  input{position: absolute;
  left: -9999px; /* move it off-screen */
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;}
}