@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;700&display=swap");

html {
  scroll-padding-top: 70px;
}

body {
  font-family: "Montserrat", sans-serif;
}

*,
*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.bg-main {
  background-color: #1e0a3c;
}

#mob-nav-menu span {
  cursor: pointer;
}

.slide {
  flex: none;
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 7rem;
  padding-right: 7rem;
  position: relative;
  z-index: 1;
}

.links li {
  cursor: pointer;
}

.slide-heading {
  width: 50%;
  font-size: 3.75rem /* 60px */;
  line-height: 1;
  font-weight: 700;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.gradient1 {
  background-image: linear-gradient(to right,
    rgba(130, 60, 255, 1),
    rgba(40, 255, 200, 1));
}

.gradient2 {
  background-image: linear-gradient(to right,
    rgba(255, 75, 0, 1),
    rgba(255, 200, 0, 1));
}

.gradient3 {
  background-image: linear-gradient(to right,
    rgba(225, 27, 34, 1),
    rgba(244, 154, 193, 1));
}

.slider-btn {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 18rem;
  z-index: 12;
}

.slider-btn2 {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 18rem;
  z-index: 11;
}

.slide-indicator {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 1.25rem /* 20px */;
  padding-bottom: 2rem /* 20px */;
  display: flex;
  justify-content: center;
  z-index: 12;
}

.slide-indicator2 {
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
  z-index: 12;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

.step div {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 99999px;
  background-color: #c4c4c4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step span {
  color: #58595b;
  font-size: 14px;
  margin-top: 0.6rem;
}

.t-slide {
  width: 100vw;
  padding: 7rem 16rem 7rem 16rem;
  display: flex;
  justify-content: flex-end;
}

.t-pic {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  height: 20rem;
  width: 38rem;
  position: relative;
}

.t-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  border-radius: 1rem;
  position: absolute;
  width: 33rem /* 448px */;
  height: 20rem;
  left: -20rem /* -320px */;
  top: -4rem /* -64px */;
  bottom: auto;
  padding: 2rem /* 32px */;
  color: #1e0a3c;
  font-size: 1rem /* 16px */;
  line-height: 1.5rem /* 24px */;
}

#content li {
  margin-bottom: 1rem;
  display: flow-root list-item;
}

#content li span {
  font-weight: 600;
  font-size: 24px;
}

#go-to-top-btn>span {
  display: inline;
}

.job-buttons {
  align-items: unset;
}

.share-box {
  position: absolute;
  border:1px solid #c4c4c4;
  width: 249px;
  background-color: white;
  margin-top: 2.5rem;
  margin-left:0.5rem;
  display: none;
  padding:0.5rem 0.8rem;
  border-radius: 5px;
}
.share-box-section {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  gap: 0.3rem;
}
.share-box-section:hover {
  color: blue;
}
.link-box {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0.3rem 0.7rem;
  font-size: 8.7px;
  margin-top: 1rem;
}
.share-btn {
  padding: 6px 16px;
  cursor: pointer;
}
.share-button{
  cursor: pointer;
}
.view-job-container {
  padding: 7rem 7rem 3rem 7rem;
}

#emp {
  display: block;
}

#emp2 {
  display: none;
}

#curve-svg {
  width: 90vw;
  top: 5rem;
  bottom: auto;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  left: 3%;
}

.floating2 {
  animation-name: floating2;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  left: 8%;
}

.floating3 {
  animation-name: floating3;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  right: 3%;
}

.floating4 {
  animation-name: floating4;
  animation-duration: 2.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.bubble:hover {
  animation-play-state: paused;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  
  65% {
    transform: translate(0, 15px);
  }
  
  to {
    transform: translate(0, -0px);
  }
}

@keyframes floating2 {
  from {
    transform: translate(0, 0px);
  }
  
  40% {
    transform: translate(0, 7px);
  }
  
  to {
    transform: translate(0, -0px);
  }
}

@keyframes floating3 {
  from {
    transform: translate(0, 0px);
  }
  
  50% {
    transform: translate(0, 20px);
  }
  
  to {
    transform: translate(0, -0px);
  }
}

@keyframes floating4 {
  from {
    transform: translate(0, 0px);
  }
  
  46% {
    transform: translate(0, 8px);
  }
  
  to {
    transform: translate(0, -0px);
  }
}

.button-gradient {
  background-size: 200%;
  background-position: left;
}

.button-gradient:hover {
  animation: button-gradient infinite alternate 1s;
}

@keyframes button-gradient {
  from {
    background-position: left;
  }
  
  100% {
    background-position: right;
  }
}

#job-card p ul {
  list-style-type: disc;
  padding-left: 1rem;
  overflow-y: auto;
}

.job-card {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.job-card:hover {
  box-shadow: 0px 0px 25px rgba(130, 60, 255, 0.2);
}

.nav-links li:hover {
  transform: translateY(-5px);
  transition-duration: 0.4s;
}

.job-card>.short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.custom-shadow2 {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.linkedin-link {
  z-index: 11;
}

.core-value-animation {
  position: absolute;
  bottom: 0.5rem;
}

#copy-msg {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2rem;
  display: none;
  justify-content: center;
}

#copy-msg>span {
  padding: 1rem;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: solid #823cff 2px;
  color: #823cff;
  border-radius: 10px;
  font-weight: 500;
  background-color: white;
}

@media (min-width: 2000px) {
  #dep-container {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1210px) {
  .job-buttons {
    align-items: flex-end;
  }
  
  .view-job-container {
    padding: 5rem 1rem 1rem 1rem;
  }
  
  #go-to-top-btn>span {
    display: none;
  }
  
  .share-btn {
    padding: 6px 12px;
  }
  
  #content li span {
    font-size: 14px;
  }
 
  .slide {
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: flex-start;
    padding-top: 2rem;
  }

  #curve-svg {
    width: 100vw;
    top: auto;
    bottom: 0;
  }

  #emp {
    display: none;
  }
  
  #emp2 {
    display: block;
  }

  .slide-heading {
    width: 100%;
    font-size: 32px;
    line-height: 39.01px;
    text-align: center;
  }

  .slider-btn {
    top: 15rem;
  }

  .t-slide {
    height: 40rem;
    padding: 1rem;
    justify-content: center;
    align-items: flex-start;
  }
  
  .t-pic {
    height: 15rem;
    width: 100%;
  }
  
  .t-content {
    width: auto;
    height: 23rem;
    left: 6%;
    right: 6%;
    top: 90%;
    padding: 1rem 
    	/* 32px */;
    font-size: 0.875rem /* 14px */;
    line-height: 1.25rem /* 20px */;
  }

  .step div {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 12px;
  }

  .step span {
    font-size: 10px;
    margin-top: 0.6rem;
  }

  .slider-btn {
    top: 53%;
  }
  
  .floating {
    left: 3%;
  }
  
  .floating2 {
    left: 17%;
  }
  
  .floating3 {
    right: 3%;
  }
  
  .slide-indicator2 {
    padding-top: 1.25rem /* 20px */;
    padding-bottom: 1rem /* 20px */;
  }
}

@media only screen and (min-width: 768px) {
  .floating {
    left: 13%;
  }
  .floating2 {
    left: 22%;
  }
  .floating3 {
    right: 18%;
  }
}
.mobile-apply-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
