body,
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Inter;
  backgroud:black;
}

.slide1.bgchage {
  background: transparent;
}

.bgchage {
  background: #d2d3c1;
}
.slide1 {
  height: 100%;
  height: 100dvh;
  position: relative;
  overflow:hidden;
}


.slide1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222 url("../images/abstract-gradient-black-and-white-color-background-vector 1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  opacity: .97;
  z-index: -1;
}
.slide1 {
  background-blend-mode: multiply;
}
.slide2 {
  min-height: 100%;
  background: #000;
  display: inline-table;
}

@font-face {
  font-family: "Andale Mono";
  src: url("../fonts/AndaleMono.woff2") format("woff2"),
    url("../fonts/AndaleMono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AmericanOak-Script";
  src: url("../fonts/AmericanOak-Script.woff2") format("woff2"),
    url("../fonts/AmericanOak-Script.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AF Quartermaster TRIAL";
  src: url("../fonts/AFQuartermaster-Black.woff2") format("woff2"),
    url("../fonts/AFQuartermaster-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AF Quartermaster TRIAL";
  src: url("../fonts/AFQuartermaster-Medium.woff2") format("woff2"),
    url("../fonts/AFQuartermaster-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AF Quartermaster TRIAL";
  src: url("../fonts/AFQuartermaster-Regular.woff2") format("woff2"),
    url("../fonts/AFQuartermaster-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.mainwrapper {
  width: 100%;
  height: 100%;
}

input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

label {
  cursor: pointer;
  text-indent: -9999px;
  width: 40px;
  height: 20px;
  display: block;
  border-radius: 100px;
  position: relative;
  border: 2px solid #D2D3C1;
}

label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #D2D3C1;
  border-radius: 90px;
  transition: 0.3s;
}

/*input:checked + label {
    background: #bada55;
}*/

input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

label:active:after {
  width: 12px;
}

/* // centering */
body {
    height: auto !important;
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
}

.contactUs a {
  background: #eded3b;
  border-radius: 7px;
  padding: 10px 30px;
  text-decoration: none;
  color: #000;
  font-family: AF Quartermaster TRIAL;
  font-weight: 500;
  font-size: 18px;
}
.contactUs {
  padding-top: 50px;
  float: right;
  padding-right: 50px;
}
.counterTimes span {
  font-family: Andale Mono;
  font-size: 18px;
  color: #D2D3C1;
  display: inline-block;
  margin-right: 40px;
}
.counterTimes span:last-child {
  margin-right: 0px;
}
.counterTimes {
  margin: 0px auto;
  text-align: center;
  /* padding-top: 37px; */
}

span.labelSty {
  color: #D2D3C1;
  margin-top: -23px;
  display: block;
  margin-left: 48px;
  font-family: AF Quartermaster TRIAL;
  font-weight: 600;
  font-size: 18px;
}
.counterTimes span b {
  font-family: AF Quartermaster TRIAL;
  font-weight: 600;
}
/* .toggle {
  padding-left: 50px;
  padding-top: 29px;
} */

.elevator {
  position: absolute;
  width: 495px;
  height: 200px;
  margin: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}

.doorCenter {
  position: absolute;
  bottom: -3px;
  right: 2%;
  width: auto;
  text-align: right;
}
.downarrow {
  position: absolute;
  left: 50px;
  bottom: 30px;
}
.RightButtons {
  position: absolute;
  right: 50px;
  bottom: 30px;
}

.section1 {
  background: #d2d3c1;
  display: inline-block;
  float: none;
  width: 30%;
  text-align: center;
  padding: 64px;
  min-height: 170px;
  border-radius: 25px;
  margin-right: 12px;
  margin-bottom: 12px;
  position: relative;
}
.logoOverly {
  text-align: center;
  width: 100%;
  padding-bottom: 12px;
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
  font-size: 100px;
  color: #d2d3c1;
  font-family: AF Quartermaster TRIAL;
  font-weight: 500;
}

.track2 {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite !important;
}

.bounce {
  animation: bounce 2s ease infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 64s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.textrow {
  width: 75%;
  margin: 0px auto;
  font-size: 36px;
  color: #d2d3c1;
  text-align: center;
  padding: 80px 0;
  font-family: AF Quartermaster TRIAL;
  font-weight: 500;
}

.overlyBox {
  display: none;
  position: absolute;
  background: #eded3b;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 27px;
  font-size: 20px;
  padding: 30px 40px;
  z-index: 9999999;
  line-height: 28px;
}

.overlyBox:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute; /* Assuming this is already set */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlyBox p {
  margin: 0;
}
.section1 img {
  width: 100%;
  max-width: 310px;
}

.section1:hover .overlyBox {
  font-family: AF Quartermaster TRIAL;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute; /* Assuming this is already set */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section1 a {
  color: #000;
}

.assetcontainer {
  display: inline-block; /* Makes the div size to the content inside */
  padding: 0;
  margin: 0;
}

.assetcontainer p {
  color: #000;
  font-family: AF Quartermaster TRIAL;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-decoration: underline;
  text-underline-offset: 14px;
}

.assetcontainer hr {
  color: black;
  background-color: black;
}

.PageOff .bgchage {
  background: #000;
}
.PageOff .contactUs a {
  background: #6e7c4f;
  color: #fff;
}
.PageOff span.labelSty {
  color: #d2d3c1;
}
.PageOff .toggle label {
  border: 2px solid #d2d3c1;
}

.PageOff .toggle label:after {
  background: #d2d3c1;
}
.PageOff .counterTimes span {
  color: #d2d3c1;
}

.PageOff .slide2 {
  height: 0vh;
  background: #d2d3c1;
}

.PageOff .marquee {
  color: #000;
  height: 170px;
}

.doorCenter img {
  width: 260px;
}
.downarrow img {
  width: 70px;
}
.RightButtons img {
  width: 168px;
}
.elevator img {
  width: 495px;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.downarrow img,
.elevator img,
.RightButtons img,
.doorCenter img {
  opacity: 0; /* Initially hidden */
  animation: slideUp 1s ease-out forwards;
}

.downarrow img {
  animation-delay: 0.2s;
}

.elevator img {
  animation-delay: 0.4s;
}

.RightButtons img {
  animation-delay: 0.6s;
}

.doorCenter img {
  animation-delay: 0.8s;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid #D2D3C1;
}

.marquee-container-white {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid #D2D3C1;
}
:root {
  --marquee-scroll-width: 0px;
}
.marquee2 {
  display: flex;
  animation: marquee2 120s linear infinite;
}

.marquee-content {
  display: flex;
}

.marquee-content span {
  padding: 0 15px;
}

@keyframes marquee2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-900%);
  }
}

.button-container {
  width: 64em;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  gap: 15px;
}

.nav-button {
  background: #6E7C4F;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  font-family: "AF Quartermaster TRIAL", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #D2D3C1;
  cursor: pointer;
  transition: opacity 0.3s ease;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 280px;
  scroll-snap-align: start;
}

.nav-button:hover {
  opacity: 0.8;
}
.numberIcon {
  border-radius: 400px;
  background-color: #000;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 5px;
}

.navBtnText {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.nav-icon {
  position: relative;
  display: inline-block;
}

.nav-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-family: "AF Quartermaster TRIAL";
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
}

.subText {
  color: #D2D3C1;
  font-family: "AF Quartermaster TRIAL";
  font-size: 26.82px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.job-separator {
  margin: 0 12px;
  opacity: 0.6;
}

.headings-cls {
  text-align: left;
}

.headings-cls .mainText,
.headings-cls .subText {
  text-align: left;
  margin: 0;
  padding-left: 0;
}

.elevator-goods-center {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  text-align: left;
  font-family: "AF Quartermaster TRIAL";
  font-size: 48px;
  font-weight: 700;
  color: #000;
}
.mainText {
  color: #D2D3C1;
  font-family: "AF Quartermaster TRIAL";
  font-size: 81.073px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.logoContainer {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.logoContainer img {
  height: 50px;
  width: auto;
}

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

.lineItem-parent {
  background: #d2d3c1;
}

.lineItem-section {
  width: 100%;
  background: #d2d3c1;
  padding: 50px 60px 30px;
}
.lineItem-section-title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px;
  background: #d2d3c1;
  color: #000;
  border-bottom: 1px solid #000;
  font-family: "AF Quartermaster TRIAL";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.lineItem-section:nth-child(2) {
  
  padding: 35px 60px 80px;
}

.lineItem-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: #d2d3c1;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.lineItem-content:first-child {
  border-top: 1px solid #000;
}

.lineItem-content:hover {
  background: #fff;
  color: #000;
}

/* Desktop: Show category and description on hover */
@media screen and (min-width: 768px) {
  .lineItem-content:hover .lineItem-category,
  .lineItem-content:hover .lineItem-description {
    display: block;
  }
}

.lineItem-title {
  font-family: "AF Quartermaster TRIAL";
  margin: 0;
  color: #000;
  font-size: 46.098px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.lineItem-category {
  margin: 0 0 15px 0;

  color: #000;
  font-family: "AF Quartermaster TRIAL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.lineItem-description {
  margin: 0;

  color: #000;
  font-family: "AF Quartermaster TRIAL";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.lineItem-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.lineItem-cell {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
}

.lineItem-cell:first-child {
  width: 100%;
}

.lineItem-cell:nth-child(2) {
  width: 20%;
}

.lineItem-cell:nth-child(3) {
  width: 30%;
}

.lineItem-title-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.visit-link {
  font-family: "AF Quartermaster TRIAL";
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: none;
}

.visit-link:hover {
  text-decoration: underline;
}
/*******************  header-top****************/
.header-main-top {
  width: 100%;
  padding: 20px 50px 0;
  align-items: center;
}
.head-sec-1 {
  width: 20%;
}
.head-sec-2 {
  width: 60%;
}
.head-sec-3 {
  width: 20%;
}

.footer-section {
  width: 100%;
  background: #000;
  padding: 80px 0;
}

.footer-content {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-link {
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: #d2d3c1;
  font-family: "AF Quartermaster TRIAL";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-icon {
  position: relative;
  display: inline-block;
}

.footer-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-family: "AF Quartermaster TRIAL";
  font-size: 10px;
  font-weight: 600;
  pointer-events: none;
}

.footer-link:hover {
  opacity: 0.7;
  color: #fff;
}

.footer-center {
  flex: 1;
  text-align: center;
}

.footer-logo {
  height: 76px;
  width: auto;
  margin: 0 auto;
}

.footer-right {
  text-align: right;
}

.footer-text {
  margin: 0;
  color: #d2d3c1;
  text-align: right;
  font-family: "AF Quartermaster TRIAL";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}

/****************** career page  *****************/

.breadcrumb-wrapper {
  padding: 1.5rem 50px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  font-family: "AF Quartermaster TRIAL";
  font-weight: 300;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
li.breadcrumb-item.active {
  color: #000;
}

.career-page {
  width: 100%;
  height: 100%;
}
.career-header {
  width: 100%;
  min-height: 100vh;
  position: relative;
  background-color: #d2d3c1;
}
.career-page .button-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  row-gap: 20px;
  gap: 20px;
  padding: 0 50px;
}
.career-elevator-goods-center {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  margin-top: 20px;
}
.career-page .mainText {
  color: #000;
  font-family: "AF Quartermaster TRIAL";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 25px;
}
.career-page .nav-button {
  width: 25%;
}
.career-page .nav-button a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
}
/************* career decription page ****************/
.career-description {
  padding: 25px 50px 50px;
}
.desc p {
  /* width: 80%; */
  font-family: "AF Quartermaster TRIAL";
  font-size: 16px;
  font-weight: 500;
}
.career-page.career-desc-page p.mainText {
  color: #000;
  font-family: "AF Quartermaster TRIAL";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 60px;
  text-align: left;
  margin: 0;
  text-transform: capitalize;
}
.head-flex .nav-button {
  height: 53px;
}
/*********************  studio page *********************/
.studio-page {
  height: 100%;
  width: 100%;
  background: #fffce6;
}
.main-wrapper {
  background-color: #fffce6;
}
.para-studio {
  padding: 0 50px;
}
.header-studio.flex.justify-between {
  padding: 50px 50px;
}
.join-btn {
  border: 1px solid;
  padding: 15px 12px;
  width: 20%;
  height: 54px;
  text-align: center;
  text-transform: uppercase;
  font-family: AF Quartermaster TRIAL;
}
.join-btn a {
  font-size: 16px;
  /* text-decoration: none; */
  color: #000;
  font-weight: 900;
}
.left-studio-col p {
  width: 75%;
  font-family: AF Quartermaster TRIAL;
  font-size: 16px;
  font-weight: 400;
}
.location {
  font-family: AF Quartermaster TRIAL;
}
.location h4 {
  font-size: 14px;
  font-weight: 900;
}
h4.city {
  font-size: 14px;
  font-weight: 900;
  font-family: "AF Quartermaster TRIAL";
}
.right-col {
  font-family: "AF Quartermaster TRIAL";
}
.right-col {
  font-family: "AF Quartermaster TRIAL";
}
a.get-link {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 4px;
}
p.add-cls {
  font-size: 14px;
}
/* image-sec-studio */

.image-sec {
  padding: 50px;
  gap: 20px;
}
.img-one,
.img-two {
  width: 48%;
}
.img-one img,
.img-two img {
  height: 460px;
  width: 100%;
  object-fit: cover;
}
.branding-sec {
  padding: 50px;
}
.studio-page .footer-section {
  background: #fffce6;
}
.studio-page .footer-text {
  color: #000 !important;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
}
a.std-footer-link,
a.std-footer-link-contact {
  color: #000;
  font-family: AF Quartermaster TRIAL;
  font-size: 16px;
}
.studio-page .footer-text {
  align-items: end;
}
.studio-page .footer-content {
  
  align-items: end;
}
.mobile-dev {
  display: none;
}
.mob-join-btn.join-btn {
  display: none;
}
.mobile-footer-top {
  display: none;
}

.regular {
  display: none !important;
}
/* Desktop clickable title */
.desktop-clickable {
  cursor: pointer;
}

/* Mobile css start here */
@media screen and (max-width: 767px) and (min-width: 320px) {
  .career-header {
    min-height: 900px;
  }
  .mainText {
    color: #D2D3C1;
    font-family: "AF Quartermaster TRIAL";
    font-size: 47.105px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .subText {
    color: #D2D3C1;
    font-family: "AF Quartermaster TRIAL";
    font-size: 15.583px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .elevator-goods-center {
    top: 25%;
  }
  /* Disable click on mobile for lineItem-title */
  .desktop-clickable {
    pointer-events: none !important;
    cursor: default !important;
  }
  /********** index page *******/

  .lineItem-section-title {
    padding: 20px;
    font-size: 18px;
  }
  .lineItem-section, .lineItem-section:nth-child(2)
   {
    padding: 20px;
  }
  .right-col p
  {
    font-size:14px
  }

  .lineItem-table {
    display: block;
  }

  .lineItem-cell {
    display: block;
    width: 100% !important;
    padding: 0;
  }

  .lineItem-cell:first-child {
    width: 100% !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .lineItem-title-cell {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .lineItem-title {
    color: #000;
    font-family: "AF Quartermaster TRIAL";
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 102.934% */
  }
  .lineItem-category,
  .lineItem-description {
    display: none;
  }

  .lineItem-content.expanded .lineItem-category,
  .lineItem-content.expanded .lineItem-description {
    display: block;
  }
  /* padding-top: 20px; */

  .lineItem-content.expanded .lineItem-category {
    padding-top: 20px;
  }

  .lineItem-category {
    margin: 0 0 15px 0;
    color: #000;
    font-family: "AF Quartermaster TRIAL";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .lineItem-description {
    margin: 0;
    color: #000;
    font-family: "AF Quartermaster TRIAL";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .lineItem-content.expanded .visit-link {
    display: inline-block;
  }

  .lineItem-content.expanded {
    background: #fff !important;
  }
  .button-container-mobile {
    width: 100% !important;
    overflow: visible !important;
    white-space: normal !important;
    justify-content: center !important;
  }

  .button-container::-webkit-scrollbar {
    height: 10px;
  }

  .button-container::-webkit-scrollbar-track {
    background: #d2d3c1;
    border-radius: 10px;
  }

  .button-container::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
    border: 2px solid #d2d3c1;
  }

  .button-container::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

  .button-container-mobile .nav-button {
    width: 280px !important;
    min-width: 280px;
    flex-shrink: 0;
  }

  .desktop-sec-2 {
    display: none;
  }
  /********* accordion *********/
  .mobile-sec-2.section-2-index {
    background: #d2d3c1;
  }
  /* Section heading always visible */
  .section-heading {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .accordion-item {
    border-bottom: 1px solid #333;
    padding: 10px 0;
    cursor: pointer;
  }

  .accordion-item.hidden {
    display: none;
  }

  .accordion-content {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
    display: none;
  }

  .accordion-content.active {
    display: block;
  }

  .accordion-title {
    font-size: 1.5em;
    font-weight: bold;
  }

  .visit-link {
    float: right;
    font-size: 0.9em;
  }

  .sub-title {
    color: gray;
    font-size: 0.9em;
    margin-top: 10px;
  }

  .description {
    margin-top: 5px;
  }

  .marquee2 {
    display: flex;
    animation: marquee2 80s linear infinite !important;
  }

  .toggle {
    /* padding-left: 20px;
    padding-top: 20px; */
  }
  .contactUs a {
    background: #eded3b;
    border-radius: 7px;
    padding: 7px 14px;
    text-decoration: none;
    color: #000;
    font-family: AF Quartermaster TRIAL;
    font-weight: 500;
    font-size: 13px;
  }
  .contactUs {
    padding-top: 41px;
    float: right;
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0px;
  }
  span.labelSty {
    margin-top: -19px;
    display: block;
    margin-left: 48px;
    font-family: AF Quartermaster TRIAL;
    font-weight: 600;
    font-size: 13px;
    color: #D2D3C1;
  }
  .counterTimes span {
    font-family: Andale Mono;
    font-size: 15px;
    color: #D2D3C1;
    display: inline-block;
    margin-right: 0px;
  }
  .counterTimes {
    padding-top: 50px;
  }
  .elevator img {
    width: 270px;
  }
  .elevator {
    width: 270px;
    height: 100px;
  }
  .downarrow img {
    width: 30px;
  }

  .downarrow {
    position: absolute;
    left: 0;
    top: 48%;
    
  }

  .downarrow .bounce, .downarrow .slick-list{
    padding: 0 20px !important;
  }
  .RightButtons img {
    width: 60px;
  }
  .RightButtons {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .marquee {
    font-size: 80px;
  }
  .marquee {
    height: 180px;
  }

  .section1 img {
    height: auto;
    width: 80%;
  }
  .section1 {
    background: #d2d3c1;
    display: inline-block;
    float: none;
    width: 44%;
    text-align: center;
    padding: 0;
    min-height: 60px;
    border-radius: 10px;
    margin-right: 2px;
    margin-bottom: 6px;
    position: relative;
    padding-top: 16px;
  }

  .section1:nth-child(2),
  .section1:nth-child(4),
  .section1:nth-child(5) {
    margin-right: 0px;
  }

  .textrow {
    width: 90%;
    margin: 0px auto;
    font-size: 20px;
    color: #d2d3c1;
    text-align: center;
    padding: 40px 0;
    font-family: AF Quartermaster TRIAL;
    font-weight: 500;
  }
  .section1:hover .overlyBox {
    display: none;
    font-family: AF Quartermaster TRIAL;
    font-weight: 500;
  }
  .PageOff .marquee {
    color: #000;
    height: 140px;
  }

  .PageOff.mainText {
    color: #d2d3c1;
  }

  .PageOff.subText {
    color: #D2D3C1;
  }
  /*************** studio page  ***************/
  .para-studio {
    padding: 0 20px;
  }
  .left-studio-col p {
    width: 100%;
    font-size: 14px;
  }
  .img-one,
  .img-two {
    width: 100%;
  }
  .image-sec {
    padding: 30px 20px;
  }
  .img-one img,
  .img-two img {
    height: unset;
  }
  .branding-sec {
    padding: 20px 20px;
  }
  .studio-page .footer-content {
    padding: 0 20px;
   
  }
  .studio-page .footer-section {
    padding: 50px 0;
  }
  a.mobile-dev.std-footer-link {
    display: block;
    margin-bottom: 15px;
  }
  a.std-footer-link {
    display: none;
  }
  .header-studio.flex.justify-between {
    padding: 30px 20px 30px;
  }
  .join-btn {
    display: none;
  }
  .mob-join-btn.join-btn {
    display: block;
    margin: 0 auto;
    margin-right: 0;
  }
  .join-btn {
    width: 65%;
    height: 38px;
    padding: 7px 12px;
  }
  .studio-img img {
    width: 75%;
  }
  .studio-elev-img img {
    width: 75%;
    display: block;
    margin: 0 auto;
    margin-right: 0;
    margin-top: 35px;
    /* margin: 0 auto; */
    margin-top: 35px;
  }

  /************** career page *****************/
  .career-page .nav-button {
    width: 80%;
  }
  .career-elevator-goods-center {
    padding: 0 20px;
  }
  .career-page .mainText {
    font-size: 45px;
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .career-page .subText {
    font-size: 16.82px;
  }
  .breadcrumb-wrapper {
    padding: 2rem 20px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: "AF Quartermaster TRIAL";
    font-weight: 300;
    text-transform: uppercase;
  }
  .breadcrumb-wrapper {
    display: none;
  }
  .career-page .button-container {
    padding: 0 20px;
    margin-top: 45px;
    gap:10px;
  }

  .doorCenter {
    position: absolute;
    bottom: -3px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    text-align: center;
  }
  a.footer-link {
    font-size: 13px;
    gap: 12px;
  }
  .footer-number {
    font-size: 8px;
  }
  p.footer-text {
    font-size: 13px;
  }
  .footer-left {
    gap: 10px;
  }
  .footer-center {
    display: none;
  }
  .footer-content {
    padding: 0 20px;
  }
  .mobile-footer-top {
    display: block;
  }
  .mobile-footer-top img {
    width: 50%;
    margin: 0 auto;
    display: block;
    padding-bottom: 45px;
  }
  .footer-section {
    padding: 50px 0;
  }
  .header-main-top {
    padding: 0px 20px 0;
    align-items: unset;
  }
  .head-sec-1 {
    width: 15%;
  }
  .head-sec-2 {
    width: 75%;
  }
  .head-sec-3 {
    width: 10%;
  }
  .logoContainer img {
    width: 100%;
    height: unset;
    /* height:40px; */
  }
  /*************** career description *****************/
  .career-description {
    padding: 20px 20px;
  }
  .career-description.max-w-6xl.grid.grid-cols-1.md\:grid-cols-2.gap-10 {
    gap: 0px;
  }
  .career-page.career-desc-page p.mainText {
    text-align: left;
    font-size: 45px;
    padding-bottom: 20px;
  }
  .career-page.career-desc-page .subText {
    font-size: 16.82px;
    padding-bottom: 20px;
  }
  .career-description {
    padding-bottom: 60%;
  }

  .button-container.desktop-buttons {
    display: none;
  }
  .regular {
    display: block !important;
  }
  .slick-slide {
    margin: 0 10px; /* Add some spacing between slides */
  }

  .slick-center .slick-slide {
    opacity: 1; /* Make the center slide more prominent */
  }

  /* Optional: Adjust the width of the slides */
 
  .slick-list {
    padding: 0 30% 0 0 !important;
  }
  .regular .nav-button {
    /* width: 50% !important; */
    width: 82vw !important;
  }
  p.plus-ic {
    margin-left: auto;
  }

  /* Ensure slick dots are visible */
  .slick-dots {
    /* position: relative !important; */
    bottom: auto !important;
    margin-top: 15px !important;
    text-align: center !important;
    /* display: block !important; */
    /* width: 100% !important; */  
  }

  .slick-dots li {
    position: static !important;
    display: inline-block !important;
  }

  .slick-dots li {
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
  }

  .slick-dots li button {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }

  .slick-dots li button:before {
    font-size: 12px !important;
    opacity: 0 !important;
    color: #000 !important;
    content: "•" !important;
    /* display: block !important; */
  }

  .slick-dots li.slick-active button:before {
    opacity: 0 !important;
    color: #000 !important;
  }
}

/* Mobile css start here */
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .toggle {
    padding-left: 20px;
    padding-top: 14px;
  }
  .downarrow {
    left: 20px;
  }
  .downarrow img {
    width: 50px;
  }
  .RightButtons {
    right: 20px;
  }
  .RightButtons img {
    width: 110px;
  }

  .elevator {
    width: 350px;
    height: 180px;
  }

  .elevator img {
    width: 350px;
  }
  .contactUs {
    padding-top: 48px;
    float: right;
    padding-right: 20px;
  }
  span.labelSty {
    margin-top: -21px;
    font-size: 15px;
  }
  .contactUs a {
    padding: 10px 8px;
    font-size: 15px;
  }
  .counterTimes span {
    font-size: 15px;
  }
  .textrow {
    width: 90%;
    margin: 0px auto;
    font-size: 24px;
    color: #d2d3c1;
    text-align: center;
    padding: 35px 0;
    font-family: AF Quartermaster TRIAL;
    font-weight: 500;
  }
  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 150px;
    overflow-x: hidden;
    font-size: 77px;
    color: #d2d3c1;
    font-family: AF Quartermaster TRIAL;
    font-weight: 500;
  }
  .section1 {
    background: #d2d3c1;
    display: inline-block;
    float: none;
    width: 44%;
    text-align: center;
    padding: 28px;
    min-height: 96px;
    border-radius: 25px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .section1 img {
    height: auto;
    width: 80%;
  }

  .section1:hover .overlyBox {
    display: none;
  }
  .PageOff .marquee {
    color: #000;
    height: 130px;
  }
}

/* Mobile css start here */
@media screen and (max-width: 1250px) and (min-width: 1101px) {
  .overlyBox {
    padding: 26px 20px;
  }
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100vw !important;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button {
  /* background-color: #000 !important; */
  width: 10px !important;
  height: 10px !important;
  color: #000 !important;
  border: 1px solid !important;
  border-radius: 50%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  /* width: 20px; */
  height: 20px;
  margin: 0 5px;
  padding: 4px !important;
  cursor: pointer;
}

/* Style each dot */
.slick-dots li {
  margin: 0 !important;
}

/* The clickable dot itself */
.slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Active dot */
.slick-dots .slick-active button {
  background-color: #333;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .elevator-goods-center {
      left :0;
      padding-left:20px;
  }
}
