<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
    .header {
    height: 600px;
    background-image: 
    linear-gradient(to right bottom, 
    rgba(88, 91, 91, 0.8), /* layer color on top of background with certain opacity */
    rgba(189, 185, 187, 0.8)), /* layer color on top of background with certain opacity */
    url('img/img1.png'); /* Background image in header after WHAT OUR USERS SAY */ 
    background-size: cover;
    background-position: center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 280px, 0 100%);}

    .header2 {
    height: 700px;
    background-image: 
    linear-gradient(to right bottom, 
    rgba(88, 91, 91, 0.8), /* layer color on top of background with certain opacity */
    rgba(189, 185, 187, 0.8)), /* layer color on top of background with certain opacity */
    url('img/img1.png'); /* Background image in header after WHAT OUR USERS SAY */ 
    background-size: cover; 
    background-position: center;
    position: relative;
    clip-path: polygon(0 280px, 100% 0, 100% 430px,0 100%);}

  .header3 {
    height: 700px;
    background-image: 
    linear-gradient(to right bottom, 
    rgba(88, 91, 91, 0.8), /* layer color on top of background with certain opacity */
    rgba(189, 185, 187, 0.8)), /* layer color on top of background with certain opacity */
    url('img/img1.png'); /* Background image in header after */
    background-size: cover;
    background-position: center; 
    position: relative;
    clip-path: polygon(0 0, 100% 280px, 100% 100%,0 100%);}

  .brand-box {
    position: absolute;}

  .brand { 
    font-size: 20px; 
    text-decoration: none;
    margin-top: 30px;}

  .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;}

  .text-box2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;}

  .text-box3 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;}

  .heading-primary {
    color: #ffffff; /* game name and "Download on play market" text color*/
    text-transform: uppercase;
    backface-visibility: hidden;
    margin-bottom: 30px;}

  .heading-primary-main {
    display: block;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 5px;}

  .heading-primary-sub {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 7.4px;}

  .btn:link,
  .btn:visited{
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    background-color: #ffffff; /* download button color background */
    color: black; /* download button text color */}

  .column {
      float: left;
      width: 25%;
      padding: 10px;}

  .wrapper h1{
      font-size: 52px;
      margin-bottom: 60px;
      text-align: center;}

  .users{
      display: flex;
      justify-content: center;
      width: auto;
      text-align: center;
      flex-wrap: wrap;}

  .users .member{
      background: white; /* background of user's review*/ 
      margin: 5px;
      margin-bottom: 50px;
      width: 300px;
      padding: 20px;
      line-height: 20px; 
      position: relative;}

  .users .member h3{
      color: #ffffff; /* user's name color */
      font-size: 26px;
      margin-top: 50px;}

  .users .member p.role{
      color: #5c5a5a; /* text color of user's position */
      margin: 12px 0;
      font-size: 12px;
      text-transform: uppercase;}

  .users .member .user_img{
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      width: 100px;
      height: 100px;
      border-radius: 50%;}

  .users .member .user_img img{
      width: 100px;
      height: 100px;
      padding: 5px;}

  .dis{
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;s}

  .img_container{
    margin-top: 40px;
    margin: auto;}

  .img_item{
  padding: 5px;
  margin: auto;}

  .background {
    display: flex;}

  .container {
    flex: 0 1 700px;
    margin: auto;
    padding: 10px;
    margin-top: 70px;}

  .screen-body {
    display: flex;}

  .screen-body-item {
    flex: 1;
    padding: 30px;}

  .app-title {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #ffffff; /* contact us text color */
    font-size: 50px;
    text-align: center;}

  .app-form-group {
    margin-bottom: 15px;}

  .app-form-group.message {
    margin-top: 40px;}

  .app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;}

  .app-form-control {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid white; /* underlines of name, email, message*/
    font-size: 14px;
    text-transform: uppercase;
    color: white; /* color of the text that user inputs*/
    outline: none;
    transition: border-color .2s;}

  .app-form-control::placeholder {
    color: white; /* color of "name, email, message" texts*/}

  .app-form-control:focus {
    border-bottom-color: white;}

  .app-form-button {
    background: none;
    border: none;
    color: #ffffff; /* cancel, send button color*/
    font-size: 14px;
    cursor: pointer;
    outline: none;}
  .navbar-brand{
    color:#ffffff;
  }
  .app-form-button:hover {
    color: black; /* cancel, send button color when you hold on it*/}


  .gallery{
    width: calc(100% - 100px);
    padding-bottom: 20px;
    text-align: center;
    
  }

  .images{
    width: 30%;
    object-fit: cover;
    height: 400px;
    padding:30px;
    transition: 0.7s all ease-in-out;
    
  }


  @media screen and (max-width : 800px){
    
    .gallery{
      width: 100%;
      padding: 0;
      background: black;
    }
    
    .images{
    
      padding: 0;
      width: 100%;
    }

  }</pre></body></html>