@font-face {
  font-family: "Outline";
  src: url("../fonts/milestone_outline.otf") format("opentype");
}
.one {
  background-color: #ed35a0;
}

.one:hover {
  background-color: #ed35a0 !important;
}

.one-text {
  color: #ed35a0;
}

.two {
  background-color: #83046a;
}

.two:hover {
  background-color: #83046a !important;
}

.two-text {
  color: #83046a;
}

body {
  overflow-x: hidden;
  width: 100vw;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Lora", serif;
}

.scroll-container,
.scroll-area {
  max-width: 100vw;
  height: 100vh;
}

.scroll-container {
  overflow: auto;
  scroll-snap-type: y mandatory;
}

.scroll-area {
  scroll-snap-align: start;
}

.scroll-container,
.scroll-area {
  margin: 0 auto;
}

.scroll-area {
  display: flex;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}

.scroll-area-blur {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922), inset 0 0 0 1000px rgba(0, 0, 0, 0.7);
}

.gray-color {
  filter: grayscale(1);
  transition: 0.1s linear;
}

.gray-color:hover {
  filter: grayscale(0);
  transition: 0.1s linear;
}

#mainNav {
  z-index: 8;
  position: fixed;
  top: 5%;
  left: 10%;
  width: 80%;
  border-radius: 2.5em;
  box-shadow: none;
  background-color: white;
}
#mainNav .navbar-brand img {
  height: 70px;
}
#mainNav .mobile-upload-resume-img {
  width: 175px;
}

.uploadResumeButton {
  position: relative;
}
.uploadResumeButton .uploadResumeButtonIcon {
  background-color: white;
  position: absolute;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  top: -10px;
  left: -30%;
  padding: 15px;
  margin: 2px;
  color: #ed35a0;
  font-size: 24px;
}

.first-size {
  font-size: 65px;
}

.second-size {
  font-size: 60px;
}

.title-text {
  padding: 1.5em;
  font-size: 75px;
}

.title-text-second {
  padding: 1.5em;
  font-size: 75px;
}

.small-heading {
  font-size: 30px;
}

input.inputBox,
input.inputBox:active,
input.inputBox:focus {
  border: none !important;
  box-shadow: none !important;
}

.title {
  font-size: 50px;
}

.socialButtons {
  color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 41px;
  margin: 8px 4px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  background-color: #fff;
  width: 40px;
  font-size: 24px;
}
.socialButtons.linkedInButton:hover {
  transition: background-color 0.3s;
  color: #fff;
  background-color: #0a66c2;
}

#sideMenu {
  position: fixed;
  right: -20vw;
  top: 0;
  width: 20vw;
  z-index: 30;
  height: 100vh;
  transition: 0.2s linear;
}

#sideMenu.open {
  right: 0;
  transition: 0.2s linear;
}

.form-check-input[type=checkbox]:checked {
  background-image: none;
  background-color: #83046a !important;
}

.form-check-input:checked {
  border-color: #83046a !important;
}

.place-image-notch-bg {
  background-image: url(../images/notchBg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.floatingBadge {
  position: absolute;
  width: 10%;
  height: auto;
  z-index: 1;
}

.floatingBadge-left {
  left: 30px;
  top: 80px;
}

.floatingBadge-right {
  right: 30px;
  bottom: 80px;
}

.floatingBadge-two-left {
  right: 30px;
  bottom: 80px;
}

.floatingBadge-two-right {
  left: 30px;
  top: 80px;
}

.overlap {
  width: 55%;
  height: auto;
}

.first-overlap {
  float: left;
  z-index: 20;
}

.second-overlap {
  margin-top: 35%;
  margin-left: -500px;
  float: right;
  z-index: 4;
}

.typed-cursor {
  opacity: 0 !important;
}

.mainSwiper {
  height: 80vh;
}

.subSwiper {
  height: 20vh;
}

.subSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subSwiper .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #83046a;
}

.swiper-container {
  position: relative;
}

.swiper-container .swiper-button-prev {
  left: -40px;
}

.swiper-container .swiper-button-next {
  right: -40px;
}

.swiper-container .swiper-pagination {
  bottom: -30px !important;
}

.reviewCard {
  background: #938f91;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.small-green-rule {
  width: 1.5rem;
  height: 2px;
  background-color: #83046a;
  margin-bottom: 1rem;
}

.reviewCardImage {
  position: absolute;
  top: -40px;
  right: -20px;
  width: 150px;
  height: 150px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

.ourTeamSection {
  background-color: #000 !important;
}

.border-right-glow {
  box-shadow: 0px 0px 144px 10px rgb(198, 125, 211);
}

.show-on-mobile {
  display: none !important;
}

.free-shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.v-center {
  display: flex;
  align-items: center; /* Vertical centering */
  height: 100vh; /* Set the container height as needed */
}

.h-center {
  display: flex;
  justify-content: center; /* Horizontal centering */
  height: 100vh; /* Set the container height as needed */
}

.v-center-grid {
  display: grid;
  place-items: center;
  height: 100vh; /* Set the container height as needed */
}

#contactUsSideBg {
  height: 80vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  background-image: url(../images/backgrounds/footerBackground.svg);
  position: absolute;
  right: 100px;
  bottom: 0;
  width: 50vw;
}

@keyframes msgMove {
  0% {
    top: -50%;
  }
  to {
    top: 0;
  }
}
.msgNotice {
  text-align: center;
  position: fixed;
  color: #fff;
  top: 0;
  padding: 10px;
  width: 100%;
  left: 0;
  z-index: 9999;
  animation: msgMove 1s;
  text-transform: uppercase;
  font-weight: bolder;
}

.outline-shadow {
  margin-bottom: -4% !important;
  letter-spacing: 5px;
  font-family: "Outline", sans-serif;
  font-size: 80px; /* Adjust the font size as needed */
  color: #fff; /* Set your text color */
}

.footerLogo {
  transition: 0.5s linear;
  filter: grayscale(100%) brightness(1000%);
}
.footerLogo:hover {
  transition: 0.5s linear;
  filter: drop-shadow(0px 0px 0px transparent);
}

.any-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.g-recaptcha {
  margin: 10px 0;
}

/* Styling reCAPTCHA container */
#recaptcha-container {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
}

/* Styling reCAPTCHA badge */
.grecaptcha-badge {
  visibility: hidden;
}

/* Show reCAPTCHA badge on hover */
#recaptcha-container:hover .grecaptcha-badge {
  visibility: visible;
}

.videoContainer .video {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 !important;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.enquiryCard {
  padding-left: 2rem;
  padding-right: 2rem;
}/*# sourceMappingURL=designs.css.map */