* {
  font-family: "GeneralSans-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
  border: none;
  color: #1D1F21;
  list-style: none;
}

@font-face {
  font-family: "Satoshi-Medium";
  src: url("../fonts/Satoshi-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
.Satoshi-Medium,
.Satoshi-Medium span {
  font-family: Satoshi-Medium;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-MediumItalic";
  src: url("../fonts/GeneralSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
.GeneralSans-MediumItalic {
  font-family: GeneralSans-MediumItalic;
}

@font-face {
  font-family: "GeneralSans-Regular";
  src: url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
.GeneralSans-Regular {
  font-family: GeneralSans_Regular;
}

@font-face {
  font-family: "GeneralSans-Medium";
  src: url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
.GeneralSans-Medium {
  font-family: GeneralSans-Medium;
}

@font-face {
  font-family: "GeneralSans-Semibold";
  src: url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
.GeneralSans-Semibold {
  font-family: GeneralSans-Semibold;
}

#preloader {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: #1D1F21;
  flex-direction: column;
}

#percent {
  color: #e7e7e7;
}

#bar {
  width: 60%;
  margin-top: 0.5em;
}

#barconfirm {
  width: 100%;
  height: 1px;
  background-color: #909090;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

[data-scroll-container] {
  overflow: hidden;
}

.display-none {
  display: none;
}

.mt-25 {
  margin-top: 2.5rem;
}

.blurred {
  filter: blur(2px);
  position: relative;
  transition: all 0.7s ease;
}

#header-contact {
  transition: all 0s ease 2s;
}

#header.sticky {
  background-color: #fff;
  border-bottom: 0.1px solid rgba(144, 144, 144, 0.1);
  transition: all 0.3s ease;
}

.blurred::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0.5;
  transition: all 0.7s ease;
}

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

.max-width {
  max-width: 1440px;
  margin: 0 auto;
}

.text-Primary {
  color: #1D1F21 !important;
}

.Text-Secondary {
  color: #909090;
}

.button-color {
  color: #e7e7e7;
}

.danger {
  color: #EA3325;
}

.box-background {
  color: #F8F8F8;
}

.text-Primary-bg {
  background-color: #1D1F21 !important;
}

.text-Secondary-bg {
  background-color: #909090;
}

.button-color-bg {
  background-color: #e7e7e7;
}

.danger-bg {
  background-color: #EA3325 !important;
}

.box-background-bg {
  background-color: #F8F8F8;
}

.button-padding {
  padding: 3px 5px 3px 10px;
}

.btn-hover-text {
  position: relative;
  transition: all 0.3s ease;
}

.btn-hover-text span {
  position: absolute;
  bottom: -22px;
  left: 0;
  transition: all 0.3s ease;
}

.btn-hover:hover .btn-hover-text {
  transform: translateY(-23px);
}

.active {
  left: 0px !important;
}

.p-no-margin {
  margin-bottom: 0 !important;
}

.arrow-hover-v1 i {
  transition: transform 0.3s ease;
}

.icon-hover-1 {
  transform: translateX(1.5px);
}

.icon-hover-2 {
  transform: translateX(-40px);
}

.icon-hover-3 {
  transform: translateX(-65px);
}

.arrow-box {
  width: 25px;
  height: 25px;
  transform: translate(1.5px, 0px);
  overflow: hidden;
  align-items: center;
  place-items: center !important;
  display: flex !important;
}

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

.menu-btn_hamburger {
  width: 15px;
  height: 2px;
  position: relative;
  transform: translateY(14px);
}

.menu-btn_hamburger::before,
.menu-btn_hamburger::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  border-radius: 10px;
  background-color: #1D1F21;
  transition: all 0.7s ease;
  left: 0;
}

.menu-btn_hamburger::before {
  transform: translateY(5px);
}

.menu-btn_hamburger::after {
  transform: translateY(-5px);
}

.hamburger-box.hamburger-open .menu-btn_hamburger {
  transform: translate(-25px, 13px);
  background-color: transparent;
}

.hamburger-box.hamburger-open .menu-btn_hamburger::before {
  transform: translate(25px, 2px) rotate(45deg);
}

.hamburger-box.hamburger-open .menu-btn_hamburger::after {
  transform: translate(25px, 2px) rotate(-45deg);
}

.hamburger-box {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.hamburger-box:hover {
  transform: scale(1.2);
}

.w-98 {
  width: 98%;
  transform: translateX(1%);
}

.menu {
  top: -80vh;
  left: 0;
  z-index: 100;
}

.menu ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0 !important;
}

.menu ul li {
  opacity: 0;
  transform: translateY(-25px);
  padding-top: 44vh;
  padding-bottom: 4vh;
  position: relative;
  width: 19vw;
  display: inline-block;
  color: #1D1F21;
  padding-left: 4rem;
  padding-right: 4rem;
  transition: all 0.3s ease;
  margin-bottom: 1.5rem;
}

.menu ul li p {
  font-family: GeneralSans-Regular;
  text-align: left;
  font-size: 1.7rem;
  transition: transform 0.3s ease;
}

.menu ul li:nth-child(5) span {
  display: none;
}

.menu ul li:hover .menu-text-hover {
  color: #EA3325;
  transform: scale(1.1) translateX(20px) translateY(-10px);
}

.menu-line {
  width: 1px;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1D1F21;
}

.menu-dot {
  position: absolute;
  bottom: 0px;
  right: -4.5px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: black;
  opacity: 0;
}

.menu ul li:nth-last-child(1) a span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-radius: 0;
  background: transparent;
}

.menu ul li:nth-last-child(1) a {
  border-right: none;
  padding-right: 0px;
}

.menu ul li:hover .menu ul li {
  transform: scale(1.3);
}

.mt-heading {
  margin-top: 200px;
}

.fs-heading p,
.fs-heading span {
  /* old font size is 6VW */
  font-size: 7vw;
  line-height: 115%;
  padding-right: 22px;
  font-family: Satoshi-Medium;
}

.header-span span {
  display: inline-block;
  padding-right: 0px !important;
  color: #909090;
}

.fancy {
  display: flex;
}

.w-280px {
  width: 280px;
}

.w-522px {
  width: 522px;
}

.hero-heading span,
.fancy span {
  transition: all 0.5s ease;
  padding-right: 0 !important;
}

.text-underline {
  text-decoration: underline !important;
}

.paralax-gl-con {
  background-color: #1D1F21;
  height: 140vh;
  overflow: hidden;
}

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

.transformX-50 {
  transform: translateX(-50%);
}

.transformY-250px {
  transform: translateY(-250px);
}

.transformX-50 img {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 1rem;
  object-fit: cover;
}

.p-All-05 img {
  padding: 0.5rem;
}

.mt-main {
  margin-top: 6rem;
}

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

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

.center-gl {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.section-2 {
  position: relative;
  height: 100vh;
}

.profile-pic {
  width: 144px;
  overflow: hidden;
  border-radius: 50%;
}

.profile-pic img {
  width: 100%;
  object-fit: cover;
}

.danger-tab {
  padding: 0.05rem 1.5rem;
  word-spacing: 3px;
  transform: rotate(-90deg) translate(-39%, -157%);
}

.social-link-tab {
  padding: 0.25rem 1.5rem;
  border: 1px solid #909090;
  border-radius: 2rem;
  color: #1D1F21;
  transition: all 0.3s ease;
}

.social-link-tab:hover {
  color: #e7e7e7;
  background-color: #1D1F21;
  border: 1px solid #1D1F21;
}

.about-svg {
  top: -100%;
  left: 50%;
  transform: translate(-50%, 10%) scale(1.1);
  width: 600px;
}

#progress-circle img {
  width: 72px;
}

.progress-container {
  position: absolute;
  background: transparent;
  height: 100px;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.progress-circle {
  transform: scale(0.61);
  box-shadow: 0 -1px 0 0 #D6D7D8;
  background: #909090;
  border-radius: 100%;
  position: absolute;
  overflow: hidden;
  height: 164px;
  width: 164px;
  top: -33%;
  left: -33%;
}

.p-f,
.p-h {
  clip: rect(0, 164px, 164px, 82px);
  position: absolute;
  overflow: hidden;
  height: 164px;
  width: 100%;
  left: 0%;
}

.p-f {
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  left: 0;
}

.p-f:before,
.p-h:before {
  content: "";
  background: #1D1F21;
  position: absolute;
  height: 164px;
  width: 50%;
  left: 0%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.progress-circle #progress,
.progress-circle #progress-ps {
  -webkit-box-shadow: 0 1px 0 0.5px #D6D7D8;
  box-shadow: 0 1px 0 0.5px #D6D7D8;
  font-family: "Montserrat", sans-serif;
  margin: -70px 0 0 -70px;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  line-height: 140px;
  background: #fff;
  font-size: 34px;
  color: #46494D;
  height: 150px;
  width: 150px;
  z-index: 1;
  left: 47%;
  top: 47%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.skills-container {
  position: relative;
  width: 16.67%;
  height: 150px;
  position: relative;
  border: 1px solid #e7e7e7;
}

.border-left {
  border-left: 10px;
}

.work-tab {
  padding: 0.05rem 1.5rem;
  word-spacing: 3px;
}

.pt-6 {
  padding-top: 4rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.fs-3rem,
.fs-3rem span {
  font-size: 3rem;
  line-height: 1em;
}

.mt-2_5rem {
  margin-top: 2.5rem;
}

.mt-1_5rem {
  margin-top: 1.5rem;
}

.fs-1_5 {
  font-size: 1.5rem;
}

.view-btn {
  padding: 0.25rem 2.5rem;
  border: 1px solid #909090;
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.view-btn:hover {
  color: #e7e7e7 !important;
  background-color: #1D1F21;
  border: 1px solid #1D1F21;
}

.work-heading {
  width: 48.5%;
  margin-left: 1.5%;
}

.work-img {
  position: relative;
  /* border: solid 1px rgba(0 0 0 / 5%); */
}

.work-img img {
  object-fit: cover;
}

.work_image {
  transition: all 0.5s ease;
}

.work-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 31, 33, 0.5);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}

.work-img:hover .work_image {
  transform: scale(1.2);
}

.work-img:hover .work-img-bg {
  opacity: 1;
}

.width-49 {
  width: 48.5%;
}

.work-img-arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 48px;
  height: 3rem;
  background: #F8F8F8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.work-img-arrow i {
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.icon-arrow-1 {
  transform: translateX(-20px);
}

.icon-arrow-2 {
  transform: translateX(-35px);
}

.icon-arrow-3 {
  transform: translateX(-35px);
}

#work-box {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#work-box2 {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#view-more {
  max-height: 0vh;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease;
  flex-wrap: wrap;
}

#view-less-text {
  display: none;
}

.p-white p {
  color: #e7e7e7;
}

#read-less-text {
  display: none;
}

#read-more {
  margin-top: 1rem;
  max-height: 0vh;
  overflow: hidden;
  display: inline-block;
  transition: all 1s ease;
}

#read-more.expanded {
  max-height: 20vh; /* Adjust based on content height */
}

.border-btn {
  border: 1px solid #909090;
}

.p-10 {
  height: 100vh;
}

#box-1,
.box-2 {
  border: 1px solid #909090;
}

.py-10rem {
  padding: 7.5rem 3rem !important;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.object-2 {
  width: 500px;
  left: 15%;
  bottom: -150%;
}

.footer-container {
  padding: 2.5rem;
}

.footer {
  border-bottom: 0.1px solid #46494D;
  position: absolute;
  bottom: 1rem;
  width: 100%;
  left: 0;
}

.link {
  transition: all 0.3s ease;
  cursor: pointer;
}

.link:hover {
  color: #909090 !important;
  fill: #909090 !important;
}

.z-100 {
  z-index: 10000;
}

.px-3rem {
  padding-right: 3rem;
  padding-left: 3rem;
}

.fs-1_25rem {
  font-size: 1.25rem;
}

.container-100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w_50 {
  width: 50%;
}

.gap_5 {
  gap: 3em;
}

.about-links-mob {
  display: none;
}

#about-read-less {
  display: none;
}

.pt-main {
  padding-top: 6em;
}

.about-links {
  margin-bottom: 0.2em;
}

#about-read-btn {
  display: none;
}

.rounded_start_3 {
  border-bottom-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
}

.rounded_end_3 {
  border-bottom-right-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.gap_3 {
  gap: 1em;
}

.gap_2 {
  gap: 0.5em;
}

.mt_5 {
  margin-top: 3em;
}

.p_5 {
  padding: 3em;
}

.p_1_5 {
  padding: 1.5em;
}

.onload-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#box-1 > div img,
.box-2 > div img {
  width: 4.5em;
}

.gap_4 {
  gap: 1.5rem;
}

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer-btn-mob {
  flex-wrap: wrap;
}

.mobile-card {
  display: none;
}

@media only screen and (max-width: 552px) {
  html {
    font-size: 14px;
  }
  .view-btn {
    font-size: 1rem;
    padding: 0.25rem 1rem;
  }
  .fs-1_5 {
    font-size: 1.25rem;
  }
  .link {
    font-size: 1rem;
  }
  #header-contact {
    display: none !important;
  }
  .fs-1_25rem {
    font-size: 1rem;
  }
  .px-3rem {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .hamburger-box {
    transform: scale(0.8);
  }
  .hamburger-box:hover {
    transform: scale(1);
  }
  .menu {
    min-height: 30vh;
    top: -80vh;
  }
  .menu ul {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0 !important;
    padding-top: 3em;
    overflow: hidden;
  }
  .menu ul li {
    display: flex;
    justify-content: center;
    padding-top: 0vh;
  }
  .menu ul li bu {
    padding: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
  }
  .menu ul li p {
    color: #46494D;
  }
  .menu-line-mobile {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 10%;
    height: 1px;
    background-color: rgba(70, 73, 77, 0.3);
    opacity: 0;
  }
  .menu-line {
    display: none;
  }
  .menu-dot {
    display: none;
  }
  .menu-text-hover {
    font-size: 1.1rem !important;
  }
  .onload-bg-image img {
    transform: rotate(120deg) scale(2);
    height: 80vh;
  }
  .smooth-scroll {
    width: 100%;
  }
  .order section:nth-child(2) {
    order: -1;
    margin-bottom: 10px;
  }
  .order section:nth-child(1) {
    width: 60%;
    margin-top: 1.5em;
  }
  .flex_wrap {
    flex-wrap: wrap;
  }
  .fs-heading p,
  .fs-heading span {
    font-size: 9vw;
    line-height: 95%;
    padding-right: 3vw;
  }
  .mt-heading {
    margin-top: 25vh;
  }
  .about-svg {
    top: -18vh;
    width: 70vw;
    left: 65vw;
  }
  .btn-hover {
    transform: scale(0.8);
  }
  .transformX-50 img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 1rem;
    object-fit: cover;
  }
  .section-2,
  .section-1,
  .section-3 {
    height: auto;
  }
  .section-2 {
    width: 50% !important;
  }
  .transformY-250px {
    transform: translateY(0px);
  }
  .center-gl {
    height: auto;
  }
  .paralax-gl-con {
    height: 550px;
  }
  #about-section {
    flex-direction: column;
  }
  .w-100-mob {
    width: 100% !important;
  }
  .w-auto {
    width: auto;
  }
  .w-auto div {
    transform: rotate(90deg) translateY(2em);
  }
  .w-auto div p {
    display: inline-block;
    transform: scale(0.6);
  }
  .profile-pic {
    order: -1;
    transform: scale(0.8);
  }
  .social-link-tab {
    transform: scale(0.8);
  }
  .mt-main {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .gap_5 {
    gap: 0 !important;
  }
  .about-links-mob {
    display: flex;
    gap: 1.5em;
  }
  .pt-main {
    padding-top: 2em;
  }
  .about-links-cont {
    display: none;
  }
  #about-read-para {
    max-height: 0vh;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s ease;
  }
  #about-read-btn {
    display: flex;
  }
  .skills-container {
    transform: scale(0.8);
    width: 33%;
    border: none;
    height: 110px;
  }
  .flex-wrap-mob {
    flex-wrap: wrap;
  }
  .gap_3 {
    gap: 0;
  }
  .mt_6em {
    margin-top: 6em !important;
  }
  .pt_6em {
    padding-top: 6em !important;
  }
  .no-padding-mob {
    padding: 0;
  }
  .d-none-mob {
    display: none;
  }
  .work-heading {
    width: 100%;
    margin-left: 0;
  }
  .fs-3rem span {
    font-size: 2rem;
  }
  #help-heading span {
    font-size: 2rem;
  }
  #work-heading {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2em;
  }
  .mt-2_5rem {
    margin-top: 2em;
  }
  .work-img-arrow {
    width: 42px;
  }
  .icon-arrow-1 {
    transform: translateX(0);
    position: absolute;
  }
  .icon-arrow-2,
  .icon-arrow-3 {
    display: none !important;
  }
  .work-img {
    margin: 0 !important;
  }
  #view-more-btn {
    transform: translateY(-5vh);
  }
  .pb-6 {
    padding-bottom: 0 !important;
  }
  .pt-6 {
    padding-top: 2em;
  }
  .px-3rem-mob {
    padding-left: 1em;
    padding-right: 1em;
  }
  .p-0-mob {
    padding: 0;
  }
  #opacity-gsap {
    display: none !important;
  }
  #help-heading,
  #help-para {
    margin-top: 1em !important;
  }
  #read-more-btn {
    display: none !important;
  }
  #box-1,
  .box-2 {
    padding: 1em;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #box-1 > div:nth-child(1),
  .box-2 > div:nth-child(1) {
    gap: 1em !important;
    width: 100%;
  }
  #box-1 > div:nth-child(1) img,
  .box-2 > div:nth-child(1) img {
    width: 4em;
  }
  #box-1 > div:nth-child(1) > div > p,
  .box-2 > div:nth-child(1) > div > p {
    margin-bottom: 0.5em;
    /* font-size: $font-size-1; */
  }
  #box-1 > div:nth-child(1) div div,
  .box-2 > div:nth-child(1) div div {
    gap: 0.5em !important;
    justify-content: space-between;
  }
  #box-1 > div:nth-child(2),
  .box-2 > div:nth-child(2) {
    margin-top: 1em;
  }
  #box-1 > div:nth-child(2) p,
  .box-2 > div:nth-child(2) p {
    font-size: 0.9rem;
    line-height: 1.5em;
  }
  #main-box {
    width: 100%;
  }
  #box-1 > div:nth-child(1) > div > div p,
  .box-2 > div:nth-child(1) > div > div p {
    padding: 0.05rem 0.8rem;
    font-size: 0.75rem;
  }
  .p-10 {
    height: 90vh;
  }
  .py-10rem {
    padding: 5em 1em !important;
  }
  #hire-section {
    flex-direction: column;
    gap: 2em;
  }
  .work-tab {
    padding: 0em 1em;
    word-spacing: 3px;
    font-size: 0.8rem;
  }
  .mb-2rem {
    margin-bottom: 0.5em !important;
  }
  .fs-2rem-mob {
    font-size: 2rem;
  }
  .footer-btn-mob {
    flex-wrap: wrap;
    gap: 1em !important;
    margin-top: 2em;
  }
  .footer-btn-mob button {
    transform: scale(1) !important;
    margin-right: 20%;
  }
  .footer-container {
    padding: 1em;
    transform: translateY(5px);
  }
  .footer-btn-mob button div a,
  .footer-btn-mob button div a span {
    font-size: 0.9rem;
  }
  .object-2 {
    width: 75vw;
    left: auto;
    bottom: 0;
    top: -29vh;
    right: -22em;
  }
  .desktop-card p {
    font-size: 110px;
  }
  .mobile-card {
    display: block;
  }
}
@media only screen and (max-width: 820px) and (min-width: 553px) {
  html {
    font-size: 14px;
  }
  .fs-heading p span {
    font-size: 5.8vw;
  }
  .about-svg {
    top: -110%;
    left: 56%;
  }
  .px-3rem {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .menu ul li {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
    padding-top: 33vh;
  }
  .menu ul li p {
    text-align: center;
    font-size: 1.5rem;
  }
  .fs-heading p span {
    line-height: 85%;
  }
  .w-522px {
    width: 300px;
  }
  .w-280px {
    width: 200px;
  }
  .transformX-50 img {
    height: 240px;
  }
  .paralax-gl-con {
    height: 80vh;
  }
  .skills-container {
    width: 33%;
  }
  .flex-wrap-mob {
    flex-wrap: wrap;
  }
  .danger-tab {
    width: 106px;
  }
  .fs-3rem {
    margin-bottom: 0.5em;
    line-height: 1.2em;
  }
  .work-img-arrow {
    width: 41px;
    transform: scale(0.8) translate(10px, 10px);
  }
  #work-container {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.5em;
  }
  .work-heading {
    width: 100%;
    margin-left: 0;
  }
  .mt-2_5rem {
    margin-top: 1em;
  }
  .view-btn {
    padding: 0.25em 1.5em;
  }
  #help-main {
    flex-direction: column;
    height: 80vh;
  }
  #help-main section {
    width: 100%;
  }
  .footer-btn-mob {
    flex-wrap: wrap;
  }
  #hire-section {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.5em;
  }
  .w-100-mob {
    width: 100%;
  }
  .mb-2rem {
    margin-bottom: 0.2em;
    width: 70%;
  }
  .footer-btn-mob {
    margin-top: 1.5em;
  }
  .object-2 {
    width: 75vw;
    left: 50vw;
    top: -32vh;
    bottom: auto;
  }
}
@media only screen and (max-width: 375px) {
  #box-1 div:nth-child(1),
  .box-2 div:nth-child(1) {
    flex-wrap: wrap;
  }
  #box-1,
  .box-2 {
    height: 35vh;
  }
  #hire-section section:nth-child(2) p:nth-child(2) {
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 1060px) and (min-width: 821px) {
  #box-1 div:nth-child(1),
  .box-2 div:nth-child(1) {
    gap: inherit;
    justify-content: space-between;
  }
  .work-tab {
    padding: 0.05rem 0.85rem;
  }
}/*# sourceMappingURL=main.css.map */