@font-face {
  font-family: "Futura-book";
  src: url("../fonts/FUTURALT-BOOK.TTF"); }
@font-face {
  font-family: "Futura-bold";
  src: url("../fonts/FUTURALT-BOLD.TTF"); }
@font-face {
  font-family: "Playfair-Display";
  src: url("../fonts/PLAYFAIRDISPLAY-WGHT_1.TTF"); }
@font-face {
  font-family: "fonters";
  src: url("../fonts/FONTERS.OTF"); }
.mobile-Show {
  display: none; }

.ipad-Show {
  display: none; }

img {
  width: 100%; }

.btn-primary {
  color: #fff;
  background-color: #231f20;
  border-color: #231f20;
  font-family: "Futura-book";
  border-radius: unset !important;
  padding: 8px 20px; }

.swiper {
  width: 100%;
  height: 100%; }
  .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.paddingLeft-0 {
  padding-left: 0; }

.paddingRight-0 {
  padding-right: 0; }

.pl-30 {
  padding-left: 30px; }

.lightPingbg {
  background: #E8CCC8; }

.darklighpink {
  background: #EEDBD7; }

.empactiveappbg {
  background: #DFC8CE; }

.emp-active-job-bg {
  background: #EBDFE3; }

.emp-active-job-light-bg {
  background: #E7D6DC; }

.w-40-p {
  width: 40% !important; }

.w-30-p {
  width: 30% !important; }

a {
  color: #000;
  text-decoration: none !important; }

button:focus {
  box-shadow: unset !important; }

.main-mag-wrapper {
  background-color: #ecebe7; }

.mag-main-heading {
  text-align: center;
  color: #231f20;
  text-transform: capitalize;
  font-size: 72px;
  margin-bottom: 35px;
  font-family: "Playfair-Display"; }

.magazine-tab-wrap nav {
  margin-bottom: 20px; }
  .magazine-tab-wrap nav .nav-tabs {
    justify-content: center;
    gap: 50px;
    border-bottom: unset;
    flex-wrap: unset;
    overflow-x: scroll;
    overflow-y: hidden; }
    .magazine-tab-wrap nav .nav-tabs .nav-link {
      font-size: 16px;
      border: unset;
      font-family: "Futura-book";
      color: #000; }
    .magazine-tab-wrap nav .nav-tabs .nav-link.active {
      color: #B653CE;
      font-size: 16px;
      background-color: transparent;
      border-color: unset; }
  .magazine-tab-wrap nav .nav-tabs::-webkit-scrollbar {
    display: none; }

.customHeight {
  overflow: hidden; }

.mag-cat-main-media {
  height: 85%;
  max-height: 100%; }

.cat-content-wrapper {
  padding: 45px 20px 50px 20px !important;
  background-color: #f0f0f0;
  height: 42%; }
  .cat-content-wrapper h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 12px; }
  .cat-content-wrapper h3 {
    color: #000;
    font-size: 28px;
    font-family: "Playfair-Display";
    font-weight: bold;
    width: 60%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
  .cat-content-wrapper a {
    width: 40%; }
    .cat-content-wrapper a .cat-para-container {
      width: 100% !important; }
  .cat-content-wrapper .cat-content {
    display: flex;
    width: 100%;
    margin-top: 30px; }
    .cat-content-wrapper .cat-content .cat-para {
      font-size: 14px;
      color: #000;
      font-family: "Futura-book";
      width: 80%;
      margin-left: auto; }
    .cat-content-wrapper .cat-content p {
      font-size: 14px;
      color: #000;
      font-family: "Futura-book";
      width: 80%;
      margin-left: auto; }
    .cat-content-wrapper .cat-content .read-more-hyper {
      text-decoration: none !important;
      font-size: 12px;
      text-transform: uppercase;
      color: #231f20;
      width: 80%;
      margin-left: auto;
      display: block;
      font-weight: bold;
      letter-spacing: 1px;
      margin-top: 40px;
      font-family: "Futura-bold";
      text-underline-offset: 4px; }
      .cat-content-wrapper .cat-content .read-more-hyper:hover {
        text-decoration: underline !important; }

.mag-cat-small {
  background-color: #fff;
  /* margin-bottom: 1rem !important;  */
}
  .mag-cat-small h2 {
    padding: 0 15px 5px 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    font-weight: bold; }
  .mag-cat-small .dip-heading {
    font-size: 32px;
    font-family: "Playfair-Display";
    color: #000;
    text-align: center;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 10px !important;
    min-height: 70px;
    margin-bottom: 0 !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .mag-cat-small .mag-cat-small-box {
    padding: 0 1.5rem 0 1.5rem; }
  .mag-cat-small iframe {
    max-width: 299px;
    height: 181px;
    width: 100%; }
  .mag-cat-small p {
    font-size: 14px;
    color: #231f20;
    font-family: "Futura-book";
    text-align: center;
    margin-top: 5px;
    line-height: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0 !important; }
  .mag-cat-small .small-cat-hyper {
    text-decoration: underline;
    font-size: 12px;
    text-transform: uppercase;
    color: #231f20;
    text-align: center;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0;
    font-family: "Futura-bold";
    text-underline-offset: 4px; }
    .mag-cat-small .small-cat-hyper:hover {
      text-decoration: underline !important; }
  .mag-cat-small img {
    width: 100%;
    height: 182px;
    object-fit: cover; }

.last-become-sephora-wrapper {
  padding: 25px 20px 0 20px !important; }

.become-sephora-wrapper {
  padding: 30px 20px 50px 20px;
  background-color: #F0F0F0;
  height: calc(100% - 1rem); }
  .become-sephora-wrapper h2 {
    font-family: "Futura-book";
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 20px;
    font-weight: bold; }
  .become-sephora-wrapper h3 {
    color: #000;
    font-size: 28px !important;
    font-family: "Playfair-Display" !important;
    font-weight: bold; 
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
  }
  .become-sephora-wrapper .cat-content {
    display: flex;
    width: 100%;}
    .become-sephora-wrapper .cat-content .cat-para-container {
      width: 40%; }
    .become-sephora-wrapper .cat-content .contentHeading {
      width: 60%; }
    .become-sephora-wrapper .cat-content .cat-para {
      font-size: 14px;
      color: #000;
      font-family: "Futura-book";
      width: 40%;
      margin-left: auto; }
    .become-sephora-wrapper .cat-content p {
      font-size: 14px;
      color: #000;
      font-family: "Futura-book";
      width: 85%;
      margin-left: auto;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical; }
    .become-sephora-wrapper .cat-content .read-more-hyper {
      text-decoration: underline;
      font-size: 12px;
      text-transform: uppercase;
      color: #231f20;
      width: 80%;
      margin-left: auto;
      display: block;
      font-weight: bold;
      letter-spacing: 1px;
      margin-top: 40px;
      font-family: "Futura-bold";
      text-underline-offset: 4px; }
      .become-sephora-wrapper .cat-content .read-more-hyper:hover {
        text-decoration: underline !important; }

.top-job-heading h1 {
  font-size: 50px;
  font-family: "Playfair-Display";
  color: #231f20;
  text-align: center;
  margin: 50px 0 75px 0;
  text-transform: capitalize;
  font-weight: bold; }

.card-green {
  background-color: #D8D7D0;
  padding-bottom: 25px;
  margin-bottom: 3.5rem;
  min-height: 270px;
  max-height: 300px; }
  .card-green figure {
    max-width: 94px;
    margin: 0 auto;
    text-align: center;
    display: none; }
    .card-green figure img {
      width: 94px;
      height: 94px;
      object-fit: contain;
      background-color: #fff; }
  .card-green p {
    text-align: left;
    font-size: 12px;
    font-family: "Futura-book";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .card-green h3 {
    text-align: left;
    font-size: 22px;
    font-family: "Playfair-Display";
    margin-left: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }

.card-pink {
  background-color: #DFC8CE;
  padding-bottom: 25px;
  margin-bottom: 1.5rem;
  min-height: 270px;
  max-height: 300px; }
  .card-pink figure {
    max-width: 94px;
    margin: 0 auto;
    text-align: center;
    display: none; }
    .card-pink figure img {
      width: 94px;
      height: 94px;
      margin-top: -75px;
      object-fit: contain;
      background-color: #fff;
      border-radius: 30px !important;
      width: 94px;
      height: 94px; }
  .card-pink p {
    text-align: left;
    font-size: 12px;
    font-family: "Futura-book";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .card-pink h3 {
    text-align: left;
    font-size: 22px;
    font-family: "Playfair-Display";
    margin-left: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }

.swiper-pagination-bullet-active {
  background-color: #878787 !important; }

.catagory-list-main {
  overflow-y: scroll;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto; }

.catagory-content-main {
  height: 100vh;
  overflow-y: scroll; }

.catagory-list-main::-webkit-scrollbar {
  display: none; }

.catagory-content-main::-webkit-scrollbar {
  display: none; }

/* width */
.cat_list_wrapper::-webkit-scrollbar {
  width: 5px; }

/* Track */
.cat_list_wrapper::-webkit-scrollbar-track {
  box-shadow: unset;
  border-radius: 5px; }

/* Handle */
.cat_list_wrapper::-webkit-scrollbar-thumb {
  background: #dfc8ce;
  border-radius: 5px; }

/* Handle on hover */
.cat_list_wrapper::-webkit-scrollbar-thumb:hover {
  background: #dfc8ce; }

.cat_list_wrapper {
  padding: 20px 40px 0 40px;
  width: 80%;
  background-color: #E8D9DE;
  overflow-y: scroll;
  max-height: 100vh;
  position: relative; }
  .cat_list_wrapper .doublearrow {
    position: absolute;
    top: 14px;
    left: 10px; }
  .cat_list_wrapper .cat_list_ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: block; }
    .cat_list_wrapper .cat_list_ul li {
      padding-bottom: 20px; }
      .cat_list_wrapper .cat_list_ul li .mag-sidebar-btn,
      .cat_list_wrapper .cat_list_ul li .mag-sidebar-btn.active {
        background-color: transparent;
        text-align: left;
        border-color: transparent;
        padding: 0;
        width: 100%; }
      .cat_list_wrapper .cat_list_ul li h2 {
        color: #000;
        text-transform: uppercase;
        font-size: 12px; }
      .cat_list_wrapper .cat_list_ul li h3 {
        color: #000;
        font-size: 16px;
        font-family: "Playfair-Display";
        font-weight: bold; }
      .cat_list_wrapper .cat_list_ul li .cat_list_hyper {
        text-decoration: underline;
        font-size: 9px;
        text-transform: uppercase;
        color: #231f20;
        display: inline-block;
        font-weight: bold;
        letter-spacing: 1.26px;
        padding: 0 0 15px 0;
        font-family: "Futura-bold";
        text-underline-offset: 4px; }
        .cat_list_wrapper .cat_list_ul li .cat_list_hyper:hover {
          text-decoration: underline !important; }
      .cat_list_wrapper .cat_list_ul li button {
        color: #000; }
      .cat_list_wrapper .cat_list_ul li p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #000000;
        font-size: 14px; }

.maga_details_main {
  background-color: #ecebe7; }

.cat_detail_wrapper {
  padding: 10px 0 0 15px; }
  .cat_detail_wrapper h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 14px; }
  .cat_detail_wrapper h1 {
    color: #000;
    font-size: 35px;
    font-family: "Playfair-Display";
    font-weight: bold;
    width: 80%;
    margin-bottom: 20px; }
  .cat_detail_wrapper .main-detail-img {
    width: 80%;
    height: 410px;
    margin-bottom: 30px; }
    .cat_detail_wrapper .main-detail-img img {
      width: 100%;
      height: inherit;
      object-fit: cover; }

.detailsJobSwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 292px;
  margin: 70px auto 0;
  height: auto; }
.detailsJobSwiper .swiper-wrapper .swiper-slide:nth-child(odd) {
  background: #d8d7d0; }
.detailsJobSwiper .swiper-wrapper .swiper-slide:nth-child(even) {
  background: #dfc8ce; }

.sticky-list {
  position: fixed;
  top: 120px;
  width: 405px !important;
  height: calc(100vh - 123px); }

.mag-details-para h2 {
  width: 80%; }
.mag-details-para p {
  width: 80%;
  font-size: 18px;
  text-align: left;
  font-family: "Futura-book";
  color: #000;
  margin-bottom: 30px; }
.mag-details-para h5 {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  font-family: "Futura-bold";
  color: #000;
  margin-bottom: 30px; }
.mag-details-para img {
  max-width: 677px !important;
  width: 100% !important;
  height: 410px;
  object-fit: contain;
  margin-top: 20px; }

.mag_latest_job .latest_job_heading {
  display: flex;
  justify-content: space-evenly;
  align-items: center; }
  .mag_latest_job .latest_job_heading span {
    text-align: center;
    font-size: 37px;
    font-weight: 600;
    color: #000;
    font-family: "Playfair-Display";
    margin-left: 30px; }
  .mag_latest_job .latest_job_heading .viewAll_hyper {
    text-decoration: underline;
    font-size: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #231f20;
    display: inline-block;
    font-weight: bold;
    padding: 15px 0 0 0;
    font-family: "Futura-bold";
    text-underline-offset: 4px;
    margin-right: -100px; }

.details_job_slider {
  padding: 20px 0 0;
  background: #ecebe7;
  height: max-content; }
  .details_job_slider .swiper-wrapper {
    margin-bottom: 0; }
    .details_job_slider .swiper-wrapper .swiper-slide {
      width: 100%;
      max-width: 292px; }
  .details_job_slider .topjob-box {
    width: 100%; }
  .details_job_slider .swiper-button-next,
  .details_job_slider .swiper-button-prev {
    height: 53px;
    width: 53px;
    margin-top: 0; }
  .details_job_slider .swiper-button-next:after {
    display: none; }
  .details_job_slider .unserveJob h2 {
    font-size: 50px;
    line-height: 81px;
    color: #231f20;
    font-weight: bolder; }
  .details_job_slider .swiper-pagination .swiper-pagination-bullet {
    background: #c6c6c6;
    opacity: 1;
    height: 12px;
    width: 12px; }
  .details_job_slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #2e2e2e; }

.maga_mobile_toggle,
.arrowdown_toggle {
  display: none; }

@media screen and (max-width: 767px) {
  .mag-cat-small h2 {
    text-align: left; }

  .card-pink {
    margin-bottom: 0;
    width: 100%; }
    .card-pink figure img {
      margin-top: 10px; }
    .card-pink a {
      margin-left: 0; }

  .card-green {
    margin-bottom: 0;
    width: 100%; }
    .card-green figure img {
      margin-top: 10px; }
    .card-green a {
      margin-left: 0; }

  .top-jobslider {
    width: 100%; }
    .top-jobslider .mobile-view {
      padding-left: 0 !important; }

  .main-mag-slider {
    width: 100%; }

  .kar-wrapper {
    padding: 0; }

  .mobile-view {
    padding-left: 10px;
    margin-bottom: 2.5rem; }

  .order {
    order: 1; }

  .order_2 {
    order: 2; }

  .magazine-tab-wrap nav .nav-tabs {
    gap: 5px;
    justify-content: left;
    padding-bottom: 10px;
    overflow-x: scroll !important; }

  .customHeight {
    margin-bottom: 1rem; }

  .mag-cat-main-media {
    height: 100% !important; }

  .cat-content-wrapper {
    padding: 15px 0 0 0;
    background-color: transparent; }
    .cat-content-wrapper h3 {
      font-size: 24px; }
    .cat-content-wrapper .cat-content {
      display: block;
      margin-top: 10px; }
      .cat-content-wrapper .cat-content .cat-para {
        width: 100%; }
      .cat-content-wrapper .cat-content .read-more-hyper {
        margin: 20px 0 30px 0; }

  .become-sephora-wrapper h3 {
    font-size: 24px; }
  .become-sephora-wrapper .cat-content {
    display: block; }
    .become-sephora-wrapper .cat-content .cat-para {
      width: 100%; }
    .become-sephora-wrapper .cat-content .contentHeading {
      width: 100%; }
    .become-sephora-wrapper .cat-content .read-more-hyper {
      width: 100%; }

  .maga_details_main {
    position: relative; }

  .catagory-list-main {
    height: 75vh;
    position: absolute;
    display: none;
    z-index: 9; }

  .cat_list_wrapper {
    width: 100%;
    margin: 0 auto; }

  .cat_detail_wrapper {
    padding: 10px 0 0 0; }

  .cat_detail_wrapper h1 {
    font-size: 24px;
    width: 100%; }

  .arrowdown_toggle {
    position: absolute;
    z-index: 10;
    bottom: 29.5%;
    text-align: center;
    transform: rotate(180deg); }

  .mag-details-para p,
  .mag-details-para h5 {
    width: 100%;
    font-size: 14px; }

  .cat_detail_wrapper .main-detail-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }

  .mag_latest_job .viewAll_hyper {
    display: none !important; }

  .mag_latest_job {
    width: 100%; }

  .details_job_slider {
    padding: 20px 0 0;
    background: #ecebe7; }

  .maga_mobile_toggle {
    text-align: center; }

  .arrowdown_toggle {
    display: none; }

  .show_div {
    display: block; }

  .maga_mobile_toggle {
    display: block; }

  .cat_list_wrapper .doublearrow {
    position: absolute;
    top: 30px;
    left: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-job-heading h1 {
    margin: 40px 0 50px 0; }

  .mag-cat-small h2 {
    text-align: left; }

  .card-pink {
    margin-bottom: 0;
    width: 100%; }
    .card-pink figure img {
      margin-top: 10px; }

  .card-green {
    margin-bottom: 0;
    width: 100%; }
    .card-green figure img {
      margin-top: 10px; }

  .top-jobslider {
    width: 100%; }

  .main-mag-slider {
    width: 100%; }

  .kar-wrapper {
    padding: 0; }

  .mobile-view {
    padding-left: 10px;
    margin-bottom: 2.5rem; }

  .order {
    order: 1; }

  .order_2 {
    order: 2; }

  .magazine-tab-wrap nav .nav-tabs {
    gap: 10px; }

  .cat-content-wrapper {
    padding: 15px 0 0 0;
    background-color: transparent; }
    .cat-content-wrapper h3 {
      font-size: 24px; }
    .cat-content-wrapper .cat-content {
      display: block;
      margin-top: 10px; }
      .cat-content-wrapper .cat-content .cat-para {
        width: 100%; }
      .cat-content-wrapper .cat-content .read-more-hyper {
        margin: 20px 0 30px 0; }

  .become-sephora-wrapper h3 {
    font-size: 24px; }
  .become-sephora-wrapper .cat-content {
    display: block; }
    .become-sephora-wrapper .cat-content .cat-para {
      width: 100%; }
    .become-sephora-wrapper .cat-content .read-more-hyper {
      width: 100%; }

  .cat_list_wrapper {
    width: 95%; }

  .cat_list_wrapper {
    padding-left: 30px; }

  .cat_list_wrapper .doublearrow {
    left: 7px; }

  .cat_detail_wrapper {
    padding: 10px 0 0 0; }

  .cat_detail_wrapper h1 {
    font-size: 24px;
    width: 100%; }

  .mag-details-para p,
  .mag-details-para h5 {
    width: 100%;
    font-size: 14px; }

  .cat_detail_wrapper .main-detail-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }

  .mag_latest_job .viewAll_hyper {
    display: none !important; }

  .mag_latest_job {
    width: 100%; }

  .details_job_slider {
    padding: 20px 0 0;
    background: #ecebe7; } }
#lastMagtitle {
  color: #000;
  font-size: 28px !important;
  font-family: "Playfair-Display" !important;
  font-weight: bold !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 65%;
  margin-right: 0 !important; }
  #lastMagtitle a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }

/*# sourceMappingURL=magzine-details.css.map */
