.mt-1000{
  margin-top: 1400px;
}
.ml-650 {
  margin-left: 650px;
}
header {
  z-index: 50;
}

body{
  overflow-x: hidden;
}
.bg-mountain {
  background-image: url("../assets/SVG/Mountain.png");
  height: 100vh;
  z-index: 0;
}

.bg-mountain::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    #071c35 0%,
    rgba(1, 3, 5, 0) 40.21%,
    #071c35 99%
  );
  /* z-index: 1; */
}
.h-420{
    height: 420px;
}
 .left-10percent{
  left: 10%;
 }

 .bg-decor{
  /* background-image: url("../assets/SVG/DecorPattern.svg"); */
 }

 .mt-150{
  margin-top: 550px;
 }

 .max-90{
  max-width: 90%;
 }