.top-par {
  background-color: var(--color-white);
  box-shadow: 0 3px 5px #0000001a;
}

.top-par .main-container {
  display: flex;
  align-items: center;
  height: 110px;
  justify-content: space-between;
}

.logo {
  padding: 15px 0;
  width: 165px;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.element ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.element ul li {
  z-index: 1;
  position: relative;
  height: 110px;
}

.element ul li::after {
  content: "";
  position: absolute;
  height: 90%;
  width: 100%;
  right: 0;
  top: 0;
  left: 0;
  background-color: var(--color-Primary2);
  color: var(--color-white);
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 80%, 50% 100%, 0 80%, 0% 30%);

  z-index: -1;
  transition: all 0.2s linear;
  transform: translateY(-100%);
}

.element ul li a {
  height: 110px;
  transition: all 0.2s linear;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--color-black);
  padding: 10px;
  font-size: 15px;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.element ul li:hover::after {
  transform: translateY(0);
}

.element ul li:hover a {
  color: var(--color-white);
}

.element ul li:hover a::after {
  transform: translatex(0);
  opacity: 1;
}

.btns-top-par {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language {
  height: 55px;
  border: 1px solid #0775ed;
  border-radius: 5px;
  display: flex;
  transition: all 0.3s linear;
  justify-content: center;
  color: var(--color-Primary2);
  width: 70px;
  gap: 3px;
  align-items: center;
  font-size: 18px;

  background-color: var(--color-white);
}
.language:hover {
  color: var(--color-white);
  background-color: var(--color-Primary2);
}
.language i {
  font-size: 20px;
}

.ctm-btn {
  background-color: var(--color-Primary2);
  height: 55px;
  border-radius: 4px;
  min-width: 160px;
  text-align: center;
  border-color: transparent;
  font-size: 15px;
  display: inline-block;
  padding: 16px 30px;
  color: var(--color-white);
}
.ctm-btn:hover {
  background-color: var(--color-Primary1);
  color: var(--color-white);
}

.ctm-btn-send {
    display: inline-block;
    border: 1px solid transparent;

    text-align: center;
    transition: all 0.3s linear;
    background-color: red;
    height: 50px;
    padding: 11px 25px;
    color: var(--color-white);
    min-width: 160px;
}

.slider-hero {
  min-height: 560px;
  position: relative;
  margin-bottom: 30px;
}

.main-sub-slider-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  background-color: var(--color-Primary2);
  min-height: 575px;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 75%, 50% 100%, 0 75%, 0% 30%);
  position: 0;
}

.main-sub-slider-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  background-color: var(--color-Primary2);
  opacity: 0.2;
  min-height: 590px;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 75%, 50% 100%, 0 75%, 0% 30%);
  position: 0;
}

.sub-slider-hero {
  height: 560px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 75%, 50% 100%, 0 75%, 0% 30%);
  z-index: 1;
  background-position: center;
  background-size: cover;
}

.sub-slider-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-Primary1);
  opacity: 0.8;
  top: 0px;
  right: 0;
  z-index: -1;
  left: 0;
}

.btn-w {
  background-color: var(--color-white) !important;
  color: var(--color-Primary2);
  border: 1px solid var(--color-white);
  border-color: var(--color-white);
}

.btn-w:hover {
  background-color: transparent !important;
  color: var(--color-white);
}

.main-sub-slider-hero {
  position: relative;
  margin-bottom: 30px;
}

.sub-slider-hero {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  align-content: center;
  direction: ltr;
  color: var(--color-white);
  gap: 25px;
  justify-content: center;
}

.sub-slider-hero h2 {
  font-family: "font_bold-en";
  font-size: 28px;
  color: var(--color-white);
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 3px 10px;
}
.sub-slider-hero h2::after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: var(--color-Primary2);
  width: 100px;
  top: -1px;
  left: 0;
  z-index: -1;
}
.sub-slider-hero p {
  color: var(--color-white);
  font-size: 17px;
  width: 100%;
  text-align: center;
  margin: auto;
}

.sub-slider-hero p span {
  width: 50%;
  display: flex;
  margin: auto;
}

.hero {
  background-color: var(--color-Primary5);
  padding: 0 0 80px;
  overflow: initial;
}

.hero .owl-nav {
  position: absolute !important;
  top: 40% !important;
  transform: translateY(-50%) !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.owl-nav button {
  width: 55px !important;
  background-color: var(--color-white) !important;
  color: var(--color-Primary1) !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background-image: url(../images/arrow.png) !important;
  background-size: 30% !important;
  height: 70px;
  position: relative;
  clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
  background-repeat: no-repeat !important;
  background-position: 33% !important;
}

.owl-nav button span {
  color: transparent !important;
}

.owl-prev {
  transform: scaleX(-1);
}

.sub-info-hero {
  display: flex;
  align-items: self-start;
  border-right: 1px dashed #dddddd;

  gap: 10px;
}

.col-lg-4:last-of-type .sub-info-hero {
  border: none;
}

.text-sub-info-hero h2 {
  font-size: 21px;
  color: var(--color-Primary2);
  font-family: "font_bold-en";
}

.text-sub-info-hero {
  width: calc(100% - 65px);
}

.img-info-hero {
  width: 43px;
  height: 45px;
}

.img-info-hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text-sub-info-hero p {
  color: var(--color-Primary3);
  width: 80%;
  margin: 15px 0;
  font-size: 17px;
}

.info-hero {
  margin-top: 90px;
}

.owl-item.active .sub-slider-hero h2,
.owl-item.active .sub-slider-hero p {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}
.owl-item.active .sub-slider-hero p {
  animation-delay: 0.6s;
}
.owl-item.active .sub-slider-hero a {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.9s;
}
.owl-item.active .sub-slider-hero h2::after {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 50px;
}

.info-download {
  width: 100%;
  background-image: url(../images/bg4.png);
  height: 55%;
  background-repeat: no-repeat;
  background-color: rgba(7, 118, 237, 0.093);
  padding: 90px 0;
  background-size: contain;
}

.info-page .title-start p {
  color: var(--color-Primary3);
  font-size: 18px;
  width: 100%;
  margin: 25px 0 0;
}
.image-info {
  width: 70%;
  margin: 20px auto;
}
