body, html {
    height: 100%;
    margin:0;
    scroll-behavior: smooth;
    background-color: #000;
    font-size: 30px;;
    z-index: 999;
  }
  
  @font-face {
    font-family: "Cinzel";
    src: url(./Fonts/CinzelDecorative-Regular.otf) format("opentype");
  }

  .dotgothic16-regular {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wrapper::-webkit-scrollbar{
      width: 0.3rem;
  }
  
.wrapper::-webkit-scrollbar-track{
      background-color: #1a1b1c;
  }
  
.wrapper::-webkit-scrollbar-thumb{
      background-color: rgb(94, 12, 53);
      border-radius: 10px;
  }
  
h1{
      font-size: 40px;
      color: rgb(255, 166, 0);
      text-align: center;
      font-family: "DotGothic16", sans-serif;
      font-weight: 400;
      font-style: normal;
  }
h2{
      font-size: 40px;
      color: #fff;
  }
  
p{
      font-size: 20px;
      color: #fff;
      text-align: center;
      font-family: "DotGothic16", sans-serif;
      font-weight: 400;
      font-style: normal;
  }
  .anim {
    animation: fadeIn 3.5s;
    -webkit-animation: fadeIn 3.5s;
    -moz-animation: fadeIn 3.5s;
    -o-animation: fadeIn 3.5s;
    -ms-animation: fadeIn 3.5s;
  }
  
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
  @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  .wrapper {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 300px;
  }

.parallax__group {
    position: relative;
    height: 100vh;
    width: 100vw;
    transform-style: preserve-3d;
  }
  
.parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
.BG {
    background: url('Images/BG.jpg') no-repeat center;
    background-size: cover;
    transform: translateZ(-600px) scale(3);
    z-index: 1;
  }

.WB {
    background: url('Images/WB1.png') no-repeat center;
    background-size: cover;
    transform: translateZ(-250px) scale(1.833333333);
    z-index: 4;
  }
  
.title {
    background: url('Images/logocat.png') no-repeat center;
    background-size: contain;
    transform: translateZ(-125px) scale(1);
    z-index: 5;
  }
 
.WF {
    background: url('Images/WF2.png') no-repeat center;
    background-size: cover;
    transform: translateZ(0) scale(1);
    z-index: 6;
  }

.about {
    background-image: url(Images/BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateZ(0) scale(1);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-bottom: 1px solid rgb(255, 166, 0);
    border-top: 5px solid rgb(255, 166, 0);
  }

.pic-about { 
  display: block;
  height: 60vh;
  width: 60vw;
  margin-right: 5%;
}

.text-about {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  margin-left: 5%;
  margin-right: 0;
}

.about-content {
  padding: 5% 5% 5% 5%;
}

.commission {
  background-image: url(Images/BG1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(0) scale(1);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.pic-com { 
  display: block;
  height: 60vh;
  width: 60vw;
  margin-left: 5%;
}

.com-text {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  margin-right: 5%;
}

.com-content {
  padding: 5% 5% 5% 5%;
}

.botan {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.button {
  text-decoration: none;
  color: #fff;
  border: 2px solid rgb(255, 166, 0);
  border-radius: 100px;
  background-color: transparent;
  padding: 2% 10% 2% 10%;
  font-size: medium;
  transition: ease-in-out .25s;
  font-weight: bold;
}

.button:hover {
  background-color: rgb(204, 203, 203);
  border-color: rgb(255, 166, 0);
  color: black;
  font-weight: bold;
}

.foot {
  background: #100a14;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  height: 20vh;
  width: 100vw;
  transform-style: preserve-3d;
  border-top: 1px solid rgb(255, 166, 0);
}

.foot-text {
  font-size: 17px;
  color: gray;
  padding-bottom: 5%;
}

@media screen and (max-width: 600px){
  .pic-about, .pic-com{
    display: none;
  }
  h1{
    font-size: 40px;
  }
  p{
    font-size: 15px;
  }
}
@media screen and (max-width: 600px){
  .pic-about, .pic-com{
    display: none;
  }
  h1{
    font-size: 40px;
  }
  p{
    font-size: 15px;
  }
}

@media screen and (max-width: 600px){
  .pic-about, .pic-com{
    display: none;
  }
  h1{
    font-size: 40px;
  }
  p{
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px){
  .about, .commission{
    flex-direction: column;
  }
  .pic-about, .pic-com{
    height: 40vh;
    width: 60vw;
  }
}
