body {
  background-image: url(img/hixs_pattern_evolution.webp);
  -o-object-fit: contain;
     object-fit: contain;
  overflow-x: hidden;
  position: relative;
}
body .sec1_menu {
  background-color: #171717;
  border-bottom: 2px solid #dfc15e;
  max-height: 80px;
}
body .sec1_menu nav {
  min-height: 40px;
}
body .sec1_menu nav figure {
  min-height: 35px;
}
body .sec1_menu nav figure .sec1__logo {
  min-height: 30px;
  width: 30%;
  min-width: 60px;
}
body .sec1__ul {
  list-style: none;
  display: flex;
  padding: 0;
  height: 100%;
  justify-content: end;
}
body .sec1__ul li {
  display: flex;
  z-index: 1;
  align-items: center;
  position: relative;
  border-radius: 10px;
  font-size: 12px;
}
body .sec1__ul li a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: rgb(10, 10, 10);
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to left, #C3AD63, #ecd998);
  transition: 0.5s;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
}
body .sec1__ul li a:hover {
  background-image: linear-gradient(to right, #C3AD63, #ecd998);
  transition: 0.5;
}
body .sec1__ul .button__menu {
  transition: 0.5s;
  font-weight: bold;
  border-radius: 10px;
  background-image: linear-gradient(to left, #C3AD63, #ecd998);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
body .sec1__ul .button__menu i {
  color: rgb(0, 0, 0) !important;
}
body .sec1__ul .button__menu .dropdown-menu {
  background-color: rgba(2, 5, 31, 0.7725490196) !important;
}

.sec2__main {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.sec2__main .sec2__vid {
  margin-top: 10px;
  filter: grayscale(80%);
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.sec2__main div {
  position: absolute;
  top: 25px;
  margin: 10px auto;
  overflow-y: hidden;
}
.sec2__main div img {
  top: 40px;
}
.sec2__main div h1 {
  font-family: "Zen Dots", sans-serif;
  color: #C3AD63;
  justify-content: center;
  text-transform: uppercase;
}
.sec2__main div .sec2__p1 {
  border: 2px solid #dfd4b2;
  background-color: rgba(7, 7, 10, 0.541);
  color: #ecd998;
  border-radius: 10px;
  text-align: center;
}

.sec2__feature {
  background-image: url(img/hixs_pattern_evolution.webp);
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.sec2__feature .sec2__h2 {
  margin: 0;
  background-image: url(img/hixs_pattern_evolution.webp);
  -o-object-fit: contain;
     object-fit: contain;
}
.sec2__feature .sec2__h2 .box1, .sec2__feature .sec2__h2 .box2 {
  width: 100%;
  filter: drop-shadow(-1px 5px 6px #dfc15e);
}
.sec2__feature .sec2__h2 .box1 .box, .sec2__feature .sec2__h2 .box2 .box {
  width: 100%;
  height: 210px;
  background-color: #171717;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 50% 90%, 0 20%);
          clip-path: polygon(0 0, 100% 0, 100% 20%, 50% 90%, 0 20%);
}
.sec2__feature .sec2__h2 .box1 .box__2, .sec2__feature .sec2__h2 .box2 .box__2 {
  width: 100%;
  height: 100px;
  background-color: #171717;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 50% 90%, 0 20%);
          clip-path: polygon(0 0, 100% 0, 100% 20%, 50% 90%, 0 20%);
}
.sec2__feature .sec2__h2 .box1 h2, .sec2__feature .sec2__h2 .box2 h2 {
  font-family: "Zen Dots", sans-serif;
  color: #C3AD63;
  text-align: center;
}
.sec2__feature .sec2-title {
  color: #dfc15e;
  font-weight: bolder;
  font-family: "Zen Dots", sans-serif;
}
.sec2__feature .sec2__feature1 i {
  color: #C3AD63;
}
.sec2__feature .sec2__feature1 h3 {
  color: #dfc15e;
  font-family: "Zen Dots", sans-serif;
}
.sec2__feature .sec2__feature1 .sec2__img {
  box-shadow: #C3AD63 10px 10px 120px;
}
.sec2__feature .sec2__feature1 .sec2__box {
  flex-wrap: wrap;
  display: flex;
  padding: 15px;
  background-color: #171717;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  transition: 1s;
  box-shadow: 3px 3px 17px 6px rgba(0, 0, 0, 0.6901960784);
  color: #ecd998;
}
.sec2__feature .sec2__feature1 .sec2__box:hover {
  transform: scale(1.02);
  box-shadow: 1px 1px 10px 2px #ecd998;
  border: 2px solid #ecd998;
}

@keyframes myth5 {
  from {
    box-shadow: 3px 3px 17px 6px rgba(0, 0, 0, 0.6901960784);
    transform: scale(1);
  }
  to {
    box-shadow: 1px 1px 10px 2px #ecd998;
    transform: scale(1.03);
  }
}
.sec2_bx {
  animation: myth5 1.5s linear both alternate infinite;
  border: 2px solid black;
}

.sec2__bx2 {
  text-decoration: none;
}
.sec3__div3 h5 {
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  font-family: Arial;
  color: #ff0;
}
.space {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.space .btn__read {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #171717;
  border: 2px solid #C3AD63;
  border-radius: 10px;
  transition: 1s;
}
.space .btn__read:hover {
  box-shadow: 1px 1px 10px #C3AD63;
  transform: scale(1.05);
}
.space .btn__read a {
  text-decoration: none;
  color: #ecd998;
  font-weight: bold;
  font-family: "Zen Dots", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.listing_btn button:hover {
  transform: scale3d(1.4);
  transition: 2s;
  border: 1px solid #C3AD63;
}

.mani {
  width: 100%;
  height: 40px;
  border: 1px solid #C3AD63;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 1px 1px 10px 1px black;
}
.mani:hover {
  box-shadow: 0px 1px 4px 1px #C3AD63;
  border: 2px solid #dfc15e;
}

.mani > div {
  width: 100%;
  height: 40px;
  /* border: 1px solid white; */
  position: relative;
  animation: para 7s linear alternate infinite;
}
.mani > div:hover {
  animation: para2 7s linear alternate infinite;
}

@keyframes para {
  0% {
    top: 0;
  }
  23% {
    top: 0;
  }
  27% {
    top: -40px;
  }
  48% {
    top: -40px;
  }
  52% {
    top: -80px;
  }
  73% {
    top: -80px;
  }
  77% {
    top: -120px;
  }
  100% {
    top: -120px;
  }
}
.mani > div > section > a {
  display: flex;
  justify-content: center;
}

.mani > div > section > a > img {
  list-style-type: none;
  height: 40px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes mytham {
  from {
    position: absolute;
    left: -20%;
  }
  to {
    position: absolute;
    left: 30%;
  }
}
.partner {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.partner .partners {
  display: flex;
  justify-content: center;
  animation: mytha 5s linear infinite both alternate;
}
.partner .partners .uls {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partner .partners .uls li {
  margin: 10px;
  display: flex;
  justify-content: center;
  justify-content: center;
}
.partner .partners .uls li a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.partner .partners img {
  height: fit-content;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sec3__feature, .sec4__feature {
  position: relative;
}
.sec3__feature .sec3__exchange, .sec4__feature .sec3__exchange {
  position: relative;
}
.sec3__feature .sec3__exchange figure, .sec4__feature .sec3__exchange figure {
  width: 100%;
  margin-bottom: 30px;
}
.sec3__feature .sec3__exchange figure img, .sec4__feature .sec3__exchange figure img {
  width: 100%;
}

.sec3__ex {
  position: absolute;
  top: 20px;
}
.sec3__ex .sec3-title {
  color: #dfc15e;
  font-weight: bolder;
  font-family: "Zen Dots", sans-serif;
}

.sec3__box {
  background-color: #171717;
  box-shadow: 3px 3px 17px 6px rgba(0, 0, 0, 0.6901960784);
  border-radius: 10px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.sec3__div1 {
  padding-top: 50px;
}
.sec3__div1 h2 {
  color: #C3AD63;
  font-family: "Zen Dots", sans-serif;
  margin: 1px 10px 1px 10px;
}

.sec3__div2 img {
  animation: myth2 1.5s linear both infinite alternate;
}

@keyframes myth2 {
  from {
    transform: scale(1);
    transform: rotate3d(-2, -2, -3, 10deg) perspective(400px);
  }
  to {
    transform: scale(1.4);
    transform: rotate3d(12, 10, 12, 10deg) perspective(400px);
  }
}
.sec3__div3 {
  color: #C3AD63;
  font-family: "Zen Dots", sans-serif;
}
.sec3__div3 h3 {
  animation: myth 5s alternate linear backwards infinite;
  background-size: 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@keyframes myth {
  3% {
    background-image: linear-gradient(to bottom, #064952, #eee5c9, #ebc23c);
  }
  10% {
    background-image: linear-gradient(to top, #024d50, #eee5c9, #ebc23c);
  }
  20% {
    background-image: linear-gradient(to center, #054d5a, #eee5c9, #ebc23c);
  }
  30% {
    background-image: linear-gradient(to bottom, #064952, #eee5c9, #ebc23c);
  }
  40% {
    background-image: linear-gradient(to top, #064952, #eee5c9, #ebc23c);
  }
  50% {
    background-image: linear-gradient(to center, #064952, #eee5c9, #ebc23c);
  }
  60% {
    background-image: linear-gradient(to bottom, #064952, #eee5c9, #ebc23c);
  }
  70% {
    background-image: linear-gradient(to top, #064952, #eee5c9, #ebc23c);
  }
  80% {
    background-image: linear-gradient(to center, #064952, #eee5c9, #ebc23c);
  }
  90% {
    background-image: linear-gradient(to bottom, #064952, #eee5c9, #ebc23c);
  }
}

p {
  color: #dfd4b2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  display: flex;
}

@keyframes myth3 {
  from {
    stroke-width: 1px;
    stroke-dasharray: 5px 10px;
  }
  to {
    stroke-width: 2px;
    stroke-dasharray: 10px 0px;
  }
}
.soon {
  width: 100%;
  height: 70px;
  display: block;
  border: 2px dashed #ecd998;
  animation: myth4 alternate infinite linear 1s;
  border-radius: 50%;
  transform: rotate(-17deg);
  transform-origin: center;
}
.soon .soon_text {
  font-size: 35px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  fill: #4d4d4d;
  stroke: #C3AD63;
  stroke-width: 1px;
  stroke-dasharray: 2px 10px;
  animation: myth3 alternate infinite linear 1s;
  font-weight: bolder;
}

.footer__media {
  border-top: 2px solid #dfd4b2;
  background-color: #171717;
}
.footer__media ul {
  width: 80%;
  margin-left: 10%;
  background-color: #171717;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.footer__media ul li {
  display: flex;
  border: 2px dashed #ecd998;
  border-radius: 400%;
  width: 40px;
  height: 40px;
  align-items: center;
  background-color: #171717;
  transition: 2s;
}
.footer__media ul li:hover {
  border: 2.5px solid #ecd998;
}
.footer__media ul li a {
  width: 100%;
  display: flex;
  text-decoration: none;
  justify-content: center;
}
.footer__media ul li a i {
  font-size: 26px;
  display: flex;
  color: #ecd998;
}
.footer__media .div__p {
  font-size: 12px;
}/*# sourceMappingURL=global.css.map */