@font-face {
    font-family: "Chunk-Five";
    src: url("./Chunk.ttf") format("truetype"),
        url("./Chunk.ttf") format("truetype");
    font-weight: regular;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Chunk-Five-Print";
    src: url("./Chunk-Five-Print.ttf") format("truetype"),
        url("./Chunk-Five-Print.ttf") format("truetype");
    font-weight: regular;
    font-style: normal;
    font-display: swap;
}

/***footer***/

footer {
    background: #543c52;
    border-bottom: 8px solid #f55951;
    padding-top: 70px;
    padding-bottom: 30px;
}

footer .col img.image-fluid {
    width: auto !important;
}

footer p.hs-1 {
    color: #fff !important;
    font-size: 12px;
}

footer .col.col-3 {
    padding-left: 0;
    padding-right: 0px;
}

footer p {
    color: #ffff;
    font-size: 12px;
    margin-bottom: 0px;
}

footer p span {
    color: #f55951;
}

footer p span a {
    color: #f55951 !important;
}

.call-detail.col.col-4 .col {
    padding-left: 0px;
    padding-right: 0px;
}

footer i.fab {
    color: #ffff;
    font-size: 17px;
    border: 2px solid white;
    padding: 5px 5px;
    border-radius: 30px;
}

footer input.form-control {
    font-size: 12px;
    height: 38px;
    border-radius: 5px !important;
}

footer span.input-group-btn {
    position: absolute;
    right: 2px;
    background: #f55951 !important;
    margin-top: 2px;
    border-radius: 5px;
    font-size: 12px !important;
}

footer button.btn {
    font-size: 12px;
    color: #fff !important;
    padding: 6px;
}

footer .pt-3.pb-3 {
    padding-top: 0px !important;
}

footer .row.social-network-links .container {
    margin-top: 0px;
}

footer section.newsletter p {
    font-size: 10px;
    margin-top: 15px;
}

footer p.call-detail-sec-btm {
    padding-top: 20px;
    font-size: 12px;
}

footer li.nav-item a {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 4px;
    padding-right: 15px;
    font-size: 12px;
    color: #fff;
}

footer li.nav-item {
    list-style-type: none;
}

footer ul.footer-nav {
    padding: 0px;
    display: flex;
    margin-bottom: 0px;
}

/* Header */
header.nav-p .container-fluid {
    max-width: 960px;
}

header.nav-p nav.navbar.navbar-expand-lg {
    box-shadow: none !important;
    float: right;
}

header.nav-p .row {
    padding-top: 10px;
}

header.nav-p .col-6.col-xs-6.col-md-3 {
    padding-top: 6px;
}

header.nav-p a#navbarDropdown {
    font-size: 14px;
    color: #543c52;
    padding-right: 15px;
    padding-left: 15px;
}

header.nav-p .btn-menu {
    background: #f55951;
    color: #fff !important;
    border-radius: 6px;
    padding: 8px 20px !important;
    margin-left: 25px;
}

header.nav-p .dropdown-item {
    padding: 10px 25px;
}
/****header */
.header .navbar .btn-request {
    border-radius: 5px;
    background: #f55951;
    padding: 0px !important;
    margin-left: 20px;
}

.header .navbar .navbar-nav .nav-item.btn-request .nav-link {
    background: #f55951;
    padding: 12px 15px;
    font-size: 16px;
}

.header .navbar .navbar-nav .nav-item .nav-link {
    color: #543c52;
    font-size: 16px;
    font-weight: 400;
}

.header .navbar .navbar-nav .nav-item.dropdown:hover .nav-link {
    color: #f55951 !important;
}

.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a.dropdown-item {
    color: #543c52;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 30px;
    border-bottom: 0px !important;
}

.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0 !important;
    border: none !important;
}

.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li {
    border-bottom: 0px solid #e9ecef;
}

.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li span {
    font-weight: 600 !important;
    color: #f55951 !important;
}

.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    box-shadow: 0 20px 60px rgb(214 214 214 / 56%);
}

header.header nav.navbar.navbar-expand-lg.bg-light {
    padding-bottom: 0px;
}
@media (max-width: 1600px) {
    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px !important;
    }
    .header
        .navbar
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu
        a.dropdown-item {
        font-size: 14px;
    }
}
@media (max-width: 1600px) {
    .header
        .navbar
        .navbar-nav
        .nav-item.dropdown
        .dropdown-menu
        a.dropdown-item,
    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px !important;
    }
}
.container {
    max-width: 1140px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
header.header nav.navbar.navbar-expand-lg.bg-light {
    padding-bottom: 0px;
}

.image-fluid {
    max-width: 100%;
}
:root {
    --theme-yellow: #f6c300;
    --theme-red: #f55951;
    --theme-purple: #533b52;
}
.theme-red {
    color: var(--theme-red);
}
.theme-purple {
    color: var(--theme-purple);
}
.font-w5 {
    font-weight: 500;
}
.font-w6 {
    font-weight: 600;
}
.font-w9 {
    font-weight: 900;
}

p {
    font-size: 18px;
}

.button {
    padding: 15px 25px;
    background: var(--theme-yellow);
    border-radius: 4px;
    color: var(--theme-purple) !important;
    font-weight: 500;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.vue-careers {
    /* height: 100vh; */
    height: calc(100vh - 80px);
    position: relative;
    margin-top: 80px !important;
    padding-inline:15px;
}
.vue-careers .image-fluid {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left:0;
}

.vue-careers h1,
.vue-careers h2 {
    line-height: 1.1;
}
.vue-careers .content {
    text-align: center;
}

.vue-careers h1 .heading,
.vue-careers h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
}

.vue-careers h1 .main-heading {
    font-family: "Chunk-Five-Print";
    color: var(--theme-purple);
    text-transform: uppercase;
    word-break: break-word;
}

.padding {
    padding: 90px 142px;
}

.vue-about h2 {
    color: var(--theme-purple);
    font-weight: 600;
}
.vue-about h2 span {
    color: var(--theme-red);
    font-family: "Chunk-Five-Print";
    font-weight: 500;
}
.vue-about ul {
    color: var(--theme-purple);
    padding-left: 23px;
    margin: 0;
}
.vue-about ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.vue-about ul li::marker {
    font-size: 20px;
}

/* font-family: 'Chunk-Five'; */
/* .vue-careers  h2{
} */

.vue-who-rexcelerate {
    background-color: var(--theme-purple);
    display: flex;

    overflow: hidden;
}
.vue-who-rexcelerate img {
    max-width: 43%;
}
.vue-who-rexcelerate h2 {
    font-style: italic;
    color: var(--white);
    font-weight: 800;
    margin-bottom: 30px;
}
.vue-who-rexcelerate h2 span {
    font-style: normal;
    color: var(--theme-red);
    font-family: "Chunk-Five-Print";
    font-weight: 400;
    line-height: 1.3;
}

.vue-joining-rexcelerate {
    background: var(--theme-red);

    text-align: center;
}
.vue-joining-rexcelerate h2 {
    color: var(--white);
    font-weight: 600;
}
.vue-joining-rexcelerate h2 span {
    color: var(--theme-purple);
    font-family: "Chunk-Five-Print";

    font-weight: 500;
}
.vue-joining-rexcelerate img {
    max-width: 80%;
}

.vue-what-you-will {
    background-image: url(../images/rexcelerate/cloud.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding: 50px 20px;
    margin-top: 20px;
}
.vue-what-you-will > .row {
    margin-bottom: 50px;
}
.vue-what-you-will > .row img {
    position: absolute;
    top: -70px;
    left: 100%;
}
.career-sec-five {
    min-height: 365px;
    background-color: var(--theme-purple) !important;
}

.career-sec-five h2 {
    /* font-size: 42px; */
    /* font-weight: 800; */
    color: #f55951 !important;
    margin-top: 22px;
}

.career-sec-five p.text-white {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
}

.career-sec-ten {
    background: #f55951;
    padding-top: 60px;
    padding-bottom: 130px;
}
.inclusive-section-2.career-sec-six {
    margin-top: -232px;
    justify-content: center;
    display: flex;
    position: relative;
}

.inclusive-section-2 .first,
.inclusive-section-2 .second,
.inclusive-section-2 .third {
    padding: 0 10px;
    position: relative;
}

.career-sec-six h1.heading.text-secondary.text-center {
    color: var(--theme-purple) !important;
    font-size: 50px;
    margin-top: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.career-sec-six p.para {
    text-align: center;
    color: var(--theme-purple);
}

.career-sec-six {
    position: relative;
}

.vue-perks {
    background: var(--theme-red);
    background-image: url(../images/rexcelerate/perk-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 120px 20px 50px;
    margin-top: -90px;
    text-align: center;
}
.vue-perks h2 {
    position: relative;
}

.vue-perks img {
    filter: drop-shadow(11px 10px 20px #0000002e);
}
.vue-perks .benefits {
   
    row-gap: 50px;
}

.vue-exciting-sales-career {
    background: var(--theme-purple);
    color: var(--white);
    text-align: center;
    
}

.vue-join-us {
    background-image: url(../images/rexcelerate/cloud.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    padding-block: 50px;
    position: relative;
    margin-top: 20px;
}
.vue-join-us img {
    position: absolute;
    left: -20px;
    bottom: 100%;
    top: -100px;
    width: 360px;
}
.vue-join-us img.second {
    right: -20px;
    left: unset;
}

/* @media (min-width: 1024px) { */
@media (min-width: 1200px) {
  .vue-what-you-will {
    padding: 20px 20px 70px;
  }
  .vue-what-you-will > .row {
    padding-top: 100px;
  }
  .vue-perks .benefits {
    padding-block: 100px;
  }
  .vue-exciting-sales-career {
    padding: 50px 10px 70px;
  }
    /* .inclusive-section-2 .second {
        width: 435px;
    }
    .inclusive-section-2 .first,
    .inclusive-section-2 .third {
        width: 310px;
    } */
    .vue-about {
        background-image: url(../images/rexcelerate/about-img.png);
        /* padding: 240px 140px 120px; */
        padding: 260px 140px 100px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
        /* margin-top: -60px;
    padding: 120px 72px; */
        margin-top: -150px;
    }
    .vue-perks h2:before {
        content: "";
        top: -10px;
        background-image: url(../images/rexcelerate/perk-img.png);
        left: 70%;
        background-size: cover;
        height: 320px;
        width: 500px;
        position: absolute;
    }
    .vue-who-rexcelerate h2 span {
        display: block;
    }
    .vue-joining-rexcelerate h2,
    .vue-about h2 {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .vue-about h2 span {
        font-size: 60px;
    }
    .theme-font {
        font-size: 70px !important;
    }
    .vue-careers {
        height: calc(100vh - 80px);
    }

    .vue-careers .content {
        padding-top: 60px;
        height: calc(100vh - 80px);
    }

    .vue-careers h1 .heading,
    .vue-careers h2 {
        font-size: 18px;
    }
    .vue-careers h2 {
        width: 720px;
        margin: -5px auto 0;
    }
    .vue-careers h1 .main-heading br {
        display: none;
    }
    .vue-about {
        background-size: inherit;
        background-position: bottom right;
    }
    .vue-who-rexcelerate {
        padding-left: 140px;
    }
    .vue-who-rexcelerate h2 {
        font-size: 56px !important;
    }
    .vue-who-rexcelerate h2 span {
    }
    .vue-joining-rexcelerate {
        padding: 20px 110px;
    }
    .vue-joining-rexcelerate h2 {
        margin-top: 60px;
        justify-content: center;
    }
    .vue-joining-rexcelerate h2 span {
        font-size: 60px;
    }

    .vue-join-us {
        padding: 100px 20px 140px;
        
    }
}
@media (min-width: 1920px) {
    .vue-careers h1 .heading,
    .vue-careers h2 {
        font-size: 38px;
    }
    .vue-careers h2 {
        margin: -20px auto 0;
    }

    .vue-careers h1 .main-heading {
        font-size: 130px !important;
    }
    .vue-about {
        background-size: contain;
        background-position: bottom right;
    }
    .vue-who-rexcelerate {
        padding-top: 30px;
    }
    .vue-who-rexcelerate h2 span {
        font-size: 105px !important;
        display: flex;
        gap: 10px;
        align-items: center;
        /* justify-content: center; */
    }
    .vue-what-you-will {
        background-size: 100% 100%;
        background-position: top;
    }
}

/* @media (max-width: 1023px) { */
@media (max-width: 1199px) {
    .banner-2 {
        position: absolute;
        bottom: 80px;
        z-index: -1;
        display: block !important;
        left: 0;
        height: 100%;
        object-fit: cover;
        object-position: right;
        width: 100%;
    }

    .vue-careers .content {
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    /* section {
        padding-inline: 15px;
    } */
    .vue-joining-rexcelerate h2 {
        font-size: 1.8rem;
    }
    .padding {
      padding:50px 15px;
    }
}
@media (max-width: 767px) {
  .vue-joining-rexcelerate img {
    max-width: 50%;
  }
}
@media (max-width: 548px) {
    h2 {
        font-size: 25px !important;
    }
    .theme-font {
        font-size: 30px;
    }
    .inclusive-section-2.career-sec-six { 
      flex-direction:column;
      gap: 20px;
      padding-bottom: 20px;
      background:var(--theme-purple)
    }
    .inclusive-section-2 img {
      width:100%;
    }
}

/* Slider */
.event-slider h2 {
  text-align: center;
  font-weight: 800;
  font-size: 42px;
  color: #543c52;
  margin-top: 110px;
}
@media (min-width: 668px) {
   .event-slider h2 {
    margin-bottom: 32px;
  }
}
.event-slider p {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: all .7s;
  width: 100%;
  bottom: 0;
  background: #f55951c4;
  margin: 0;
  color:var(--white)
}
.event-slider .slick-initialized .slick-slide img {
  width:100% !important;
  pointer-events: none;
}
.event-slider .slider-items .item{
  position:relative;
  border: 1px solid #f5595169;
  cursor:grab;
}

.event-slider .slider-items .slick-slide{
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (min-width: 320px) {
  .event-slider .slider-items .slick-slide{
    margin-top: 20px;
  }
}
