:root {
  --purple_blue: #654fa1;
  --yellow: #f9cf6e;
  --grey: #808282;
}

html {
  scroll-behavior: smooth;
}

.grid-container {
  max-width: 87rem;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}


body, *, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, input, textarea {
  font-family: 'Nunito Sans', sans-serif;
}

h1{
  font-size: 64px;
}
h2{
  font-size: 34px;
}
h3{
  font-size: 32px;
}
h4{
  font-size: 29px;
}
h5{
  font-size: 26px;
}
h6{
  font-size: 24px;
}

p{
  font-size: 20px;
}

a{
  transition: all 0.5s;
}

.justify-content-between{
  justify-content: space-between;
}

.justify-content-around{
  justify-content: space-around;
}

.justify-content-center{
  justify-content: center;
}

.flex-direction-column{
  flex-direction: column;
}

.flex-direction-row{
  flex-direction: row;
}

.d-flex{
  display: flex;
}

.button.warning{
  /* color: #ff9016;
  background-color: #ff9016; */
  color: var(--yellow);
  background-color: var(--yellow);
}

.button.warning:hover{
  /* background-color: #9e1a97; */
  background-color: var(--purple_blue);
  color: #ffffff;
  border-bottom: 0;
}


.contact-form textarea {
  border: none;
  border-bottom: 2px solid #5b5b5b;
  box-shadow: none;
  min-height: 80px;
  font-size: 20px;
}

.contact-form textarea:focus{
  border: 2px solid #5b5b5b;
}

/****************************************************/

.gutter-cm-x-l {
  padding-left: 84px;
}

.gutter-cm-x-r {
  padding-right: 84px;
}

.gutter-cm-x {
  padding-left: 84px;
  padding-right: 84px;
}

.margin-cm-x-l {
  margin-left: -84px;
}

.margin-cm-x-r {
  margin-right: -84px;
}

.margin-cm-x {
  margin-left: -84px;
  margin-right: -84px;
}

.margin-cm-x-l-70 {
  margin-left: -70px;
}

.margin-cm-x-r-70 {
  margin-right: -70px;
}

.margin-cm-x-70 {
  margin-left: -70px;
  margin-right: -70px;
}


@media (min-width: 991px){
  
  .gutter-cm-x-l-70 {
    padding-left: 70px;
  }
  
  .gutter-cm-x-r-70 {
    padding-right: 70px;
  }

  .gutter-cm-x-l-24 {
    padding-left: 24px;
  }

  .gutter-cm-x-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
}


.is-stuck{
  transition: all 0.5s;
}


/******* g *******************/

.section-intro-title{
  margin: 0;
  font-size: 32px;
  /* color: #ff9016; */
  color: var(--purple_blue);
  line-height: 1;
  font-weight: 700;
}

/******************************/

header {
  /* background-color: #ff9016; */
  background-color: var(--yellow);
  color: var(--purple_blue);
  padding: 35.3px 0;
  position: relative;
  z-index: 30;
  transition: all 0.5s;
}


.book-now {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all all 0.5s;
  -o-transition: all all 0.5s;
  transition: all 0.5s;
}

.book-now a h5{
  /* color: #ffffff; */
  color: var(--purple_blue);
  margin: 0;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.9px;
}

.gutter-y-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.data-sticky-container, .data-sticky {
  /* background-color: #ff9016; */
  background-color: var(--yellow);
  color: var(--purple_blue);
}

.is-stuck .button-head {
  font-size: 18px;
  min-height: 38px;
}
.is-stuck .brand-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero-main {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 320px;
}
.hero-main::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 70px;
  height: 25px;
  background: url("../images/hero-image-arrow.png") repeat-x center bottom;
  background-repeat: no-repeat;
  display: block;
  z-index: 1;
}
.hero-main figure {
  margin: 0;
  text-align: center;
}
.hero-main figure img {
  max-width: 100%;
  height: auto;
}
.hero-main .hero-bottle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-main .shap-bottole {
  min-width: 125px;
  position: relative;
}
.hero-main .shap-bottole img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}

/***************************/

.section-your-business{
  padding-bottom:30px;
  position: relative;
}

.section-your-business .section-title{
  padding-top: 25px;
  padding-bottom: 40px;
}

.section-your-business .section-title{
  font-weight: 900;
  /* color: #9e1a97; */
  color: var(--purple_blue);
  line-height: 1.1;
  font-size: 64px;
}

.section-your-business .section-title span{
  /* color: #ff9016; */
  color: var(--yellow)
}

.section-your-business .business-intro p{
  color: #36454f;
  line-height: 1.1;
  margin-bottom: 27px;
}

.section-your-business .business-intro p:nth-last-child(1){
  margin: 0;
}


.section-your-business ul li{
  margin-bottom: 23px;
  font-size: 20px;
}

/***************************/

.section-new-employer{
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}

.section-new-employer .tag-line {
  /* color: #ffffff; */
  color: var(--purple_blue);
  font-size: 29px;
  font-weight: 700;
}

.section-new-employer .tag-line h2{
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.section-new-employer .tag-line p{
  margin: 0;
  font-size: 29px;
  line-height: 1.15;
}

/******/

.section-new-employer.min-height-150{
  min-height: 150px;
}

.section-new-employer.min-height-208{
  min-height: 208px;
}

/******/
.section-new-employer.bg-orange{
  /* background-image: url(../images/employes-bg-orange.png); */
  background-image: url(../images/employees-bg-yellow.png);
  padding-top: 25px;
  padding-bottom: 33px;
  color: var(--purple_blue);
}

.section-new-employer.bg-purple{
  background-image: url(../images/employes-bg-purple.png);
}

/****************************/

.section-employment.light-gray{
    background-color: #e7e7e8;
    /* background-color: var(--grey); */
    position: relative;
}

.section-employment{
  padding-top: 36px;    
  padding-bottom: 38px;
  position: relative;
}

/* .section-employment .introtext h3{
    margin: 0;
    font-size: 32px;
    color: #ff9016;
    line-height: 1;
} */

.section-employment .introtext p{
    color: #37434f;
    line-height: 1.1;
    margin-bottom: 22px;
}

.section-employment .introtext ul{
  margin: 0;
}

.section-employment .introtext ul li{
    margin-bottom: 20px;
    font-size: 20px;
    font-style: normal;
    line-height: 1.3;
    list-style: none;
    position: relative;
}

.section-employment .introtext ul li:before{
  content: ' ';
  left: 0;
  top: 0;
  background-color: #000000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 5px;
}



.section-employment .introtext ul li:nth-last-child(1){
    margin: 0;
}

.section-employment .introtext ul li u{
  font-weight: 700;
}

.section-employment.italic .introtext ul li{
  font-style: italic;
}

/******/

.section-employment.make-the-shift p{
  font-weight: 600;
}


.section-employment.make-the-shift .introtext ul li {
  font-size: 20px;
  font-weight: 500;
  color: #36454f;
  font-style: normal;
}

.section-employment.make-the-shift .introtext ul li span {
  font-weight: 700;
}

.section-employment.make-the-shift .introtext ul li span em{
  font-style: normal;
}
/********/

.section-employment .introtext.list-b ul li:nth-last-child(1){
  margin-bottom: 30px;
}

.section-employment .introtext.list-b ul li{
  font-style: normal;
}

.section-employment .introtext.list-b p{
  font-weight: 500;
}

.section-employment .introtext.list-b h4{
  font-size: 20px;
  font-weight: 600;
  /* color: #ff9016; */
  color: var(--purple_blue);
  margin: 0;
}

/********************/

.section-workplace{
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}

.section-workplace figure a{
  display: inline-block;
}

.section-workplace .workplace-intro {
  /* color: #ff9016; */
  color: var(--purple_blue);
  font-weight: 700;
  font-size: 22px;
}

.section-workplace .workplace-intro ul li {
  line-height: 1.1;
  margin-bottom: 10px;
}

.section-workplace .shift-lists{
  margin-top: 32px;
}

.section-workplace .shift-lists .shift-list{
  text-align: center;
}


/********************/

.section-make-shift {
    padding-top:35px;
    padding-bottom: 35px;
    position: relative;
}

.section-make-shift.light-gray{
  background-color: #e7e7e8;
}

.section-make-shift .shift-intro h3{
  margin: 0;
  font-size: 32px;
  /* color: #ff9016; */
  color: var(--yellow);
  line-height: 1;
}

.section-make-shift .shift-intro p{
    color: #36454f;
    font-weight: 600;
}

.section-make-shift .shift-intro ul li {
  font-size: 22px;
  font-weight: 500;
  color: #36454f;
}

.section-make-shift .shift-intro ul li span{
  font-weight: 700;
}


/***********************************/

.section-make-your-business{
  padding-top: 31px;
  padding-bottom: 40px;
  position: relative;
}


.section-make-your-business .title h2{
  font-size: 64px;
  line-height: 1;
  /* color: #9e1a97; */
  color: var(--purple_blue);
  font-weight: 900;
  margin-bottom: 18px;
}

.section-make-your-business .title h2 span{
  /* color: #ff9016; */
  color: var(--yellow);
}

.section-make-your-business .intro ul li {
  /* color: #ff9016; */
  color: var(--purple_blue);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: uppercase;
  list-style: none;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}

.section-make-your-business .intro ul li:before{
  content: ' ';
  position: relative;
  left: -5px;
  top: -5px;
  width: 7px;
  height: 7px;
  /* background-color:#ff9016; */
  background-color: var(--purple_blue);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  display: inline-block;
}

/*******/

.section-make-your-business .contact-detail .sub-title{
  margin-bottom: 50px;
}

.section-make-your-business .contact-detail .sub-title h6{
    /* color: #9e1a97; */
    color: var(--purple_blue);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}


/******/
.section-make-your-business .contact-detail .project-manager-img{
  margin-bottom: 95px;
  padding-left: 8px;
}

.section-make-your-business .contact-detail .project-manager-img figure img{
  width: 212px;
  height: 237px;
  object-fit: cover;
} 

.section-make-your-business .contact-detail .manager-intro{
  color: #5a5a5a;
  font-weight: 700;
  padding-left: 13px;
}

.section-make-your-business .contact-detail .manager-intro p{
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.section-make-your-business .contact-detail .manager-intro a{
  color: #5a5a5a;
  display: block;
  font-size: 24px;
  margin-bottom: 25px;
  text-decoration: underline;
  text-transform: uppercase;
}

.section-make-your-business .contact-detail .manager-intro a:hover{
  /* color: #ff9016; */
  color: var(--yellow);
}

.section-make-your-business .contact-detail .manager-intro a:nth-last-child(1){
  text-decoration: none;
}

.section-make-your-business .shift-list {
  height: 100%;
  display: flex;
  align-items: center;
}

/****/

.section-make-your-business .shift-initiative{
  margin-bottom: 50px;
}

.section-make-your-business .shift-initiative p{
  font-size: 20px;
  color: #36454f;
  font-weight: 400;
}

.section-make-your-business .shift-initiative p span{
  text-transform: uppercase;
}

.section-make-your-business .funded p{
  font-size: 20px;
  color: #36454f;
  font-weight: 400;
  margin-bottom: 15px;
}

/********/

.contact-form{
  margin-bottom: 70px;
}

#mail-status p{
  margin: 0;
  padding: 5px 10px;
  line-height: 1;
  border-radius: 5px;
  color: #ffffff;
  text-transform: capitalize;
}

#mail-status p.success{
  /* background-color:  #9e1a97; */
  background-color: var(--purple_blue);
}

#mail-status p.error{
  background-color: red;
}

.contact-form  input{
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #5b5b5b;
    margin-bottom: 15px;
    height: 45px;
    padding: 5px 10px;
}

.contact-form  input:focus{
    border: 2px solid #5b5b5b;
}

.contact-form  .checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 53px;
}

.contact-form  .checkbox  label{
  margin-left: 20px;
}

.contact-form .checkbox input[type=checkbox] {
  margin: 0;
  line-height: normal;
  width: 30px;
  height: 27px;
  border: 2px solid #5b5b5b;
}

.contact-form  label{
    font-size: 24px;
    color: #5a5a5a;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1;
}

.contact-form button{
  width: 155px;
  height: 60px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  font-family: 'Nunito Sans', sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

button.warning{
  color: #ffffff;
  /* border-color: #ff9016;
  background-color: #ff9016; */
  border-color: var(--purple_blue);
  background-color: var(--purple_blue);
  

}

button.warning:hover{
  /* background-color: #9e1a97; */
  background-color: var(--yellow);
}

/***********************************/

footer{
  /* background-image: url('../images/employes-bg-orange.png'); */
  background-image: url('../images/employes-bg-purple.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:20px;
  padding-bottom: 20px;
}

footer ul{
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style: none;
}

footer a{
  color: #ffffff;
  display: inline-block;
}

footer p {
  margin: 0;
}

footer a:hover{
  color: #36454f;
}

footer .footer-intro-warp{
  height: 100%;
  text-align: center;
  justify-content: space-around;
}

footer .footer-intro-warp .learn-more h4{
  margin: 0;
  color: #fff;
  font-size: 28px;
}

footer .footer-intro-warp .learn-more a{
  text-decoration: underline;
}


footer .footer-intro-warp .copiwrite p{
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  padding: 0 10px;
}



/*# sourceMappingURL=app.css.map */


/******************************  responisve *************************************/






