body {
  background: #fff;
  margin: 0;
  padding: 12px;
  color: #0C1765;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

#mainbgc {
      background-color: #FFF5F9;
}

.container {
  perspective: 100px;
  height: 100vh;
  width: 100vw;
  transform-style: preserve-3d;
  overflow-y: scroll;
  overflow-x: hidden;
}

.parallax1 img {
  transform: translateZ(-50px) scale(1);
  width: 100%;
  height: auto;
  position: absolute;
  top: -80px;
  bottom:0;
  left:0;
  right:0;
  text-align: center;
}

.parallax2L img {
  transform: translateZ(0px) scale(1);
  position: absolute;
  width: 100%;
  height: auto;
  top: -50px;
  bottom:0;
  left: -12px;
  right:0;
  text-align: center;
}

.parallax3 {
  transform: translateZ(50px) scale(0.5);
  height: 130vh;
  position: absolute;
  top: 0;
  bottom:0;
  left:-12px;
  right:0;
  margin-top: 0px;
  padding: 0 0 0 0;
}

.MainText {
    font-family: 'CI', sans-serif;
    text-align: center;
    width: 90%;
    line-height: 0.2em;
    padding: 30px 0;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    font-weight: 800;
    margin: auto;
}
.MainText p{
    padding: 0;
}
.MainText h2 {
    font-size: 2.25rem;
    white-space: nowrap;
}
.text2 img {
    margin: 0 auto 5px;
    width: 80%;
    height: auto;
    display: block;
}
.text3 {
    font-family: "qMmۃS ProN W4";
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    width: 80%;
    margin: 0 auto 30px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}
.text4 {
    font-family: "qMmۃS ProN W4";
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    width: 80%;
    margin: 0 auto 10px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.Rightcomm {
    font-family: "qMmۃS ProN W4";
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    width: 60%;
    position: relative;
    padding: 1rem;
    right: 30px;
    margin-bottom: 30px;
    outline-offset: -8px;
    border-radius: 15px;
    background-color: #FF8C9D;
    color: #0C1765;
    line-height: 1.5em;
    display: block;
    margin-left: auto;
}
.Rightcomm:before {
    position: absolute;
    top: 100%;
    right: 30px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #FF8C9D;
    border-width: 8px;
    content: "";
}
.Leftcomm {
    font-family: "qMmۃS ProN W4";
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
    width: 60%;
    position: relative;
    padding: 1rem;
    left:30px;
    margin-bottom: 30px;
    outline-offset: -8px;
    border-radius: 15px;
    background-color: #D0E6A5;
    color: #0C1765;
    line-height: 1.5em;
}
.Leftcomm:before {
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #D0E6A5;
    border-width: 8px;
    content: "";
}

a {
	text-decoration:none;
	color: #FF8C9D;
}



