html {
  box-sizing: border-box;
 
}

*, *:before, *:after {
  box-sizing: inherit;
   text-decoration: none;
}

body {
  
  background-color: #0b0c0e;
  color: #003366;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 18px;
  line-height: 1.8;
  color: #97989b;

}

.content-area {
  padding: 4rem;
  max-width: 600px;
  align-self: end;

}

.skew {
  position: relative;
  background-image: linear-gradient(180deg, #121416 0, #060709 100%);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
  transform: skewY(4deg);
     
}

.bg-image {
  background-color: #010309;
  background-size: cover;
  background-position: center 80%;
}

.top-left {
  justify-self: end;
}

.top-right {
 
 background-image: url(https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fs.hdnux.com%2Fphotos%2F47%2F67%2F55%2F10451794%2F3%2Fgallery_xlarge.jpg&f=1&nofb=1&ipt=88866f6130c98c54f6abeb53c1b1d27a81acd8b1709bb3c7146248359ad4c592&ipo=images);


}

.bottom-left {

 background-image: url(https://www.imeche.org/images/default-source/default-album/delhi-slum.jpg?sfvrsn=0);

 
}

.top-left, .top-right {
  transform: skewY(-4deg);
}

.bottom-left, .bottom-right {
  transform: skewY(-4deg);
}

.top-right, .bottom-right {
  transform-origin: left;
}

.top-left, .bottom-left {
  transform-origin: right;
}

@media (max-width: 800px) {
  .skew > div {
    grid-column-start: 0;
    grid-column-end: 1;
    transform-origin: center;
  }

  .top-left {
    justify-self: start;
  }

  .bg-image {
    height: 400px;
  }

  .bottom-left {
    grid-row: 4;
  }
}









/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
}

/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
}

/* ----------- Galaxy Tab 2 ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {

}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 

}

/* ----------- Galaxy Tab S ----------- */

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) { 

}


/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {

}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {

}

/* Portrait */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: portrait) {

}

/* Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) 
  and (orientation: landscape) {

}











