* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  /* cursor: none !important; */
}

@font-face {
  font-family: "Dirtyline 36Daysoftype 2022";
  src: url('/assets/vendor/fonts/Dirtyline36Daysoftype2022/Dirtyline36Daysoftype2022-Reg.eot');
  src: url('/assets/vendor/fonts/Dirtyline36Daysoftype2022/Dirtyline36Daysoftype2022-Reg.eot?#iefix') format("embedded-opentype"), url('/assets/vendor/fonts/Dirtyline36Daysoftype2022/Dirtyline36Daysoftype2022-Reg.woff2') format("woff2"), url('/assets/vendor/fonts/Dirtyline36Daysoftype2022/Dirtyline36Daysoftype2022-Reg.woff') format("woff"), url('/assets/vendor/fonts/Dirtyline36Daysoftype2022/Dirtyline36Daysoftype2022-Reg.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Rockstar';
  src: url('/assets/vendor/fonts/rockstar_4/Rockstar-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('/assets/vendor/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

::-moz-selection {
  /* Code for Firefox */
  color: rgb(161, 0, 0);
}

::selection {
  color: rgb(161, 0, 0);
}

:root {
  --g-primary-color: #dc1c24;
  --g-bg-color: #ffffff;
  --g-text-color: #121315;
  --g-border-color: #ddd;
  --g-hover-color: #e74c3c;
  --g-shadow-color: rgba(0, 0, 0, 0.1);
  --g-button-bg-color: #dc1c24;
  --g-button-text-color: #ffffff;
  --g-link-color: #dc1c24;
  --g-link-hover-color: #e74c3c;
  --g-card-bg-color: #f9f9f9;
  --g-gary-bg-color: #a6a9b033;
  --g-light-primary: #ffffff;

  --g-heading-font: 'Dirtyline 36Daysoftype 2022', sans-serif;
  --g-body-font: 'Poppins', sans-serif;


  --g-max-width: 2024px;
}

::-webkit-scrollbar {
  height: 12px;
  width: 5px;
  background: #121315;
}

body,
html {
  font-weight: 400;
  color: #e0eeee;
  scrollbar-color: rgba(252, 197, 197, 0.5) #121315;
  scrollbar-width: 1px !important;
  scroll-behavior: smooth;
}

/* #body {
  overflow: hidden !important;
} */

html {
  font-family: Syne, sans-serif;
  font-size: 1vw;
  font-variant-numeric: lining-nums;
}

@media (min-width: 280px) {
  html {
    font-size: 2.5vw;
  }
}

@media (min-width: 640px) {
  html {
    font-size: 2vw;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 1.8vw;
  }
}

@media (min-width: 1280px) {
  html {
    font-size: 1.5vw;
  }
}

@media (min-width: 1536px) {
  html {
    font-size: 1.3vw;
  }
}

@media (min-width: 1920px) {
  html {
    font-size: 1vw;
  }
}

body {
  background-color: var(--g-bg-color);
  transition: background-color 5;
  overflow: hidden;
  overflow-y: scroll;
  font-family: var(--g-body-font);
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-end {
  text-align: end;
}

/* .custom-cursor {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #ddd;
  mix-blend-mode: difference;
  pointer-events: none;
  transform-origin: center;
  transition: transform 0.3s, filter 0.3s;
  rotate: 110deg;
  transform: translateY(3px) translateX(10px);
  filter: drop-shadow(0 0 3px #000);
  z-index: 999;
} */

/* Layouts */
.container {
  width: 100%;
  /* max-width: var(--g-max-width);position: relative; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 540px) {
  .tr__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 720px) {
  .tr__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 960px) {
  .tr__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1140px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1920px) {
  .container {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-content: center;
}

[class*="col-"] {
  padding: 15px;
  box-sizing: border-box;
}

.col-1 {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}

.col-2 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col-5 {
  flex: 0 0 41.66%;
  max-width: 41.66%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33%;
  max-width: 58.33%;
}

.col-8 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33%;
  max-width: 83.33%;
}

.col-11 {
  flex: 0 0 91.66%;
  max-width: 91.66%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col-md-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .col-md-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .col-md-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .col-md-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .col-sm-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col-sm-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .col-sm-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .col-sm-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .col-sm-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .col-xs-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col-xs-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .col-xs-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .col-xs-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .col-xs-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Display */

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

/* Flex Direction */
.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* Flex Wrap */
.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-inline-grid {
    display: inline-grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-inline-grid {
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-inline-grid {
    display: inline-grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }
}

/* Margin & Padding */

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.rounded {
  border-radius: 50%;
}

/* Justify Content Classes */
.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* Align Items Classes */
.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

/* Text Alignment Classes */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

/* Text Wrapping and Transform Classes */
.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

/* Text Weight Classes */
.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.big-title {
  color: var(--g-text-color);
  font-size: 6rem;
  /* font-weight: 800; */
  font-family: var(--g-heading-font);
  width: 100%;
}

.title {
  color: var(--g-text-color);
  font-size: 3.5rem;
  /* font-weight: 800; */
  font-family: var(--g-heading-font);
  width: 100%;
  text-transform: lowercase;
}

.sub-title {
  color: var(--g-text-color);
  font-size: 1rem;
  font-family: var(--g-body-font);
}

.primary-outline-btn {
  padding: 1rem 2rem;
  outline: none;
  box-shadow: none;
  border: .15rem solid var(--g-primary-color);
  font-family: var(--g-body-font);
  border-radius: 5rem;
  font-size: .9rem;
  line-height: 1rem;
  font-weight: 800;
  background-color: transparent;
  color: var(--g-primary-color);
}

@media (max-width: 1800px) {
  .big-title {
    font-size: 4rem;
  }
}

@media (max-width: 1400px) {
  .big-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 1024px) {
  .big-title {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .big-title {
    font-size: 3rem;
  }

  .sub-title {
    font-size: .6;
  }

  .custom-cursor {
    display: none;
  }
}

@media (max-width: 467px) {
  .big-title {
    font-size: 2.2rem;
  }

  .sub-title {
    font-size: .5;
  }
}


.section-100 {
  min-height: 100vh;
  display: flex;
}

.s-b span {
  display: block;
}

.bg-text-e {
  background: linear-gradient(90deg, #d80000 50%, #252525 0);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
}

.h-70 {
  height: 70vh;
}

.no-white-space {
  white-space: nowrap;
}

.ml-auto {
  margin-left: auto;
}

.marquee {
  margin: 2rem 0;
  font-size: clamp(4vw, 4rem, 8vw);
  overflow: hidden;
}

.marquee span {
  display: inline-block;
  white-space: nowrap;
  color: #00112C;
  width: var(--tw);
  text-shadow: var(--tw) 0 currentColor,
    calc(var(--tw) * 2) 0 currentColor;

  will-change: transform;
  animation: marquee var(--ad) linear infinite;
  animation-play-state: paused;
}

.marquee:hover span {
  animation-play-state: running;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*  
* on MacOs: System Preferences > 
*           Accessibility > 
*           Display > Reduce motion
*/

@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation: none;
    text-shadow: none;
    width: auto;
    display: block;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
  }
}

.marquee span {
  animation-play-state: running;
}

label {
  font: .85rem Courier;
  margin-left: .5em
}




/*---------------------------------------------------------------------
                        Mouse cursor
-----------------------------------------------------------------------*/


#fluid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: -1;
}


#wrapper {
  overflow-x: hidden !important;
}

#bodyForScroll {
  z-index: 10;
}

div:has(svg),
a {
  -webkit-tap-highlight-color: transparent;
  /* user-select: none; */
  outline: none;
}




/*---------------------------------------------------------------------
                        Marquee
-----------------------------------------------------------------------*/


.marquee-section {
  margin-bottom: 10rem;
  margin-top: 10rem;
}

.marquee.gap {
  /* gap: 2rem; */
  overflow: hidden;
}

.animation-marquee {
  animation: ticker var(--speed, 6s) infinite linear;
  -webkit-animation: ticker var(--speed, 6s) infinite linear;
  transition: .3s all;
}

.animation-marquee h2 {
  white-space: nowrap;
  font-family: var(--g-heading-font);
  text-transform: lowercase;
  font-size: 11rem;
  line-height: 10rem;
  font-weight: 100;
}

.marquee .line {
  width: 8rem;
  height: .6rem;
  background-color: var(--g-text-color);
}

.animation-marquee.right {
  animation: ticker-right var(--speed, 6s) infinite linear;
  -webkit-animation: ticker-right var(--speed, 6s) infinite linear;
}

/* .marquee:hover > * {
  animation-play-state: paused;
} */
.animation-marquee :is(.spacing, svg) {
  margin-inline-end: var(--col-gap-desktop, var(--col-gap));
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes ticker-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

@media screen and (max-width: 767px) {
  .animation-marquee h2 {
    font-size: 6rem;
    line-height: 6rem;
  }

  .marquee-section {
    margin-bottom: 12rem;
    margin-top: 10rem;
  }
}




/*---------------------------------------------------------------------
                        Header 
-----------------------------------------------------------------------*/
.header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.inner-header {
  justify-content: space-between;
  /* max-width: var(--g-max-width); */
  padding-top: 1.5rem;
  align-items: center;
}

.inner-header .logo figure {
  height: 2.2rem;
}

.inner-header .logo img {
  height: 100%;
  width: auto;
  padding: 5px 0;
}

.inner-header .menu-toggle {
  padding: 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: var(--g-gary-bg-color); */
}

.menu-toggle {
  cursor: pointer;
}

.menu-toggle svg {
  height: 1.5rem;
  width: 1.5rem;
}

.pageChangeTranWrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  justify-content: center;
}

.pageChangeTran {
  width: 100%;
  height: 100%;
  background-color: var(--g-bg-color);
  position: relative;
  transform: translateY(100vh);
}

.pageChangeTran:nth-child(1) {
  background: var(--g-primary-color);
  position: absolute;
  height: 110%;
}

/* #menu-x{
  display: none;
} */

#header.nav-show {
  background-color: var(--g-bg-color);

}

#nav {
  width: 100%;
  height: 95vh;
  position: relative;
  overflow: hidden;
  z-index: ;
  padding-bottom: 10vh;
}

#nav ul {
  list-style: none;
}


#nav a {
  text-decoration: none;
  color: var(--g-text-color);
}

#nav .nav-item {
  font-family: var(--g-heading-font);
  font-size: 4rem;
  line-height: 3.5rem;
  text-transform: lowercase;
  transition: all .4s ease-in-out;
}

#nav .nav-item a {
  background: linear-gradient(90deg, #ffffff 50%, #d80000 0);
  background-size: 200% 100%;
  background-position-x: 200%;
  color: transparent;
  background-clip: text;
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
  opacity: 1;
  padding-left: 40px;
  transition: all .7s ease-in-out;
}

#nav .nav-right {
  padding-bottom: 1rem;
}

#nav ul:hover .nav-item:hover~.nav-item a,
#nav ul:hover .nav-item:not(:hover) a {
  opacity: .3;
  transition: all .7s ease-in-out;
}

#nav ul:hover .nav-item:hover a {
  background-position-x: 100%;
  left: 3rem;
  transition: all .7s ease-in-out;
}

#nav ul .nav-item a:after {
  position: absolute;
  content: '';
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  left: 0;
  transform: translateY(-30%);
  background-color: var(--g-button-bg-color);
  opacity: 0;
  scale: .1;
  transition: all .7s ease-in-out;
}

#nav ul:hover .nav-item:hover a:after {
  opacity: 1;
  scale: 1;
  transition: all .7s ease-in-out;
}

.nav-right {
  gap: 10px;
}

.nav-social {
  gap: 10px;
}

.nav-social img {
  width: 30px;
}



/*---------------------------------------------------------------------
                        Hero 
-----------------------------------------------------------------------*/
.services,
.video {
  margin-bottom: 2rem;
  position: relative;
}

.hero-container {
  min-height: 70svh;
  position: relative;
}

.hero-container .big-title {
  margin-bottom: 20px;
  color: var(--g-light-primary);
}

.hero-container .big-title .sub-t {
  font-size: 3rem;
  color: var(--g-light-primary);
}

.hero-container .sub-title {
  padding-bottom: 6rem;
}

.hero-container .primary-outline-btn:nth-child(3),
.hero-container .primary-outline-btn:nth-child(4) {
  position: absolute;
}

.hero-container .primary-outline-btn:nth-child(3) {
  bottom: -4rem;
  left: 0px;
}

.hero-container .primary-outline-btn:nth-child(4) {
  bottom: -4rem;
  right: 0px;
}

@media (max-width: 767px) {
  .hero-container .sub-title {
    width: 80%;
  }

  .inner-header .logo figure {
    height: 9vw;
  }
}







/*---------------------------------------------------------------------
                        Video 
-----------------------------------------------------------------------*/
.video {
  display: flex;
  justify-content: center;
  padding-top: 3vh;
  margin-bottom: 10vh;
}

.video-container {
  height: auto;
}

.video-container video {
  width: 100%;
  position: relative;
  /* border-radius: 50rem;
  transform: translateY(-250%);
  scale: .3; */
}







/*---------------------------------------------------------------------
                        Works 
-----------------------------------------------------------------------*/
.works {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .works {
    padding-top: 3rem;
  }

  .works .h-70 {
    height: auto;
  }
}

.work-content {
  width: 50%;
}

.work-btn-area {
  width: 50%;
  position: relative;
}

.social-media-title span,
.about-title span,
.clients-title,
.work-title span {
  font-size: 6rem;
  position: relative;
  text-transform: lowercase;
}

.team-sub-title,
.service-sub-title,
.work-sub-title {
  font-size: 1.3rem;
}

.work-btn {
  position: absolute;
  right: 0;
  bottom: 0;

}

.works-container {
  margin-bottom: 5rem;
}

.work-image {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}

.work-item-sub-title {
  margin-bottom: 4rem;
}







/*---------------------------------------------------------------------
                        About 
-----------------------------------------------------------------------*/

.about-sub-title {
  font-size: 2rem;
}

.about-container .grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .about-container .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.about-container .grid .item {
  will-change: transform, color, background;
  background: rgba(31, 32, 34, .4);
  position: relative;
  z-index: 0;
  display: inline-block;
  border-radius: 1.5rem;
  padding: 3.5rem;

}

.about-container .grid .item:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  --tw-content: "";
  content: var(--tw-content);
  transition: all .5s ease;
}

.about-container:nth-child(2) {
  margin-top: 10rem;
  padding-bottom: 20rem;
}

.about-container .grid .item .about-item-content .title {
  transition: all .8s ease;
}

.about-container .grid .item:hover:after {
  background: rgba(221, 53, 0, .9);
}

.about-container .grid .item:hover:nth-child(2):after {
  background: rgba(221, 181, 0, 0.9);
}

.about-container .grid .item:hover:nth-child(4) .about-item-content .title,
.about-container .grid .item:hover:nth-child(4) .about-item-content .about-item-achieved-number,
.about-container .grid .item:hover:nth-child(3) .about-item-content .title,
.about-container .grid .item:hover:nth-child(3) .about-item-content .about-item-achieved-number,
.about-container .grid .item:hover:nth-child(2) .about-item-content .title,
.about-container .grid .item:hover:nth-child(2) .about-item-content .about-item-achieved-number {
  color: var(--g-bg-color) !important;
}

.about-container .grid .item:hover:nth-child(3):after {
  background: rgba(255, 164, 79, 0.9);
}

.about-container .grid .item:hover:nth-child(4):after {
  background: rgba(221, 221, 221, 0.9);
}

.about-item-achieved-title {
  font-size: 2rem;
}

.about-item-achieved-number {
  font-size: 7rem;
  position: relative;
  overflow: hidden;
  line-height: .8;
  margin-bottom: 6rem;
}

.about-item-achieved-number2 {
  position: absolute;
}

.about-container .item .item-number div {
  transition: all .7s ease;
}

.about-container .item .item-number div:nth-child(2) {
  transition-delay: .2s;
}

.about-container .item .item-number .plus {
  transition-delay: .3s;
}

.about-container .item .item-number .plus {
  font-size: 3rem;
}

.about-container .item:hover .item-number div {
  transform: translateY(-100%);
}

/* .about-container .item:hover .item-number .plus {
  transform: translateY(-100%) !important;
} */

.about-container .item:nth-child(2n) {
  margin-top: 10rem;
  margin-bottom: -10rem;
}

@media screen and (max-width: 767px) {
  .about-container:nth-child(2) {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}







/*---------------------------------------------------------------------
                        Services 
-----------------------------------------------------------------------*/
.services {
  padding-top: 5rem;
  min-height: 100vh;
}

.long-c {
  /* margin-left: 20rem; */
}

.services-list-container {
  padding-top: 2rem;
}

.services-list::-webkit-scrollbar {
  display: none;
}

.services-list {
  overflow-x: hidden;
  position: absolute;
  padding-left: 40vh;
}

.long-c {
  flex-wrap: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  gap: 3rem;
  overflow: visible;
}

.service-item {
  will-change: transform, color, background;
  background: rgba(31, 32, 34, .4);
  position: relative;
  z-index: 0;
  display: inline-block;
  border-radius: 1.5rem;
  padding: 3.5rem;
  width: 40%;
  flex: 0 0 auto;
}

.service-title span {
  font-size: 6rem;
  position: relative;
  left: 50%;
  text-transform: lowercase;
}

.service-number {
  font-size: 4rem;
  font-weight: 700;
  color: var(--g-button-bg-color);
  line-height: .9;
  margin-left: -.2rem;
}

.service-item-title {
  font-family: var(--g-heading-font);
  font-size: 1.5rem;
  text-transform: lowercase;
  margin-bottom: 1rem;
}

.service-sub-item-title {
  font-size: .8rem;
  margin-bottom: 1rem;
}

.service-item-btn {
  padding: .7rem 1rem;
  font-size: .6rem;
}


@media screen and (max-width: 767px) {
  .long-c {
    overflow-x: scroll;
  }

  .long-c .service-item:nth-last-child(1) {
    margin-right: 5rem;
  }

  .services {
    min-height: 60vh;
  }

  .services-list {
    position: relative;
  }
}




/*---------------------------------------------------------------------
                        Team 
-----------------------------------------------------------------------*/

.team-title span {
  font-size: 5.3rem;
  position: relative;
  left: 50%;
  text-transform: lowercase;
}

.teams {
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {

  .teams {
    margin-bottom: 13rem;
  }

}








/*---------------------------------------------------------------------
                        Social Media 
-----------------------------------------------------------------------*/

.social-media-title span {
    width: max-content;
}

.social-media-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-media-item {
  font-size: 2rem;
  text-decoration: none;
  color: var(--g-text-color);
  max-width: 80%;
  width: 100%;
  margin-top: 1rem;
  transition: all .3s;
}

.social-media-item img {
  transform: rotate(0deg);
  width: 3rem;
  transition: all 1.3s;
}

.social-media-arrow {
  width: 100%;
  border-bottom: 1px solid var(--g-text-color);
  margin-top: 1rem;
  position: relative;
}

.social-media-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -6px;
  border-top: 1px solid var(--g-text-color);
  border-right: 1px solid var(--g-text-color);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.social-media-list:hover:has(.social-media-item:hover) .social-media-item:not(:hover) {
  opacity: .3;
  transition: all .3s;
}

.social-media-list:hover:has(.social-media-item:hover) .social-media-item:hover {
  max-width: 100%;
  transition: all .3s;
}

.social-media-list:hover:has(.social-media-item:hover) .social-media-item:hover img {
  transform: rotate(360deg);
  transition: all 1.3s;
}

.hoverable {
  z-index: 50;
  cursor: pointer;
  display: block;
  overflow: visible;
}

a.hoverable {
  display: inline-block;
}

.trailer-style {
  position: fixed;
  width: .7rem;
  height: .7rem;
  background-color: #ff000b;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: none;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  transition: all 1s !important;
}

#trailer {
  z-index: 999;
}

#shadow {
  z-index: 0;
  display: none;
}

.trailer-project {
  height: 0;
  width: 0;
  font-size: .6rem;
  font-weight: 700;
  overflow: hidden;
  transition: all .6s !important;
}

html:has(.hov-project:hover) #trailer {
  width: 3rem !important;
  height: 3rem !important;
  box-shadow: 0 0 .8rem .8rem #ff000b !important;
  mix-blend-mode: normal;
  transition: all .3s !important;
}

html:has(.hov-project:hover) #trailer .trailer-project {
  height: 2rem;
  width: 2rem;
  transition: all .3s !important;
}

.team-box {
  background-color: var(--g-bg-color);
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  /* border: 1px solid var(--g-primary-color); */
  transition: all .3s !important;
}

.team-box .team-img-box {
  width: 100%;
  position: relative;
}

.team-box .team-img-box .gif {
  width: 100%;
}

.team-box .team-img-box .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--g-bg-color);
}

.team-box:hover .team-img-box .img {
  opacity: 0;
}

.team-content-box {
  background-color: #000;
  padding: 5px 10px;
}

.team-content-box h3,
.team-content-box h2 {
  text-align: center;
  font-size: 1.2rem;
}

.team-content-box h3 {
  color: var(--g-primary-color);
  font-family: var(--g-heading-font);
  font-size: .8rem;
}

html:has(.team-slider:hover) #trailer {
  width: 2.5rem !important;
  height: 2.5rem !important;
  box-shadow: 0 0 0.7rem 0.7rem #ff000b !important;
  mix-blend-mode: normal;
  transition: all .3s !important;
}

.trailer-drag,
.trailer-draging {
  height: 0;
  width: 0;
  font-size: .6rem;
  font-weight: 900;
  overflow: hidden;
  /* line-height: 2rem; */
  color: #fff;
}

html:has(.team-slider.drag.draging) #trailer .trailer-draging {
  height: auto;
  width: 2.5rem;
}

html:has(.team-slider.drag):not(:has(.team-slider.draging)) #trailer .trailer-drag {
  height: auto;
  width: 3.5rem !important;
}

html:has(.team-slider.drag.draging) #trailer {
  width: 3.2rem !important;
  height: 3.5rem !important;
}

html:has(.team-slider.drag.draging) .team-box {
  scale: .9;
  transition: all .3s !important;
}

@media screen and (max-width: 767px) {
  .social-media-item {
    max-width: 100%;
  }
}







/*---------------------------------------------------------------------
                        Footer 
-----------------------------------------------------------------------*/
.footer-title span {
  font-size: 5rem;
  position: relative;
  text-transform: lowercase;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: var(--g-primary-color);
  margin: 1.2rem 0;
}

.footer-link p {
  color: var(--g-text-color);
  font-size: .9rem;
}

.footer-link a {
  color: var(--g-text-color) !important;
  font-size: 1.5rem;
}

.footer-up-button {
  border-radius: 50%;
  border: 1px solid var(--g-primary-color);
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-up-button svg {
  fill: var(--g-primary-color);
}

.footer-up-button:hover svg {
  fill: #fff;
}







@media screen and (max-width: 767px) {
  .menu-toggle svg {
    height: 2.5rem;
    width: 2.5rem;
  }

  .big-title {
    font-size: 15vw;
    overflow: hidden;
  }

  .big-title .sub-t {
    font-size: 6.5vw !important;
  }

  .sub-title.s-b span {
    display: inline;
  }

  .hero-container .big-title {
    margin-bottom: 5px;
  }

  .hero-container {
    min-height: 70svh;
    position: relative;
  }

  .hero-container .sub-title {
    padding-bottom: 12rem;
  }

  .hero-container .primary-outline-btn:nth-child(3) {
    bottom: -3rem;
    left: 0px;
  }

  .hero-container .primary-outline-btn:nth-child(4) {
    bottom: -3rem;
    right: 0px;
  }

  .primary-outline-btn {
    padding: 1.5rem 2.5rem;
    font-size: 1.6rem;
    line-height: 1rem;
    font-weight: 800;
    background-color: transparent;
    color: var(--g-primary-color);
  }

  .section-100 {
    min-height: 90vh;
  }


  .work-content {
    width: 100%;
  }

  .work-item-btn-area.m-hidden {
    display: none;
  }

  .work-item-sub-title,
  .work-item-title {
    text-align: center;
    width: 100%;
  }

  .sm-order-1 {
    order: 1;
  }

  .sm-order-2 {
    order: 2;
  }

  .sm-mb-4 {
    margin-bottom: 4rem;
  }

  .about .item.ar {
    margin: 0;
  }

  .services-list {
    padding-left: 0;
  }

  .service-item {
    width: 75%;
  }
}



.clients-section {
  position: relative;
  height: 60vh;
  margin-bottom: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-title {
  text-align: center;
}

.client-logo {
  position: absolute;
  width: 6rem;
  height: 6rem;
  object-fit: contain;
  opacity: 0;
}

/* Positioning logos */
.logo-top-1 {
  top: 6%;
  left: 55%;
  transform: translateX(-50%);
}

.logo-bottom-1 {
  bottom: 15%;
  left: 60%;
  transform: translateX(-50%);
}

.logo-bottom-1.sec {
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

.logo-left-1 {
  left: 7%;
  top: 60%;
  transform: translateY(-50%);
}

.logo-right-1 {
  right: 5%;
  top: 34%;
  transform: translateY(-50%);
}

.logo-top-2 {
  top: 5%;
  left: 27%;
  transform: translateX(-50%);
}

.logo-bottom-2 {
  bottom: 5%;
  left: 70%;
  transform: translateX(-50%);
}

.logo-left-2 {
  left: 10%;
  top: 21%;
  transform: translateY(-50%);
}

.logo-right-2 {
  right: 5%;
  top: 70%;
  transform: translateY(-50%);
}

.logo-top-3 {
  top: 17%;
  left: 66%;
  transform: translateX(-50%);
}

.logo-bottom-3 {
  bottom: 25%;
  left: 40%;
  transform: translateX(-50%);
}

.logo-left-3 {
  left: 73%;
  top: 8%;
  transform: translateY(-50%);
}

.logo-right-3 {
  right: 15%;
  top: 80%;
  transform: translateY(-50%);
}

.logo-top-4 {
  top: 11%;
  left: 40%;
  transform: translateX(-50%);
}

.logo-bottom-4 {
  bottom: 2%;
  left: 36%;
  transform: translateX(-50%);
}

.logo-left-4 {
  left: 19%;
  top: 82%;
  transform: translateY(-50%);
}

.logo-right-4 {
  right: 17%;
  top: 46%;
  transform: translateY(-50%);
}

.logo-top-5 {
  top: 36%;
  left: 22%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .clients-section{
    height: 75vh;
  }

  .logo-top-1 {
    top: 0%;
    left: 62%;
    transform: translateX(-50%);
  }

  .logo-bottom-1 {
    bottom: 17%;
    left: 55%;
    transform: translateX(-50%);
  }

  .logo-bottom-1.sec {
    bottom: 0%;
    left: 60%;
    transform: translateX(-50%);
  }

  .logo-left-1 {
    left: 7%;
    top: 33%;
    transform: translateY(-50%);
  }

  .logo-right-1 {
    right: 3%;
    top: 30%;
    transform: translateY(-50%);
  }

  .logo-top-2 {
    top: 5%;
    left: 35%;
    transform: translateX(-50%);
  }

  .logo-bottom-2 {
    bottom:-0%;
    left: 85%;
    transform: translateX(-50%);
  }

  .logo-left-2 {
    left: 35%;
    top: 30%;
    transform: translateY(-50%);
  }

  .logo-right-2 {
    right: 5%;
    top: 7%;
    transform: translateY(-50%);
  }

  .logo-top-3 {
    top: 60%;
    left: 62%;
    transform: translateX(-50%);
  }

  .logo-bottom-3 {
    bottom: 25%;
    left: 10%;
    transform: translateX(-50%);
  }

  .logo-left-3 {
    left: 60%;
    top: 28%;
    transform: translateY(-50%);
  }

  .logo-right-3 {
    right: 15%;
    top: 80%;
    transform: translateY(-50%);
  }

  .logo-top-4 {
    top: 8%;
    left: 10%;
    transform: translateX(-50%);
  }

  .logo-bottom-4 {
    bottom: 2%;
    left: 36%;
    transform: translateX(-50%);
  }

  .logo-left-4 {
    left: 10%;
    top: 88%;
    transform: translateY(-50%);
  }

  .logo-right-4 {
    right: 1%;
    top: 65%;
    transform: translateY(-50%);
  }

  .logo-top-5 {
    top: 66%;
    left: 32%;
    transform: translateX(-50%);
  }
}

.whatsapp-popup{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
  background-color: green;
  border-radius: 50%;
  padding: .3rem;
  line-height: 0;
  overflow: hidden;
}

.whatsapp-popup svg{
  width: 2rem;
  border-radius: 50%;
  height: 2rem;
}

@media screen and (max-width: 766px){
    .whatsapp-popup svg{
      width: 3.5rem;
      border-radius: 50%;
      height: 3.5rem;
    }
}

header.nav-show{
    background-color: var(--g-bg-color) !important;
}