a, p, h1, h2, h3, h4, h5 {
  margin-bottom: 0px;
  text-decoration: none;
}

.Menu {
  position: absolute;
  width: 100%;
  top: 30px;
  /*left: 200px;*/
}

.navbar-Menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  width: 100%;
  font-size: calc(16px + 0.1vw);
  height: 80px;
}

.menu-nav {
  padding: 6px 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  z-index: 2;
}

.menu-nav-Btn {
  padding: 6px 20px;
  display: inline-block;
  text-align: center;
  color: #ed5525;
  font-weight: 600;
  z-index: 2;
}

.Icon-btn {
  font-size: 17px;
  color: #d70000;
  z-index: 3;
  padding: 15px;
  display: none;
}

.navbar-Menu-V {
  position: relative;
  display: none;
  z-index: 5;
}

@media (max-width:768px),(max-width:300px) {
  .navbar-Menu .menu-nav, .menu-nav-Btn {
    position: relative;
    top: 381px;
    display: none;
  }
}

@media (max-width:768px),(max-width:300px) {
  .Icon-btn {
    display: block;
    position: absolute;
    left: 50%;
    cursor: pointer;
    color: #fff;
    z-index: 4;
    top: 391px;
    transform: translate(-50%);
  }
}

@media (max-width:768px),(max-width:300px) {
  .menu-nav-1 {
    color: #000000;
    text-align: center;
    margin-bottom: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (max-width:768px),(max-width:300px) {
  .menu-nav-1:hover {
    color: #2c2720;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
    padding-top: 6px;
    background-color: rgba(241,236,236,0.5);
    box-shadow: 0px 4px 24px 1px rgba(0,0,0,0.04);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
}

.section {
  padding: 0;
  position: relative;
  height: 80vh;
  width: 100%;
}

.image {
  width: 50%;
  object-fit: cover;
  height: 80vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.block {
  position: absolute;
  left: 31%;
  width: 69%;
  height: 80vh;
  top: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 17% 100%);
  background-color: #000;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:768px),(max-width:300px) {
  .section {
    height: 840px;
  }
}

@media (max-width:768px),(max-width:300px) {
  .block {
    position: absolute;
    top: 420px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    left: 0;
    width: 100%;
    height: 406px;
    padding: 0;
  }
}

@media (max-width:768px),(max-width:300px) {
  .image {
    overflow: hidden;
    width: 100%;
    height: 420px;
  }
}

