/**-------------------------
8. Case Study App Page CSS Starts
-------------------------**/
.case-wrap-pg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.app-identity-wrapper {
  padding: 100px 0 48px 0;
      position: relative;
    z-index: 2;
}
.app-content {
  max-width: 80%;
  width: 100%;
  margin: 0 0 0 auto;
  background-image: url(../images/app-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 260px 90px;
}
.app-logo {
  width: 180px;
  height: 180px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  -moz-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 20px 24px;
} 
.app-logo img {
  margin: 0 auto;
}
.app-info {
  padding: 10px 0;
}
.app-info .sub-heading{
  max-width: 70%;
  width: 100%;
}
.app-motive {
  padding: 24px 0 64px 0;
}
.app-motive li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  text-align: center;
}
.app-icon {
  width: 110px;
  height: 110px;
  background-color: #f3f7f9;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: 0.48s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.app-motive li h4, .app-barcode-wrapper h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding-top: 16px;
}
.app-mobile-slider {
  text-align: center;
}
.mobile-container {
  font-size: 0.8px;
}
.marvel-device.iphone-x {
  width: 375em;
  height: 812em;
  padding: 26em;
  background: #fdfdfd;
  -webkit-box-shadow: inset 0 0 11em 0 black;
  box-shadow: inset 0 0 11em 0 black;
  border-radius: 66em;
}
.marvel-device {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.marvel-device.iphone-x:before {
  width: calc(100% - 10em);
  height: calc(100% - 10em);
  position: absolute;
  top: 5em;
  content: '';
  left: 5em;
  border-radius: 61em;
  background: black;
  z-index: 1;
}
.marvel-device.iphone-x .notch {
  position: absolute;
  width: 210em;
  height: 30em;
  top: 26em;
  left: 108em;
  z-index: 4;
  background: black;
  border-bottom-left-radius: 24em;
  border-bottom-right-radius: 24em;
}
.marvel-device.iphone-x .notch:before, .marvel-device.iphone-x .notch:after {
  content: '';
  height: 8em;
  position: absolute;
  top: 0;
  width: 8em;
}
.marvel-device.iphone-x .notch:before {
  background: radial-gradient(circle at bottom right, transparent 0, transparent 70%, black 70%, black 100%);
  right: -8em;
}
.marvel-device.iphone-x .notch:after {
  background: radial-gradient(circle at bottom left, transparent 0, transparent 70%, black 70%, black 100%);
  left: -8em;
}
.marvel-device.iphone-x .camera {
  width: 6em;
  height: 6em;
  top: 9em;
  border-radius: 100%;
  position: absolute;
  left: 154em;
  background: #0d4d71;
}
.marvel-device.iphone-x .speaker {
  height: 6em;
  width: 60em;
  left: 50%;
  position: absolute;
  top: 9em;
  margin-left: -30em;
  background: #171818;
  border-radius: 6em;
}
.marvel-device.iphone-x .top-bar {
  top: 80em;
}
.marvel-device.iphone-x .bottom-bar {
  bottom: 80em;
}
.marvel-device.iphone-x .top-bar, .marvel-device.iphone-x .bottom-bar {
  width: 100%;
  position: absolute;
  height: 8em;
  background: rgba(0,0,0,0.1);
  left: 0;
}
.marvel-device .top-bar, .marvel-device .bottom-bar {
  height: 3em;
  background: black;
  width: 100%;
  display: block;
}
.marvel-device.iphone-x .sleep {
  height: 96em;
  top: 200em;
  right: -3em;
}
.marvel-device.iphone-x .volume, .marvel-device.iphone-x .volume:before, .marvel-device.iphone-x .volume:after, .marvel-device.iphone-x .sleep {
  width: 3em;
  background: #b5b5b5;
  position: absolute;
}
.marvel-device.iphone-x .volume {
  left: -3em;
  top: 116em;
  height: 32em;
}
.marvel-device.iphone-x .volume:before {
  height: 62em;
  top: 62em;
  content: '';
  left: 0;
}
.marvel-device.iphone-x .volume:after {
  height: 62em;
  top: 140em;
  content: '';
  left: 0;
}
.marvel-device.iphone-x .overflow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 66em;
  overflow: hidden;
}
.marvel-device.iphone-x .inner-shadow {
  width: calc(100% - 20em);
  height: calc(100% - 20em);
  position: absolute;
  top: 10em;
  overflow: hidden;
  left: 10em;
  border-radius: 56em;
  -webkit-box-shadow: inset 0 0 15em 0 rgba(255,255,255,0.66);
  box-shadow: inset 0 0 15em 0 rgba(255,255,255,0.66);
  z-index: 1;
}
.marvel-device.iphone-x .inner-shadow:before {
  -webkit-box-shadow: inset 0 0 20em 0 #FFFFFF;
  box-shadow: inset 0 0 20em 0 #FFFFFF;
  width: 100%;
  height: 116%;
  position: absolute;
  top: -8%;
  content: '';
  left: 0;
  border-radius: 200em / 112em;
  z-index: 2;
}
.marvel-device.iphone-x .screen {
  border-radius: 40em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.marvel-device .screen {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 3;
  /*background: white;*/
  overflow: hidden;
  display: block;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 0 3em #111;
  box-shadow: 0 0 0 3em #111;
}
.top-safe-area {
  height: 30px;
  background: #fff;
  padding-top: 12px;
  position: absolute;
  /*z-index: 5;*/
  z-index: -1;
  width: 100%;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  display: block;
}
.mobile-container iframe {
  width: 390px;
  /*height: calc(812px - 37px);*/
  height: calc(812px - 0px);
  margin: 0;
  border: none;
  right: 0;
  /*top: 30px;*/
  top: 0;
  transform: scale(0.8);
  transform-origin: 0 0;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.bottom-safe-area {
  height: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home-bar {
  height: 4px;
  background: #000;
  border-radius: 5px;
  width: 110px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto auto;
  top: 0;
  bottom: 0;
}
.bottom-safe-area {
  height: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top-safe-area img {
  width: 275px;
  margin-left: 6px;
}
.app-barcode-wrapper {
  padding: 30px 0;
  text-align: center;
}
/*.app-bar-area {
  max-width: 128px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  -moz-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  border-radius: 24px;
  }*/
  .app-bar-area img{
    padding: 4px;
    max-width: 128px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
    -moz-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
    box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
    border-radius: 24px;
  }
  .app-brief-wrapper {
    padding: 48px 0 72px 0;
  }
  .app-brief-slider {
    padding: 32px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
    -moz-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
    box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
    border-radius: 24px;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
  #appbriefSlider .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
    background-color: #1d2d35;
    border-radius: 50%;
    opacity: 0.3;
  }
  #appbriefSlider .carousel-indicators {
    bottom: -72px;
    z-index: 1;
  }
  #appbriefSlider .carousel-indicators .active{
    opacity: 1;
  }
  #appbriefSlider .carousel-item img{
   border-radius: 24px;
 }
 #appbriefSlider .carousel-item{
  padding: 30px;
}
#appbriefSlider .carousel-control-prev, #appbriefSlider .carousel-control-next  {
  background-color: #1d2d35;
  height: 100px;
  opacity: 1;
  width: 48px;
  top: 26%;
  cursor: pointer;
}
#appbriefSlider .carousel-control-prev  {
  margin-left: -32px;
}
#appbriefSlider .carousel-control-next {
  margin-right: -32px;
}
#appbriefSlider .carousel-control-prev span, #appbriefSlider .carousel-control-next span{
  color: #fff;
  font-size: 24px;
}
.app-brief-content {
  max-width: 92%;
  width: 100%;
  margin: 0 0 0 auto;
}
.app-design-wrapper{
  padding: 32px 0;
  text-align: center;
}
.app-switcher {
  padding-top: 24px;
  position: relative;
  z-index: 9;
}
.app-switcher .switch {
  position: relative;
  display: inline-block;
  width: 284px;
  height: 78px;
}
.app-switcher .switch input {
  display:none;
}
.app-switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f7f9;
  -webkit-transition: .4s;
  transition: .4s;
}
.app-switcher .slider:before {
  position: absolute;
  content: "";
  height: 57px;
  width: 57px;
  left: 14px;
  bottom: 11px;
  background-color: #1d2d35;
  -webkit-transition: .4s;
  transition: .4s;
}
.app-switcher input:checked + .slider {
  background-color: #f3f7f9;
}
.app-switcher input:checked + .slider:before {
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}
.app-switcher .day-mode {
  display: none;
}
.app-switcher .day-mode, .app-switcher .night-mode {
  color: #1d2d35;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 60%;
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  width: 100%;
}
.app-switcher input:checked+ .slider .day-mode {
  display: block;
  left: 40%;
}
.app-switcher input:checked + .slider .night-mode{
  display: none;
}
.app-switcher .slider.round {
  border-radius: 50px;
}
.app-switcher .slider.round:before {
  border-radius: 50%;
}
#app-day-mode{
  display: none;
}

.app-designs {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
  padding: 48px 0;
  transform: translateZ(0);
}
.design-image {
  transform: translateZ(0);
}
.design-image img {
  border-radius: 24px;
  margin-bottom: 20px;
  vertical-align: top;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  -moz-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  transform: translateZ(0);
}
.app-ads-wrapper {
  padding: 64px 0 48px 0;
  text-align: center;
}
.app-ads-info {
  padding: 48px 0 0 0;
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
.app-ads-graphic {
  margin: 32px 24px 32px 24px;
}
.app-ads-graphic img {
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  -moz-box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
  box-shadow: 0px 0px 16px 0px rgba(29, 44, 53, 0.08);
}

.barCode {
  width: 150px;
  margin-left: 30px;
  text-align: center;
}

.barCode p {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-top: 0;
  font-size: 20px;
  color: #1d2c35;
}

.barCode img {max-width: 100%;}
/**-------------------------
 Case Study App Page CSS Ends
 -------------------------**/