@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Poppins";
  src:
    url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
}

@font-face {
  font-family: "Inter 18pt";
  src:
    url("../fonts/Inter18pt-Light.woff2") format("woff2"),
    url("../fonts/Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src:
    url("../fonts/Inter18pt-Bold.woff2") format("woff2"),
    url("../fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src:
    url("../fonts/Inter18pt-ExtraBold.woff2") format("woff2"),
    url("../fonts/Inter18pt-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src:
    url("../fonts/Inter18pt-Medium.woff2") format("woff2"),
    url("../fonts/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src:
    url("../fonts/Inter18pt-Regular.woff2") format("woff2"),
    url("../fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src:
    url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1 {
  font-size: 60px;
  color: #111827;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #111827;
}

h1 span,
h2 span {
  background: linear-gradient(to left, #9333ea, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

p {
  font-size: 18px;
  line-height: 1.625;
  color: #4b5563;
    font-family: "Inter 18pt";
}

.head-para {
  line-height: 28px;
  max-width: 53%;
}

.section-padding {
  padding: 80px 0;
}

.theme-button,
.theme-button-two {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  border: none;
  padding: 12px 30px;
  transition: all ease-in-out 0.4s;
  background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(147, 51, 234, 1) 100%);
}

.theme-button-two {
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 12px;
}

.theme-button-two i {
  font-size: 18px;
}

.theme-button-two.btn-tran-bg {
  color: #4f46e5;
  border: 2px solid #4f46e5;
  background: transparent;
  padding: 17px 25px 13px;
}

.theme-button:hover,
.theme-button-two:hover {
  transform: scale(1.05);
}

.login_sec .submit_btn:hover,
.filter_sec nav ul.pagination li.active span i,
.filter_sec nav ul.pagination li.active a i,
.filter_sec nav ul.pagination li a:hover i {
  color: #fff;
}

.filter_sec nav ul.pagination li.active span,
.filter_sec nav ul.pagination li span:hover,
.filter_sec nav ul.pagination li a:hover,
.filter_sec nav ul.pagination li.active a,
.theme-button-two.btn-tran-bg:hover {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(147, 51, 234, 1) 100%);
}

.header .navbar-brand {
  max-width: 150px;
}

.header .navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #374151;
  padding: 0 16px 0;
}

.header .navbar .navbar-nav .nav-link.active,
.header .navbar .navbar-nav .nav-link:hover {
  color: #4f46e5;
  font-weight: 500;
}

.hero-section {
  background-image: linear-gradient(to right, #dde3fd, #fee2f1);
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.home-para {
  font-size: 20px;
  line-height: 28px;
  color: #4b5563;
}

.trusted-bx {
  color: #4f46e5 !important;
  font-size: 14px;
  font-weight: 400;
  width: fit-content;
  border-radius: 25px;
  background-color: #e0e7ff;
  padding: 8px 16px;
  margin-bottom: 24px;
}

.searchJob {
  display: flex;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  justify-content: space-between;
  padding: 8px;
  gap: 12px;
}

input#skillSearch:focus {
  box-shadow: none;
}

.scroller_filter {
  max-height: 230px;
  overflow-y: scroll;
}

.scroller_filter::-webkit-scrollbar {
  width: 5px;
}

.filter-sidebar .filter_options span.select2-selection.select2-selection--single {
  height: unset;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  padding: 7px 12px;
  border-radius: 10px;
}

.filter-sidebar .filter_options .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.filter-sidebar .filter_options .select2-selection__rendered {
  padding: 0 !important;
}

.filter-sidebar .filter_options input,
input#skillSearch {
  border: 1px solid #e5e7eb;
  font-size: 13px;
  padding: 12px;
  border-radius: 10px;
}

.searchJob .input-group i {
  font-size: 15px;
  color: #6b7280;
}

.bi-geo-alt::before {
  font-weight: 600 !important;
}

.searchJob .input-group {
  padding: 12px 16px;
  background-color: #f9fafb;
  color: #111827;
  border-radius: 12px !important;
  border: none;
  width: 40%;
}

.searchJob .input-group .form-control:focus {
  outline: 0;
  box-shadow: unset;
}

.searchJob .input-group .select2-selection__rendered {
  /* padding: 0;
  padding-right: 20px !important; */
  background-position: right -2px center;
  padding: 0 !important;
}

.searchJob .input-group .select2-selection--single {
  border: 0;
  background-color: transparent;
}

.searchJob .theme-button {
  border-radius: 12px;
  padding: 14px 30px;
}

.menu-button .bar1,
.menu-button .bar2,
.menu-button .bar3 {
  width: 27px;
  border-bottom: 4px solid #7939cd;
  margin-bottom: 4px;
  border-radius: 58px;
}

.heroImgBg::before,
.heroImgBg::after,
.opportunitiesImgs::before,
.opportunitiesImgs::after {
  content: "";
  border-radius: 100%;
  position: absolute;
  animation: bgOpacity 3s linear infinite;
}

@keyframes bgOpacity {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0.2;
  }
}

.heroImgBg::before {
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
  background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(147, 51, 234, 1) 100%);
}

.heroImgBg::after {
  width: 128px;
  height: 128px;
  bottom: -40px;
  right: -40px;
  background: linear-gradient(90deg, rgba(236, 72, 153, 1) 0%, rgba(234, 88, 12, 1) 100%);
}

.heroImg {
  padding: 32px;
  background-color: #fffc;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  z-index: 9;
}

.heroImg img {
  border-radius: 16px;
}

.heroImg .posted-bx {
  position: absolute;
  left: -16px;
  top: -16px;
  color: #fff;
  width: 117px;
  height: 84px;
  border-radius: 16px;
  animation: postedmove 2s ease infinite alternate;
  background: linear-gradient(90deg, rgba(34, 197, 94, 1) 0%, rgba(5, 150, 105, 1) 100%);
  /* -webkit-animation: postedmove 0.9s ease infinite alternate; */
}

@keyframes postedmove {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.heroImg .active-bx {
  position: absolute;
  top: unset;
  left: unset;
  right: -16px;
  bottom: -16px;
  background: #a855f7;
  background: linear-gradient(90deg, rgba(168, 85, 247, 1) 0%, rgba(219, 39, 119, 1) 100%);
}

.heroImg .posted-bx p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.heroImg .posted-bx span {
  font-size: 14px;
}

.work-card {
  padding: 32px;
  background-color: #f9fafb;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  transition: all 0.6s;
  height: 100%;
}

.work-card:hover {
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.work-card .icon {
  color: #fff;
  font-size: 30px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(147, 51, 234, 1) 100%);
}

.work-card .icon2 {
  background: linear-gradient(90deg, rgba(168, 85, 247, 1) 0%, rgba(219, 39, 119, 1) 100%);
}

.work-card .icon3 {
  background: linear-gradient(90deg, rgba(22, 163, 74, 1) 0%, rgba(5, 150, 105, 1) 100%);
}

.work-card h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #111827;
}

.work-card p {
  font-size: 16px;
}

.mission-section {
  background-image: linear-gradient(to right, #eef2ff, #faf5fa);
}

.mission-section .OurMission {
  border-radius: 24px;
  height: 100%;
}

.mission-section .play-button {
  background-color: #ffffffe6;
  border-radius: 100%;
  border: none;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f46e5;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mission-section .work-card {
  border-width: 2px;
  padding: 24px;
  cursor: pointer;
  background-color: white;
}

.mission-section .work-card:hover {
  border-color: #4f46e5;
}

.mission-section .work-card .icon {
  width: 48px;
  height: 48px;
  font-size: 20px;
}

.mission-section .work-card h3 {
  font-size: 16px;
  line-height: 22px;
}

.mission-section .work-card p {
  font-size: 14px;
  line-height: 20px;
}

.mission-section .work-card a {
  font-size: 26px;
  color: #4b5563;
}

.counter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.counter-grid .count {
  font-size: 24px;
  line-height: 32px;
  color: #111827;
  font-weight: 600;
}

.counter-grid .text {
  font-size: 14px;
  line-height: 20px;
  color: #4b5563;
}

.testimonial_carousel .carousel-inner {
  max-width: 85%;
  margin: 0 auto;
  padding: 0 15px;
}

.testimonial_carousel .carousel-inner .carousel-item {
  background-color: white;
  padding: 25px 32px;
  height: 100%;
}

.carousel_itemsinner {
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 24px -6px;
  padding: 30px;
  min-height: 270px;
}

.testimonial_carousel .testi-user {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  border: 4px solid #e5e7eb;
  object-fit: cover;
}

.testimonial_carousel .rating-star i {
  color: #eab308;
  font-size: 20px;
}

.testimonial_carousel .user {
  color: #111827;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.testimonial_carousel .designation {
  font-size: 16px;
  color: #4b5563;
}

.testimonial_carousel .carousel-control-next,
.testimonial_carousel .carousel-control-prev {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 16px 1px;
}

.testimonial_carousel .carousel-control-prev {
  left: 12px;
}

.testimonial_carousel .carousel-control-next {
  right: 12px;
}

.testimonial_carousel .carousel-control-prev-icon,
.testimonial_carousel .carousel-control-next-icon {
  filter: invert(1);
  width: 20px;
}

.testimonial_carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 100%;
  background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(147, 51, 234, 1) 100%);
}

.footer .store-list a {
  padding: 10px;
}

.footer .store-list a .dwdText {
  font-size: 10px;
  line-height: 13px;
  opacity: 1;
}

.footer .store-list a .icon {
  width: 25px;
  height: 25px;
}

.footer .store-list a .storeText {
  font-size: 12px;
}

.testimonial_carousel .carousel-indicators button.active {
  width: 15px;
  height: 15px;
}

.opportunities-section {
  background-image: linear-gradient(to bottom right, #eef2ff, #faf5ff, #fdf2f8);
}

.store-list a {
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  gap: 12px;
  transition: all ease-in-out 0.5s;
}

.store-list a:hover {
  transform: scale(1.05);
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.store-list a .icon {
  background-color: #000;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  color: #fff;
}

.store-list a:nth-child(2) .icon {
  background: linear-gradient(90deg, rgba(34, 197, 94, 1) 0%, rgba(59, 130, 246, 1) 100%);
}

.store-list a .dwdText {
  font-size: 12px;
  line-height: 16px;
  color: #111827;
  font-weight: 500;
  opacity: 0.75;
}

.select_input span.select2.select2-container.select2-container--default {
  width: 100%;
}

.store-list a .storeText {
  font-size: 16px;
  color: #111827;
  font-weight: 600;
}

.trusted-bx .rating-star i {
  color: #eab308;
}

.trusted-bx span {
  color: #374151;
  font-size: 14px;
  font-weight: 500;
}

.opportunitiesImgs .imgBg {
  z-index: 2;
  max-width: 306px;
  min-height: 500px;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.opportunitiesImgs .imgBg:nth-child(1) {
  rotate: 6deg;
  transform-origin: top right;
  margin-right: -8%;
}

.opportunitiesImgs .imgBg:nth-child(2) {
  rotate: -6deg;
  transform-origin: top left;
  margin-left: -8%;
}

.opportunitiesImgs .imgBg,
.opportunitiesImgs .imgBg img,
.opportunitiesImgs .imgBg::before {
  border-radius: 24px;
}

/* .opportunitiesImgs .imgBg::before {
  content: "";
  position: absolute;
  height: calc(100% - 32px);
  width: calc(100% - 32px);
  opacity: 0.1;
  background-color: #db2777;
} */

/* .opportunitiesImgs::before {
  width: 80px;
  height: 80px;
  top: -40px;
  right: -40px;
  background: linear-gradient(
    90deg,
    rgba(79, 70, 229, 1) 0%,
    rgba(147, 51, 234, 1) 100%
  );
} */

.opportunitiesImgs::after {
  width: 128px;
  height: 128px;
  bottom: -40px;
  left: -40px;
  background: linear-gradient(90deg, rgba(236, 72, 153, 1) 0%, rgba(234, 88, 12, 1) 100%);
}

.chat {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(147, 51, 234, 1) 100%);
  bottom: 32px;
  right: 32px;
  box-shadow:
    rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px,
    rgba(17, 17, 26, 0.1) 0px 24px 80px;
  animation: bgOpacity 3s linear infinite;
  z-index: 99999;
}

.chat i {
  color: #fff;
  font-size: 20px;
}

/* footer */
.footer {
  padding: 64px 0 20px;
  background-color: #111827;
}

.footer h3 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.footer p {
  font-size: 16px;
  color: #9ca3af;
}

.footer-logo {
  max-width: 150px;
}

.footer .social-icon li a {
  font-size: 18px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #1f2937;
  transition: all ease-in-out 0.4s;
}

.footer .social-icon li a:hover {
  background-color: #4f46e5;
}

.footer .page-list li:not(:last-child) {
  padding-bottom: 12px;
}

.header button.btn-close {
  color: #5a43e6;
  filter: brightness(0) saturate(100%) invert(40%) sepia(92%) saturate(6405%) hue-rotate(243deg) brightness(93%)
    contrast(92%);
  opacity: 1;
}

.footer .page-list li a,
.footer .policy-list li a,
.footer .callNow {
  color: #9ca3af;
  font-size: 16px;
}

.footer .email-input-group {
  height: 3rem;
}

/* 
.footer .email-input-group .form-control {
  background: #1f2937;
  color: #fff;
  border: 1px solid #374151;
  border-radius: 0.375rem 0 0 0.375rem;
  padding: 0 1rem;
  font-size: 0.95rem;
  height: 100%;
  box-shadow: none;
}

.footer .email-input-group .form-control::placeholder {
  color: #9ca3af;
}

.footer .email-input-group .form-control:focus {
  border-color: #4f46e5;
} */
/* 
.footer .email-input-group .btn-send {
  border: none;
  color: #fff;
  font-size: 18px;
  background: linear-gradient(
    90deg,
    rgba(79, 70, 229, 1) 0%,
    rgba(147, 51, 234, 1) 100%
  );
  border-radius: 0 0.375rem 0.375rem 0;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: background 0.2s;
} */

.footer .callNow i {
  font-size: 18px;
}

.footer .copyRight {
  padding-top: 22px;
  border-top: 1px solid #1f2937;
}

.profile_login .user_profile {
  width: 50px;
  height: 50px;
  margin-left: 20px;
}

.profile_login .user_profile img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

header .user_profile_dropdown ul.dropdown-menu {
  background: #f5f5f5;
  padding: 12px 25px;
  border-radius: 10px 10px 10px 10px;
  margin-top: 10px;
  right: 0;
  min-width: 11rem;
  left: unset;
}

header .user_profile_dropdown ul.dropdown-menu li,
.company-setting ul.dropdown-menu li {
  border-bottom: solid 1px #dbdbdb;
}

header .user_profile_dropdown a.dropdown-item {
  color: #000;
  padding: 8px 0;
}

.profile_login i {
  font-size: 20px;
  margin: 0 20px 0 0;
  background: #7939cd;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

header .user_profile_dropdown .dropdown-toggle::after {
  display: none !important;
}

.notification_model {
  top: 35px;
  left: 335px;
}

.notification_model .modal-content {
  border-radius: 25px;
  padding: 15px 10px;
}

.notification_model h5 {
  letter-spacing: 1px;
}

.notification_model .btn-close {
  background: url(../image/experience_modal_close.png) no-repeat;
  box-shadow: none;
  background-size: 8px;
  background-position: 9px;
  padding: 0;
  opacity: 1;
  width: 26px;
  height: 26px;
  background-color: #7939cd;
}

.notification_model .modal-body {
  overflow-y: scroll;
  height: 430px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.notification_model .new_chatcard {
  border-bottom: solid 1px #d2d2d2;
  margin-bottom: 25px;
}

.notification_model .header_notification {
  margin-bottom: 12px;
}

.notification_model .img_box {
  max-width: 50px;
  height: 50px;
}

.notification_model .img_box img {
  object-fit: cover;
}

.notification_model p {
  color: #777777;
  font-size: 14px;
  line-height: 26px;
}

.notification_model .chat_btnbox a {
  width: 140px;
  padding: 9px 12px;
  font-size: 14px;
  margin: 5px 10px 30px 0;
  letter-spacing: 1px;
}

.notification_model .chat_btn {
  background: #7939cd;
  color: #fff !important;
}

.notification_model .chat_detailbtn {
  background: #ebebeb;
  color: #000 !important;
}

.notification_model .bi-three-dots-vertical {
  top: -10px;
  right: -12px;
  color: #000000;
  font-size: 17px;
}

#dialogMob {
  padding: 20px;
  border: none;
  border-radius: 20px;
  margin: auto;
}

#dialogMob a {
  display: inline-block;
  color: #4f46e5;
  font-size: 15px;
  font-weight: 500;
}

#dialogMob p {
  margin-bottom: 10px;
}
#dialog {
  padding: 20px;
  border: none;
  border-radius: 20px;
  margin: auto;
}

#dialog a {
  display: inline-block;
  color: #4f46e5;
  font-size: 15px;
  font-weight: 500;
}

#dialog p {
  margin-bottom: 10px;
}

/* find job page css start */

.filter-sidebar .filter_options {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 6%);
  border-radius: 12px;
  margin-bottom: 25px;
}

.filter_sec {
  background-color: #fafaff;
  padding: 100px 0;
}

.filter_sec h4 {
  color: #111827;
  font-weight: 600;
  font-size: 18px;
}

.profile_des .section-title i,
.filter_sec h4 i {
  color: #7939cd;
}

.profile_des .section-title i,
.filter_sec .bookmark i:before,
.filter_sec nav ul.pagination li a i:before,
.info-icons span i:before,
.filter_sec h4 i:before {
  font-weight: 600 !important;
}

.filter-sidebar .filter_options h6 {
  color: #111827;
  font-size: 16px;
  font-weight: 500;
}

.slide_content {
  margin-top: 15px;
}

.info-icons span,
.filter-sidebar .filter_options small {
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.filter-sidebar .filter_options label.form-check-label {
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.job-card .action-buttons a.fillbtn,
.job-card .action-buttons button.fillbtn,
.fiter_themebtn button.fillbtn {
  background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(147, 51, 234, 1) 100%);
  margin-bottom: 15px;
}

.fiter_themebtn button {
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px;
  color: #7939cd;
  border: 1px solid #7939cd;
}

.match-badge {
  font-size: 14px;
  font-weight: 600;
  background-color: #22c55e;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  border-radius: 54px;
  position: absolute;
  right: 4px;
  top: 10px;
}

.job-card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 6%);
  border-radius: 16px;
  margin-bottom: 25px;
  position: relative;
  min-height: 662px;
}

.job-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  padding-top: 25px;
}

.job-card p {
  font-size: 15px;
  color: #4b5563;
  font-family: "Inter", sans-serif;
  margin-bottom: 7px;
}

.job-card a.company-name {
  font-size: 15px;
  font-weight: 400;
  color: #7939cd;
  padding-bottom: 5px;
}

.job-card h6 {
  color: #111827;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.job-card .job-type-badge {
  background-color: #f2ebfa;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: #7939cd;
  font-family: "Inter", sans-serif;
  margin-bottom: 11px;
  margin-right: 6px;
}

.filter_sec .slide_content .form-check.custom-checkbox-purple {
  margin-bottom: 10px;
}

.job-card .action-buttons a,
.job-card .action-buttons button {
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 15px;
  color: #7939cd;
  border: 1px solid #7939cd;
  max-width: 48%;
  width: 100%;
}

.job-card.new_canditatevcard .action-buttons a,
.job-card.new_canditatevcard .action-buttons button {
  max-width: 55%;
}

.info-icons span i {
  font-size: 18px;
  line-height: 0;
}

.job-card.new_canditatevcard img {
  aspect-ratio: 3/3;
  object-fit: cover;
  object-position: top;
  background-color: #f6f6f6;
}

.info-icons span {
  display: flex;
  align-items: center;
}

.inner_banner .searchJob {
  max-width: 65%;
  margin: auto;
}

.filter_sec .custom-checkbox-purple .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #7939cd;
  border-radius: 6px;
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 0 !important;
  padding: 8px;
}

.filter_sec .custom-checkbox-purple .form-check-input:checked {
  background-color: #7939cd;
  border-color: #7939cd;
}

.filter_sec .custom-checkbox-purple .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D'0%200%2016%2016'%20fill%3D'white'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M13.78%203.72a.75.75%200%200%200-1.06%200L6.5%209.94%203.28%206.72a.75.75%200%200%200-1.06%201.06l3.72%203.72a.75.75%200%200%200%201.06%200l7.28-7.28a.75.75%200%200%200%200-1.06z'/%3E%3C/svg%3E");
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.filter_sec .custom-checkbox-purple .form-check-input:focus {
  box-shadow: none;
}

.hero-section.inner_banner {
  min-height: 350px;
  padding-top: 116px;
}

.filter_options .noUi-horizontal {
  height: 8px;
}

.filter_options #salarySlider .noUi-handle {
  box-shadow: unset;
  width: 20px;
  height: 20px;
  top: -7px;
  border-radius: 50%;
  right: -10px;
}

.filter_options .noUi-handle:after,
.noUi-handle:before {
  content: unset !important;
}

.filter_options #salarySlider {
  margin: 25px 6px 20px;
}

.filter_sec nav ul.pagination li span,
.filter_sec nav ul.pagination li a {
  border: 1px solid #e7e7e8;
  border-radius: 6px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_sec .form-box form label.form-label,
.filter_sec nav ul.pagination li span,
.filter_sec nav ul.pagination li a i,
.filter_sec nav ul.pagination li a {
  color: #111827;
  font-size: 16px;
  font-weight: 500;
}

.filter_sec nav ul.pagination li:not(:first-child):not(:last-child) span,
.filter_sec nav ul.pagination li:not(:first-child):not(:last-child) a {
  width: 40px;
  height: 40px;
}

.filter_sec ul.pagination {
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}

.new_canditatevcard .action-buttons button {
  width: unset;
  max-width: unset;
  padding: 10px 23px;
}

.job-card .action-buttons {
  padding-top: 20px;
  position: absolute;
  width: 86%;
  bottom: 22px;
}

header.header.headertheme nav.navbar {
  border-right: 0 !important;
}

.social_shares a {
  background: #7939cd;
  width: 38px !important;
  height: 38px;
  margin: 10px 0px 0px 0;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  max-width: unset !important;
}

.social_shares {
  border-radius: 5px;
  padding: 0 10px 10px 10px;
  box-shadow: 0px 0px 2px 0px #00000024;
  position: absolute;
  bottom: 26px;
  background-color: #fff;
  right: -3px;
}

.info-icons span .social_shares i:before {
  font-weight: 400 !important;
}

.filter_sec .bookmark {
  position: absolute;
  background-color: #fff;
  padding: 10px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 7px;
}

#salarySlider .noUi-connect {
  background: #7a30cf;
  /* Purple filled track */
}

#salarySlider .noUi-handle {
  background-color: white;
  border: 2px solid #7a30cf;
  box-shadow: 0 0 2px #7a30cf;
}

.salary-labels {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  color: #4a4a4a;
  margin-top: 10px;
}

.job-card a img {
  object-fit: cover;
  aspect-ratio: 3/2;
}

img.ready_to_work {
  position: absolute;
  right: 4px;
  top: 2px;
  max-width: 60px;
  z-index: 1;
}

/* find job page css end */

/* login and signup page css start */
.login_sec {
  background-color: #fafaff;
  padding: 150px 0 100px;
}

.login_sec .form-box ul.nav.nav-tabs {
  background-color: #f3f4f6;
  padding: 10px;
  border: none;
  border-radius: 15px;
}

.login_sec .form-box ul.nav.nav-tabs li.nav-item button {
  border: none;
  padding: 13px;
  border-radius: 10px;
  color: #111827;
  font-weight: 500;
}

.login_sec .form-box ul.nav.nav-tabs li.nav-item button.active {
  color: #9333e8;
}

.login_sec .form-box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 6%);
  border-radius: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.login_sec .form-box form .input_box {
  border: 1px solid #d1d5db;
  background-color: transparent;
  padding: 15px;
  border-radius: 15px;
}

.login_sec .form-box form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.login_sec .form-box form input:-internal-autofill-selected {
  background-color: #fff !important;
}

.login_sec .form-check label.form-check-label {
  font-size: 15px;
  color: #4b5563;
  font-family: "Inter", sans-serif;
}

.login_sec .form-box form .input_box input {
  font-size: 15px;
  font-weight: 500;
  color: #4b5563 !important;
}

.login_sec .form-box .form-check input#rememberMe {
  padding: 9px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 7px;
}

.login_sec .forget_text {
  color: #9333e8;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.login_sec .submit_btn {
  background: linear-gradient(90deg, rgba(79, 70, 229, 1) 0%, rgba(147, 51, 234, 1) 100%);
  color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 6%);
  border: none;
  font-size: 16px;
  font-weight: 500;
}

.login_sec .social-login button {
  color: #111827;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 12px 17px;
  border-radius: 15px;
  border: 1px solid #d1d5db;
  background-color: transparent;
  width: 48%;
}

.role-select button.active {
  background-color: #9333e81a;
  color: #9333e8;
  border-color: #9333e8 !important;
}

.role-select button {
  width: 50%;
  height: 85px;
  background-color: transparent;
  font-size: 15px;
  color: #111827;
  font-family: "Inter", sans-serif;
  border: 2px solid #111827;
  border-radius: 15px;
}

.role-select button i {
  margin-bottom: 10px;
  font-size: 20px;
}

.job-card.internship_card {
  min-height: 550px;
}

/* login and signup page css end */

/* user profile css start */
.profile_des .skill_details,
.profile_des .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 6%);
  border-radius: 12px;
  margin-bottom: 25px;
  border: 0;
}

.profile_details h3 {
  font-size: 48px;
  color: #fff;
}

.profile_head {
  padding: 125px 0 50px;
  background-image: linear-gradient(to right, #4f46e5, #9333ea);
}

.profile_details p {
  color: #e0e7ff;
  font-size: 18px;
}

.profile_details h6 {
  color: #e0e7ff;
  font-size: 24px;
    font-family: "Inter 18pt";
}

.profile_details p span {
  background-color: #fff3;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 16px;
}

.profile_des h3 {
  color: #111827;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}

.profile_des .skill_details h4 {
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 5px;
}
.profile_des .skill_part h6 {
  color: #111827;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}

.profile_des .skill_details small {
  color: #6b7280;
  font-weight: 500;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 16px;
    font-family: "Inter 18pt";
}
.education .skill_details {
  border: 1px solid #e0e7ff;
  background-image: linear-gradient(to right, #eef2ff, #faf5ff);
}
.skill_part span.tag {
  font-weight: 500;
  margin: 6px;
  border-radius: 20px;
  padding: 8px 16px;
  text-align: center;
}
.skill_part .blue_btn span.tag {
  color: #4338ca;
  background-color: #eef2ff;
}
.skill_part .green_btn span.tag {
  color: #047857;
  background-color: #ecfdf5;
}
.skill_part .purple_btn span.tag {
  color: #6d28d9;
  background-color: #f5f3ff;
}
.skill_details .dot {
  height: 15px;
  width: 15px;
  background-color: #7b2cbf;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -54px;
}
.profile_des .skill_details.sift_left {
  margin-left: 60px;
  position: relative;
}
.skill_details .dot:after {
  content: "";
  width: 2px;
  display: inline-block;
  height: 195px;
  position: absolute;
  left: 6px;
  background-color: #e9d5ff;
  top: 15px;
}
/* user profile css end */
