body {
    font-family: 'Raleway', sans-serif;
    background-image: radial-gradient(circle at center, #899Dc4, #495D84);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(ellipse at bottom, #1b2735, #090a0f);
    font-weight: 300;
  }
  .all {
    display: flex;
    perspective: 10px;
    transform: perspective(700px) rotateX(20deg);
    will-change: perspective;
    perspective-origin: center center;
    transition: all 1s ease-out;
    justify-content: center;
    transform-style: preserve-3d;
  }

  .all-cont {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .all:hover {
    perspective: 1000px;
    transition: all 1s ease-in;
    transform: perspective(10000px) rotateX(0deg);
    .text {
      opacity: 1;
    }
    & > div {
      opacity: 1;
      transition-delay: 0s;
    }
    .explainer {
      opacity: 0;
    }
  }
  
  .left, .center, .right, .lefter, .righter {
    width: 200px;
    height: 150px;
    transform-style: preserve-3d;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0 0 20px 5px rgba(100, 100, 255, .4);
    opacity: 0;
    transition: all .3s ease;
    transition-delay: 1s;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-color: #58d;*/
    cursor: pointer;
    background-blend-mode: color-burn;
    
    &:hover {
      box-shadow: 0 0 30px 10px rgba(100, 100, 255, .6);
    
      /*background-color: #ccf;*/
    }
    
  }
  .text {
    transform: translateY(30px);
    opacity: 0;
    transition: all .3s ease;
    bottom: 0;
    left: 5px;
    position: absolute;
    will-change: transform;
    color: #fff;
    text-shadow: 0 0 5px rgba(100, 100, 255, .6)
  }
  .lefter {
    transform: translateX(-60px) translateZ(-50px) rotateY(-10deg);
    background-image: url(../media/man.png);
  }
  .left {
    transform: translateX(-30px) translateZ(-25px) rotateY(-5deg);
    background-image: url(../media/services.png);
  }
  .center {
    opacity: 1;
    background-image: url(../media/logo3.png);
  }
  .right {
    transform: translateX(30px) translateZ(-25px) rotateY(5deg);
    background-image: url(../media/Man\ Choose\ 01b.png);

    background-size: 70%;
    
  }
  .righter {
    transform: translateX(60px) translateZ(-50px) rotateY(10deg);
    background-image: url(../media/camera.png);

    
  }
  .explainer {
    font-weight: 300;
    font-size: 2rem;
    color: #fff;
    transition: all .6s ease;
    width: 100%;
    height: 100%;
    background-color: #303050;
    background-image: radial-gradient(circle at center top, #cce, #33a);
    border-radius: 10px;
    text-shadow: 0 0 10px rgba(255, 255, 255, .8);
    
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  .ref {
    background-color: #000;
    background-image: linear-gradient(to bottom, #d80, #c00);
    border-radius: 3px;
    padding: 7px 10px;
    position: absolute;
    font-size: 16px;
    bottom: 10px;
    right: 10px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    &::first-letter {
      font-size: 12px;
    }
  }

  .class-logo-img {
    width: 80%;
  }


  .class-div-title-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .class-div-slogan {
    
    height: 7vh;
    width: 46%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
  }

  .class-div-slogan-para {
    font-size: 2vw;
    color: white;
    z-index: 4;
  }

  .class-div-watermark {
    background-image: url(../media/Asset\ 1.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
  }

  .class-home-contact {
    position: absolute;
    width: 25vw;
    font-size: 1vw;
    left: 75vw;
    height: 20vh;
    
    top: 80vh;
  }

  .class-home-phone-cont {
    display: flex;
    align-items: center;
    padding: 1vw;
  }


  .class-home-phone-icon {
    height: 5vh;
    
    margin-right: 1vw;
    
  }

  .class-services-link {
    position: absolute;
    top: 22vh;
    z-index: 800;
    left: 59vw;
    width: 19vw;
    height: 18vw;
    margin-top: 3vw;
    color: blue;
    font-size: 1.3vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background: white;
    opacity: 0.9;
    border-radius: 1vw;
    padding-bottom: 1.2vw;
    text-decoration: underline;
    cursor: pointer;
  }

  .class-gallary-page {
    box-shadow: 0vw 0vw 1vw rgb(162, 162, 162);
    width: 7vw;
    height: 13vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 1vw;
    border-radius: 1vw;
    font-size: 1.2vw;
    font-weight: 700;
    cursor: pointer;

  }

  .class-gallary-selector {
    box-shadow: 0vw 0vw 1vw rgb(162,162,162);
    padding: 2vw;
    align-items: center;
    justify-items: center;
    display: grid;
    width: 100%;
    column-count: 3;
    grid-column: 1 / 3;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    grid-gap: 1em;
    justify-items: center;
    padding: 2vw;
  }

  .class-show-room {
    display: flex;
    flex-direction: column;
  }