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

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

.theDesk-logo{
  display: block;
  position: relative;
  width: 10%;
  margin: auto;
  top: 40%;
  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: 100%;
  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 div:nth-child(1){
  position: absolute;
  z-index: 3;
  width: 27.3%;
  left: -80px;
  top: 160px;
  text-align: center;
}

.Stack-Right-Img div:nth-child(1) video{
  width: 100%;
  border-radius: 16%/9%;;
  margin: auto;
  box-sizing: border-box;
}

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

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

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

.Stack-Left-Img div:nth-child(1) video{
  width: 100%;
  border-radius: 16%/9%;;
  margin: auto;
  box-sizing: border-box;
}

.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 */
}

.theDesk-Mid-banner{
  display: block;
  width: 100%;
  height: 800px;
  background: url("../../links/theDesk/Overview-Mid-Banner.jpg") no-repeat 50%;
  background-size: cover;
  margin: 320px 0 0;
}

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

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

.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;
}

.R1-3icons{
  text-align: center;
  margin-bottom: 80px;
}

.R1-3icons img{
  width: 50%;
  max-width: 120px;
  margin: auto;
  display: block;
}

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

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

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

.theDesk-Mission.Mission-2{
  background-color: #000000;
}

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

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

.theDesk-Mission-Img{
  display: table-cell;
  width: 50%;
  background: url("../../links/theDesk/R-3.jpg") no-repeat 50%;
  background-size: cover;
  margin: 0;
}

.theDesk-Mission-Img.Mission-2{
  background: url("../../links/theDesk/R-4.jpg") no-repeat 50%;
  background-size: cover;
}

.Key-Features{
  display: table-cell;
  text-align: center;
  width: 50%;
  border-right: 2px solid white;
  background-color: #00B7A4;
}

.Key-Features.Feature-2{
  background-color: #000000;
}

.Key-Features p{
  display: block;
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 2px solid white;
}

.Key-Features p:last-child{
  border: none;
}

.Sub-Features{
  display: table;
  width: 100%;
  text-align: center;
}

.Sub-Features td{
  width: 16.6666%;  
  padding: 24px;
  box-sizing: border-box;
  border-right: 2px solid white;
  background-color: #FBFBFB;
  vertical-align: middle;
}

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

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

.User-Flow .BG-Image{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.User-Flow .BG-Image img{
  width: 100%;
}

.R-Holder.Wireframes{
  margin-bottom: 40px;
}

.Wireframes-Img{
  width: 100%;
  padding: 0 40px 160px;
  box-sizing: border-box;
}

.Wireframes-Img img{
  width: 100%;
}

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

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

  .F5-child .F2_Details {
    padding: 320px;    
  }

}

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

  .F5-child{
    padding-bottom: 80px;
  }

  .F5-child .F2_Details{
    display: block;
    padding: 80px 40px;
    width: 100%;
  }

  .F5-child div{
    display: block;
    width: 100%;
  }
  
  .F5-child .handy-bg-1{
    display: none;
  }

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

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

  .Stack-Left-Img div:nth-child(1){
    right: 80px;
  }

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

  .Stack-Right-Img div:nth-child(1){
    left: 80px;
  }

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


}

@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%;
  }

  .R-Holder.Intro > div > div:nth-child(2){
    display: none;
  }

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

  .theDesk-Mission-Img{
    display: none;
  }

  .Sub-Features td{
    display: inline-block;
    width: 50%;
    border-bottom: 2px solid white;
  }

}





/*=========================================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;
  }

  .F5-child{
    margin-bottom: 80px;
  }

  .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(3){
    left: 24px;
  }

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

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

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

  
  .F5-child .F2_Details{
    padding: 80px 24px 40px;
  }

  .theDesk-Mid-banner{
    margin-top: 240px;
  }

  .R-Holder, .R-Holder.Intro{
    padding: 0 24px;
  }
  
  .theDesk-Mission{
    padding: 32px;
  }

  .Key-Features {
    display: block;
    width: 100%;
    border-bottom: 2px solid white;
  }

  .Key-Features p{
    padding: 16px;
  }

  .Sub-Features td {
    display: block;
    width: 100%;
    padding: 16px;
  }

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

}
