﻿
.img-zoom {
  border-radius: 20px;
  overflow: hidden;
}
.img-zoom .tn-atom {
  border-radius: 20px;
  transition: transform 200ms ease-in-out;
}
.img-zoom:hover .tn-atom {
  transform: scale(115%);
}




div.news-list {
  word-wrap: break-word;
}
div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}
.news-date-time {
  color: #486daa;
}




html {
  font-family: "Montserrat", sans-serif !important;
}
.link-none {
  text-decoration: none !important;
  color: var(--mp-nav-link-color) !important;
}


.fill-info {
  fill: #f990a1 !important;
}
.z-index-1 {
  z-index: 1 !important;
}
.z-index-n1 {
  z-index: -1 !important;
}
.ms-6 {
  margin-left: 6rem !important;
}
.ms-7 {
  margin-left: 7rem !important;
}
.ms-8 {
  margin-left: 8rem !important;
}
.ms-md-9 {
  margin-left: 9rem !important;
}
.ms-md-10 {
  margin-left: 10rem !important;
}
.ms-11 {
  margin-left: 11rem !important;
}
@media (max-width: 768px) {
  .ms-md-9 {
    margin-left: 0rem !important;
  }
  .ms-md-10 {
    margin-left: 0rem !important;
  }
  }
.card- {
  
}
.card-:hover {
  background: #f990a1;
  color: #fff;
  transition: background-color 0.5s;
  
}
.card-:hover h3,
.card-:hover h2,
.card-:hover a {
  color: #fff !important;
}
.card-:hover .light-mode-img {
  filter: brightness(0) invert(1);
}

.card-act {
  border: 3px solid #f990a1;
}
.card-act:hover {
  background: #f990a1;
  color: #fff;
  transition: background-color 0.5s;
  border: 3px solid #f990a1;
}
.card-act:hover h3,
.card-act:hover h2,
.card-act:hover a {
  color: #fff !important;
}
.card-act:hover .light-mode-img {
  filter: brightness(0) invert(1);
}

.section {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  border: 3px solid transparent;
}
.section:hover {
  border: 3px solid #f990a1 !important;
  
}



@charset "utf-8";

#panel {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1130 !important;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}
/* .navbar-brand img {
  min-width: 180px !important;
} */

.head-title {
  font-size: 4.5em !important;
  font-weight: 900 !important;
  font-family: "Montserrat", sans-serif !important;
}
.title {
  font-size: 3.5em !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif !important;
}

[data-bs-theme="dark"] .title,
[data-bs-theme="dark"] .title-dark {
  color: #ffffff !important;
}

.mt-10 {
  margin-top: 10rem !important;
}
.mt-n10 {
  margin-top: -14rem !important;
}
[data-bs-theme="dark"] .link-dark {
  color: #ffffff !important;
}

[data-bs-theme="dark"] .nav-link:hover,
[data-bs-theme="dark"] .nav-link:focus {
  color: #a6a6a6 !important;
}

[data-bs-theme="dark"] .btn-link {
  color: #fff !important;
}


.air-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.air-p {
  font-size: 20px;
  white-space: nowrap;
  animation: air-stroke 150.5s infinite linear; 
}

[data-bs-theme="dark"] .air-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #fff;
  color: #000;
}
[data-bs-theme="dark"] .air-p {
  font-size: 20px;
  white-space: nowrap;
  animation: air-stroke 150.5s infinite linear; 
  color: #000;
}

.air-p:after {
  content: "";
}
@keyframes air-stroke {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.btn-lg-x2,
.btn-group-lg > .btn {
  font-weight: 300;
  --mp-btn-padding-y: 1.585rem;
  --mp-btn-padding-x: 2.2rem;
  --mp-btn-font-size: 1.5rem;
  --mp-btn-border-radius: var(--mp-border-radius-lg);
}


.item-title {
  z-index: 2;
  position: relative;
  font-weight: 500;
  padding-top: 60px;
  padding-bottom: 10px;
  color: #ff0000;
}
.item-symbol {
  position: absolute;
  z-index: 1;
  line-height: 130px;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
  font-size: 20rem;
  font-family: sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.foot-model {
  /* background-image: url("/Pin.png"); */
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
/* 
.head-arrow {
  background-image: url(../../../../../../local/templates/mp2025/images/head-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  
  background-size: 36%;
} */


@media (max-width: 768px) {
  .foot-model {
    background-image: none !important;
  }

  .head-arrow {
    background-image: none;
  }
  main {
    margin: auto 0;
  }
  foot {
    margin: auto 1em;
  }
  .head-title {
    font-size: 2.2em !important;
    font-weight: 900 !important;
    text-align: center !important;
    font-family: "Montserrat", sans-serif !important;
  }
  .title {
    font-size: calc(1.475rem + 0.3vw) !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif !important;
  }

  
  .item-symbol {
    font-size: 12rem;
  }
  
  .mt-n10 {
    margin-top: 2rem !important;
  }
}


.4 Union Tech {
  background: linear-gradient(
    43deg,
    #4158d0 0%,
    #c850c0 46%,
    #ffcc70 100%,
    #ffcc70 0%,
    #c850c0 46%,
    #4158d0 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: rainbow 5s ease infinite;
  animation: rainbow 5s ease infinite;
}
@-webkit-keyframes rainbow {
  0% {
    background-position: 0% 46%;
  }
  46% {
    background-position: 100% 46%;
  }
  100% {
    background-position: 0% 46%;
  }
}

@keyframes rainbow {
  0% {
    background-position: 0% 46%;
  }
  46% {
    background-position: 100% 46%;
  }
  100% {
    background-position: 0% 46%;
  }
}


.b24-form-padding-side {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.b24-form-content {
  padding: 0px 0px !important;
}
.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: 0px solid var(--b24-primary-color) !important;
  padding: 5px 10px !important;
}
.b24-form-recaptcha {
  display: none !important;
}
.b24-form-wrapper.b24-form-border-bottom {
  padding: 5px 0px !important;
}

@media (max-width: 768px) {
  .b24-form-padding-side {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.modal-header {
  border: 0px !important;
}

.btn-prev,
.btn-next {
  color: #ffffff !important;
  background-color: #f990a1 !important;
}





