@font-face {
  font-family: SST-Regular;
  src: url(../font/SSTRg.woff);
}

@font-face {
  font-family: SST-Medium;
  src: url(../font/SST-MEDIUM.OTF);
}

@font-face {
  font-family: SST-Bold;
  src: url(../font/SST-BOLD.OTF);
}

@font-face {
  font-family: SST-Light;
  src: url(../font/SST-LIGHT.OTF);
}

@font-face {
  font-family: Cube-Pro;
  src: url(../font/FF\ Cube\ Bold.ttf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 600px) {

body {
  width: 100%;
  height: 205vw;

}

.container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 97fr 73fr 308fr 204fr 113fr 310fr 38fr 118fr 261fr 94fr 85fr 80fr 284fr 128fr 126fr 344fr 141fr;
  grid-template-columns: 14fr 81fr 503fr 67fr 80fr 55fr 471fr 94fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #F5F7FA;
}

.background{
  grid-area: 1 / 1 / 18 / 9;
  background-image: url("../img/01-Background-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.section-01 {
  grid-area: 3 / 3 / 4 / 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}

.section-01 h2{
  font-size: 4vw;
  font-family: SST-Regular;
  color: #ffffff; 
  text-align: left;
  text-transform: uppercase;
  width: 80%;
  line-height: 1.1;
  padding-bottom: 5%;
}

.section-01 p{
  font-size: 1.5vw;
  font-family: SST-Regular;
  color: #ffffff; 
}

.section-02{
  grid-area: 3 / 6 / 5 / 8;
  background-image: url("../img/02-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
}

.section-03{
  grid-area: 5 / 2 / 7 / 5;
  background-image: url("../img/03-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
}

.section-04 {
  grid-area: 6 / 7 / 7 / 8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}

.section-04 h3{
  font-size: 3vw;
  font-family: SST-light;
  color: #2a76ce; 
  text-align: left;
  width: 90%;
  padding-bottom: 4%;
  line-height: 1.2;
}

.section-04 p{
  font-size: 1.5vw;
  font-family: SST-Regular;
  color: #282828; 
}

.section-05 {
  grid-area: 9 / 3 / 10 / 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}

.section-05 h3{
  font-size: 3vw;
  font-family: SST-light;
  color: #2a76ce; 
  text-align: left;
  width: 90%;
  padding-bottom: 4%;
  line-height: 1.2;
}

.section-05 p{
  font-size: 1.5vw;
  font-family: SST-Regular;
  color: #282828;
  width: 97%;
}

.section-06{
  grid-area: 8 / 5 / 11 / 8;
  background-image: url("../img/04-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: auto 100% ;
  background-repeat: no-repeat;
  z-index: 2;
}

.section-07{
  grid-area: 12 / 3 / 15 / 5;
  background-image: url("../img/05-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: auto 100% ;
  background-repeat: no-repeat;
  z-index: 2;
}

.section-08 {
  grid-area: 13 / 7 / 14 / 8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}

.section-08 h3{
  font-size: 3vw;
  font-family: SST-light;
  color: #2a76ce; 
  text-align: left;
  width: 75%;
  padding-bottom: 4%;
  line-height: 1.2;
}

.section-08 p{
  font-size: 1.5vw;
  font-family: SST-Regular;
  color: #282828;
  width: 97%;
}

.section-09 {
  grid-area: 16 / 3 / 17 / 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 2;
}

.section-09 h3{
  font-size: 3vw;
  font-family: SST-light;
  color: #ffffff; 
  text-align: left;
  width: 85%;
  padding-bottom: 4%;
  line-height: 1.2;
  font-weight: 200;
}

.section-09 p{
  font-size: 1.5vw;
  font-family: SST-Regular;
  color: #ffffff;
  width: 95%;
}

.section-10{
  grid-area: 16 / 5 / 17 / 8;
  background-image: url("../img/06-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: 100% auto  ;
  background-repeat: no-repeat;
  z-index: 2;
}

.section-11,
.section-12,
.section-13{
    display: none;
}}



@media only screen and (max-width: 600px) {

body {
  width: 100%;
  height: 636vw;

}

.container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 97fr 243fr 31fr 323fr 42fr 304fr 41fr 357fr 282fr 50fr 361fr 86fr 45fr 275fr 49fr 391fr 53fr 178fr 43fr 270fr 63fr 234fr;
  grid-template-columns: 40fr 521fr 39fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #F5F7FA;
}

.background{
  grid-area: 1 / 1 / 23 / 4;
  background-image: url("../img/01-Background-Mobile-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.section-01 {
  grid-area: 2 / 2 / 3 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 2;
}

.section-01 h2{
  font-size: 7vw;
  font-family: SST-Regular;
  color: #ffffff; 
  text-align: center;
  text-transform: uppercase;
  width: 60%;
  line-height: 1.3;
}

.section-01 p{
  font-size: 3vw;
  font-family: SST-Regular;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}

.section-02{
  grid-area: 4 / 2 / 5 / 3;
  background-image: url("../img/02-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  z-index: 2;
}

.section-03{
  grid-area: 8 / 2 / 9 / 3;
  background-image: url("../img/03-Mobile-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 2;
}

.section-04 {
  grid-area: 6 / 2 / 7 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 2;
}

.section-04 h3{
  font-size: 7vw;
  font-family: SST-light;
  color: #2a76ce; 
  text-align: center;
  width: 90%;
  line-height: 1.1;
  font-weight: 100;
}

.section-04 p{
  font-size: 3.1vw;
  font-family: SST-Regular;
  color: #282828;
  text-align: center;
  line-height: 1.5;
}


.section-05 {
  grid-area: 9 / 2 / 10 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 2;
}

.section-05 h3{
  font-size: 7vw;
  font-family: SST-light;
  color: #2a76ce; 
  text-align: center;
  width: 90%;
  line-height: 1.1;
  font-weight: 100;
}

.section-05 p{
  font-size: 3.1vw;
  font-family: SST-Regular;
  color: #282828;
  text-align: center;
  line-height: 1.5;
}

.section-06{
  grid-area: 11 / 2 / 12 / 3;
  background-image: url("../img/04-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: auto 100% ;
  background-repeat: no-repeat;
  z-index: 2;
}


.section-08 {
  grid-area: 14 / 2 / 16 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 2;
}

.section-08 h3{
  font-size: 7vw;
  font-family: SST-light;
  color: #2a76ce; 
  text-align: center;
  width: 90%;
  line-height: 1.1;
  font-weight: 100;
}

.section-08 p{
  font-size: 3.1vw;
  font-family: SST-Regular;
  color: #282828;
  text-align: center;
  line-height: 1.5;
}


.section-07{
  grid-area: 16 / 2 / 18 / 3;
  background-image: url("../img/05-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: auto 100% ;
  background-repeat: no-repeat;
  z-index: 2;
}

.section-09,
.section-10
  {
    display: none;
  }

.section-11 {
  grid-area: 18 / 2 / 19 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 2;
}

.section-11 h3{
  font-size: 7vw;
  font-family: SST-light;
  color: #ffffff; 
  text-align: center;
  width: 80%;
  line-height: 1.1;
  font-weight: 100;
}

.section-12 {
  grid-area: 22 / 2 / 23 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}

.section-12 p{
  font-size: 3.1vw;
  font-family: SST-Regular;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}

.section-13{
  grid-area: 20 / 2 / 21 / 3;
  background-image: url("../img/06-PS5-ASTROBOT-GT.png");
  background-position: center;
  background-size: 100% auto  ;
  background-repeat: no-repeat;
  z-index: 2;
}

}