.header {
  position: relative;
  z-index: 1;
}
.header::after {
  content: "";
  aspect-ratio: 1 / 1;
  width: 30%;
  background-image: url(../images/bg.png);
  background-position: top right;
  position: absolute;
  top: 0;
  background-size: contain;
  z-index: -1;
  right: 0;
  transform: translateX(76px);
  background-repeat: no-repeat;
}
.top-par {
  padding: 25px 0;
}
.logo {
  width: 180px;
}
.logo img {
  width: 100%;
}
.top-par .main-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.element ul {
  display: flex;
  gap: 20px;
}

.element ul li a {
  display: flex;
  align-items: center;
  font-size: 23px;
  font-family: "font_medium";
  justify-content: center;
  gap: 5px;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.element ul li a::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 10px;
  bottom: 0px;
  right: 0;
  opacity: 0;
  transition: all 0.3s linear;
  transform: translatex(100%);
  background-repeat: repeat-y;
  background-repeat: repeat-x;
  background-position: right;
  background-image: url(../images/el.png);
}
.element ul li a:hover {
  color: var(--color-Primary2);
}
.element ul li a i {
  font-size: 19px;
}

.element ul li a:hover::after {
  opacity: 1;
  transform: translatex(0%);
}

.ctm-btn {
  background-color: var(--color-Primary2);
  color: var(--color-white);
  min-width: 160px;
  display: inline-block;
  height: 49px;
  border: none;
  transition: all 0.3s linear;
  border-radius: 30px;
  font-size: 21px;
  padding: 7px 20px;
  text-align: center;
}

.ctm-btn:hover {
  color: var(--color-white);
  background-color: var(--color-Primary1);
}

.sub-header {
  margin: 50px 0;
}
.text-sub-header {
  padding-right: 15%;
}
.text-sub-header h1 {
  color: var(--color-Primary1);
  font-family: "font_bold";
}
.text-sub-header p {
  margin: 25px 0;
  font-size: 25px;
}

.btn-sea {
  font-size: 27px;
  line-height: 32px;
  position: relative;
  color: var(--color-Primary2);
}

.btn-sea::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--color-Primary2);
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.img-mask img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.img-sub-header {
  width: 100%;
  margin: auto;
  position: relative;
}

.img-mask {
  width: 100%;
  aspect-ratio: 1 / 0.7;
  overflow: hidden;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/mask.png);
  mask-image: url(../images/mask.png);
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  justify-content: end;
  mask-size: contain;
  display: flex;
  justify-content: center;
  margin-right: auto;
  position: relative;
  -webkit-mask-position: center;
  mask-position: center;
}

.bg-img-mask {
  position: absolute;
  top: 0;
  width: 100%;
  aspect-ratio: 1 / 0.76;
  pointer-events: none;
}

.bg-img-mask object {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.bg-img-mask svg {
  width: 100% !important;
  height: 100% !important;
  object-position: bottom;
  object-fit: contain;
}

.btn-video-header {
  position: absolute;
  top: 10%;
  width: 100px;
  transform: rotate(321deg);
  left: 8%;
  height: 100px;
  align-items: center;
  box-shadow: 0 0 3px #0000002a;
  display: flex;
  justify-content: center;
  z-index: 1;
  background-color: var(--color-Primary1);
  border-radius: 51% 49% 50% 50% / 66% 59% 41% 34%;
}

.btn-video-header::after {
  content: "";
  position: absolute;
  margin: auto;
  width: 65px;
  height: 65px;
  pointer-events: none;
  z-index: -1;
  animation: btncolor 1.5s linear infinite;
  left: 0;
  right: 0;
  border-radius: 51% 49% 50% 50% / 66% 59% 41% 34%;
  top: 50%;

  border: 1px solid transparent;

  transform: translateY(-50%);
}
.btn-video-header::before {
  content: "";
  position: absolute;
  margin: auto;
  width: 75px;
  height: 75px;
  pointer-events: none;
  z-index: -1;
  animation: btncolor 1.5s linear infinite;
  left: 0;
  right: 0;
  border-radius: 51% 49% 50% 50% / 66% 59% 41% 34%;
  top: 50%;
  animation-delay: 0.3s;
  border: 1px solid transparent;
  transform: translateY(-50%);
}

.btn-video-header a {
  display: flex;
  align-items: center;
  font-size: 30px;
  justify-content: center;
  left: 34px;
  height: 50px;
  width: 50px;
  background-color: var(--color-white);
  border-radius: 51% 49% 50% 50% / 66% 59% 41% 34%;
}

@keyframes btncolor {
  0% {
    background-color: var(--color-Primary1);
    border-color: var(--color-white);
  }

  50% {
    background-color: var(--color-white);
    border-color: var(--color-Primary2);
  }

  100% {
    border-color: var(--color-white);

    background-color: var(--color-Primary21);
  }
}

.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: rgba(228, 247, 255, 0.8)  ;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  color: var(--color-Primary1);
  align-items: center;
  font-family: "font_bold";

  align-content: center;
  justify-content: center;
}
.loading h2 {
  width: 100%;
  margin-top: 20px;
  font-size: 40px;
}
.loading object {
  width: 150px;
}
.sub-header {
    z-index: 2;
}