/*-------------------Main Banner-------------------*/

.WorkMainBanner{
	display: block;
  font-size: 0;
  width:100%;
  height:96vh;
  background: url("../../links/hiDollars/hi-MainBanner.png") no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.hiDollars-logo{
  display: block;
  position: relative;
  width: 14%;
  margin: auto;
  top: 43%;
  min-width: 150px;
  /*transform: translateX(-50%) translateY(-50%);*/
}




@keyframes FadeInOut {
  0% {
    opacity: .4;
  }
  50%{
  	opacity: 1;
  }
  100% {
    opacity: .4;
  }
}

@keyframes MoveUPDown {
  0% {
    transform: translateY(0px);
  }
  50%{
      transform: translateY(5px);
  }
  100% {
        transform: translateY(0px);
  }
}


.Proj_Maintitle{
display: block;
}

#WorkDetails_Container{
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out; 
}








/* ----------- Work_Details_Holder ----------- */
.Work_Details_Holder_P1{
  width: 100%;
  background-color: white;
}




.slick-slide:focus { outline: none; }


/* F 1 */

.F1_Holder{
  margin: -40px auto 40px;
  position: relative;
  display: block;
  max-width: 1200px;
  padding: 0 40px;
  box-sizing: border-box;
}

.F1_Holder img{
  width: 125%;
  display: block;
  position: relative;
}

.F1_Holder img:nth-child(4){
  float: right;
  margin: 0 0 0 0;
}

.F1_Holder > span {
  display: block;
  padding-bottom: 80px;
  text-align: center;
}

.Stack-Right-Img img:nth-child(1){
  position: absolute;
  z-index: 2;
  width: 27.3%;
  left: -80px;
  top: 160px;
}


.Stack-Right-Img img:nth-child(2){
  position: absolute;
  z-index: 1;
  width: 80%;
  left: -80px;
  top: 160px;
}

.Stack-Right-Img img:nth-child(3){
  z-index: 0;
}

.Stack-Left-Img img:nth-child(1){
  position: absolute;
  z-index: 2;
  width: 27.3%;
  right: -80px;
  top: 160px;
}


.Stack-Left-Img img:nth-child(2){
  position: absolute;
  z-index: 1;
  width: 80%;
  right: -80px;
  top: 160px;
}

.Stack-Left-Img img:nth-child(3){
  z-index: 0;
}


.F1_Holder > div > span, .F1_Holder > div{
  display: block;
  padding-bottom: 40px;
}



/* F 2 */


/*  F3  */


/*  F4  */


/*  F5  */
.F5-Holder{
  display: block;
  position: relative;
}

.F5-child{
  display: block;
  position: relative;
  width: 100%;
  font-size: 0;
  margin-bottom: 200px;
}

.F5-child.Mobile{
  display: none;
}

.F5-child .F2_Details{
  display: inline-block;
  text-align: left;
  width: 50%;
  padding: 160px;
  vertical-align: middle;
  box-sizing: border-box;
}


.F5-child div{
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: middle;
  /*background: url("../../links/Handy/handy1.png") no-repeat 50%;
  background-size: auto;*/
}

.F5-child div img{
  display: inline-block;
  position: relative;
  z-index: 100;
  /*top: 70%;*/
  /*left: -37.5px;*/
  /*right: 0;
  transform: translateY(-50%);*/
  width: 100%;
}

.F5-child .handy-bg-1{
  display: block;
  position: absolute;
  z-index: -999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 120px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#002854+0,002751+100&0.05+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,40,84,0.05) 0%, rgba(0,39,81,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,40,84,0.05) 0%,rgba(0,39,81,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,40,84,0.05) 0%,rgba(0,39,81,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d002854', endColorstr='#00002751',GradientType=0 ); /* IE6-9 */
}

.End-banner{
  display: block;
  width: 100%;
  height: 480px;
  background: url("../../links/hiDollars/End-Banner.png") no-repeat 50%;
  background-size: cover;
  margin: 0;
}

.StyleAndComponents-Holder{
  background-color: #fafafa;
  padding: 160px 0 80px ;
}

.StyleAndComponents{
  display: block;
  margin: auto;
  padding: 0 40px;
  box-sizing: border-box;
  max-width: 1200px;
  position: relative;
}

.StyleAndComponents > div{
  margin-bottom: 80px;
}

.StyleAndComponents img{
  width: 100%;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.StyleAndComponents > div.width-80percent{
  width: 80%;
  margin: auto;
}

.theDesk-Screens{
  display: block;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  position:relative;
  background-color: white;
}

.theDesk-Screens img{
  width: 100%;
}

.Gradient-White{
  display: block;
  width: 120vw;
  height: 400px;
  z-index: 0;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%, rgba(255,255,255,ffffff) 100%); /*ffffff, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.StyleAndComponents > .Gradient-White.Back{
  position: absolute;
  bottom: 0;
  left: -20vw;
  z-index: 0;
  margin-bottom: 0;
}


/*=========================================Research=================================================*/

.R-Holder{
  display: block;
  position: relative;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto 160px;
}

.R-Holder > div{
  font-size: 0;
  z-index: 1;
  position: relative;
  margin-bottom: 160px;
}

.R-Holder > div.Mission-Intro{
  margin-bottom: 0;
}

.R-Holder > .F2, .R-Holder > .F4{
  margin-bottom: 88%;
}

.R-Holder img{
  width: 100%;
}

.Mission-Holder{
  display: table;
  width: 100%;
  margin-top: 80px;
}

.Mission{
  display: table-cell;
  width: 50%;
  padding: 80px;
  box-sizing: border-box;
  background-color: #EAFCF6;
}

.Mission > div{
  font-size: 0;
}

.Mission > div > div{
  vertical-align: middle;
  line-height: 0;
  margin-bottom: 32px;
}

.Mission > div > div:nth-child(1){
  padding-right: 16px;
  box-sizing: border-box;
}

.Mission > div > div span{
  display: block;
}


.Mission.Mission-2{
  background-color: #FBF4FC;
}

.Mission p{
  padding: 24px 0;
  border-bottom: .5px solid white;
}

.Mission p:nth-child(2){
  border-top: .5px solid white;
}

.Mission-Title{
  padding-bottom: 24px;
}

.Mission-Title span:nth-child(1){
  color: #30DFA7;
}

.Mission-2 .Mission-Title span:nth-child(1){
  color: #CE76D9;
}

.User-Flow-Img{
  width: 100%;
  z-index: 1;
  position: relative;
}

.R-Holder.User-Flow .User-Flow-Img img{
  width: 100%;
}

.hi-Screens-L, .hi-Screens-R{
  display: block;
  width: 120%;
  font-size: 0;
  position: relative;
  margin-top: 80px;
}

.hi-Screens-L > div, .hi-Screens-R > div{
  display: inline-block;
  position: relative;
  z-index: 1;
}

.hi-Screens-L img, .hi-Screens-R video{
  width: 100%;
}

.hi-Screens-L > div:nth-child(1){
  width: 22%;
  padding-right: 40px;
  box-sizing: border-box;
  vertical-align: top;
}

.hi-Screens-L > div:nth-child(1) img, .hi-Screens-L > div:nth-child(2) img, .hi-Screens-L > div:nth-child(1) video, .hi-Screens-L > div:nth-child(2) video, .hi-Screens-R > div:nth-child(1) video, .hi-Screens-R > div:nth-child(2) video{
  border: 4px solid #ebebeb;
  border-radius: 16px;
  box-sizing: border-box;
}

.hi-Screens-L > div:nth-child(2){
  width: 78%;
  vertical-align: top;
}

.hi-Screens-L > div:nth-child(3){
  position: absolute;
  width: 50%;
  top: 20%;
  left: -15%;
  z-index: 0;
}

.hi-Screens-R{
  position: absolute;
  right: 0;
}

.hi-Screens-R > div:nth-child(1){
  width: 78%;
  vertical-align: top;
}


.hi-Screens-R > div:nth-child(2){
  width: 22%;
  padding-left: 40px;
  box-sizing: border-box;
  vertical-align: top;
}

.hi-Screens-R > div:nth-child(3){
  position: absolute;
  width: 50%;
  top: 20%;
  right: -15%;
  z-index: 0;
}

.CMS{
  display: block;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 160px;
}

.CMS > div {
  width: 100%;
  margin-bottom: 40px;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.CMS > div:nth-child(2) {
  margin-left: 24%;
}

.CMS > div > div{
  vertical-align: middle;
}

.CMS > div > div:nth-child(1){
  padding-right: 20px;
  box-sizing: border-box;
}

.CMS > div > div:nth-child(2){
  padding-left: 20px;
  box-sizing: border-box;
}

.CMS > div:nth-child(1) > div:nth-child(2){
  padding: 80px;
  box-sizing: border-box;
}

.CMS > div > div img, .CMS > div > div video{
  width: 100%;
  border: 4px solid #ebebeb;
  border-radius: 16px;
}

.CMS > div:last-child{
  position: absolute;
  bottom: 20%;
  left: 3%;
  z-index: 0;
  width: 60%;
}

.CMS > div:last-child img{
  width: 100%;
}

.R-Holder.User-Flow > div{
  margin-bottom: 80px;
}




/*=========================================Screens Sizes=================================================*/

@media only screen and (min-width:2400px){


}

@media only screen and (max-width: 1024px){
  
}

@media only screen and (max-width: 800px) {

  .Proj_Title_Block > :nth-child(3){
    padding-bottom: 32px;
  }

  .F1_Holder > div > span, .F1_Holder > div{
    width: 100%;
  }

  .R-Holder.Intro{
    margin-bottom: 80px;
  }
  
  .R-Holder.Intro > div > div{
    display: block;
    width: 100%;
  }

  .Mission-Holder{
    margin-top: 40px;
  }

  .Mission-Img{
    display: none;
  }

  .CMS > div:nth-child(1) > div:nth-child(1){
    display: none;
  }

  .CMS > div:nth-child(1) > div:nth-child(2){
    padding: 0;
    display: block;
    width: 100%;
  }

  .CMS > div:last-child{
    bottom: 0;
  }

  .Mission{
    padding: 32px;
  }

}





/*=========================================mobile=================================================*/

@media only screen and (max-width: 480px) {

  .WorkMainBanner img:nth-child(3){
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: 60%;
  }

  .F1_Holder{
    margin: 0 auto;
  }

  .StyleAndComponents, .theDesk-Screens{
    padding: 0 24px;
  }

  .StyleAndComponents .Title-0{
    font-size: 40pt;
    line-height: 72px;
  }

  .StyleAndComponents .width-75{
    width: 100%;
  }

  .Stack-Right-Img img:nth-child(1){
    left: 24px;
  }
  
  
  .Stack-Right-Img img:nth-child(2){
    left: 24px;
  }

  .Stack-Left-Img img:nth-child(1){
    right: 24px;
  }
  
  .Stack-Left-Img img:nth-child(2){
    right: 24px;
  }

  .R-Holder > div {
    width: 100%;
    margin: 40px auto 0;
  }

  .R-Holder, .R-Holder.Intro{
    padding: 0 24px;
  }
  
  .Mission{
    display: block;
    width: 100%;
  }

  .R-Holder.User-Flow > div, .R-Holder.Wireframes > div{
    width: 100%;
  }

  .hi-Screens-L, .hi-Screens-R{
    margin-top: 40px;
  }

  .hi-Screens-L > div, .hi-Screens-R > div{
    display: block;
    width: 100% !important;
    padding-right: 0 !important;
    margin-bottom: 24px;
  }

  .hi-Screens-L > div:nth-child(3), .hi-Screens-R > div:nth-child(3){
    display: none;
  }

  .R-Holder.Intro > div > div{
    position: relative;
  }

  .R-Holder > div{
    margin: 0 auto 80px;
  }

  .hi-Screens-R > div:nth-child(2){
    padding-left: 0 !important;
  }

  .hi-Screens-L > div:nth-child(1) img, .hi-Screens-L > div:nth-child(2) img, .hi-Screens-R > div:nth-child(1) img, .hi-Screens-R > div:nth-child(2) img, .CMS > div:nth-child(2) > div img{
    border: 4px solid #ebebeb;
    border-radius: 8px;
  }

  .R-Holder > .F2, .R-Holder > .F4{
    margin-bottom: inherit;
  }

  .CMS{
    padding: 0 24px;
  }

  .CMS > div:last-child{
    display: none;
  }

  .CMS > div:nth-child(2){
    margin-left: 0;
  }

  .CMS > div:nth-child(2) > div{
    display: block;
    width: 100%;
  }

  .CMS > div:nth-child(3), .CMS > div:nth-child(4){
    display: none;
  }

  .CMS > div > div:nth-child(1), .CMS > div > div:nth-child(2){
    padding: 0;
    margin-bottom: 24px;
  }

}
