@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "RoyalAmbition";
  src: url("/wp-content/themes/tivala-main/assets/fonts/RoyalAmbitionScript.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
header {
  position: relative;
}

.mega-trigger {
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  color: #E5DAD1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mega-trigger:hover {
  filter: brightness(0.5);
}
.mega-trigger:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 5px;
  color: #E5DAD1;
}
.mega-trigger:after:hover {
  filter: brightness(0.5);
}
.mega-trigger.product-arrow-flip:after {
  transform: rotate(180deg);
}
.mega-trigger.arrow-hidden:after {
  opacity: 0;
}

.toggleServicesMenu.product-arrow-flip > li::after {
  transform: rotate(180deg);
}

@keyframes flipIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.toggleServicesMenu.flip-in:after {
  animation: flipIn 0.7s ease-in-out;
}

.toggleContactMenu {
  cursor: pointer;
}

.mega-menu-overlay {
  color: #E5DAD1;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 100%;
  justify-content: center;
  background-color: #524037;
}
@media all and (max-width: 900px) {
  .mega-menu-overlay {
    display: none !important;
  }
}

.mega-menu-panel {
  padding: 50px 0px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.mega-menu-panel-inner {
  display: flex;
  gap: 40px;
}

.mega-menu-section p {
  text-transform: uppercase;
  padding-bottom: 30px;
}
.mega-menu-section .menu-items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.mega-menu-section .menu-items .menu-item {
  color: white;
  font-weight: 400;
}

.section-menus {
  flex: 0.2;
}

.section-boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 10px;
}

.mega-menu-divider {
  height: 100%;
  background-color: black;
  width: 1px;
}

.mega-menu-boxes {
  display: flex;
  justify-content: space-between;
  flex: 1;
  gap: 40px;
}

.mega-menu-box-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(52, 32, 23, 0.6980392157);
  z-index: 0;
  transition: background-color 0.3s ease-in-out;
}
.mega-menu-box-overlay:hover {
  background-color: rgba(52, 32, 23, 0.637);
}

.mega-menu-box {
  height: 270px;
  flex: 1;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
}
.mega-menu-box:hover::before {
  transform: scale(1.05);
}
@media all and (max-width: 1320px) {
  .mega-menu-box:nth-child(2) {
    background-color: salmon;
    display: none;
  }
}
.mega-menu-box span {
  z-index: 1;
  font-size: 24px;
}
.mega-menu-box:first-child:after {
  content: "";
  position: absolute;
  left: -22px;
  top: 15px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(175deg, #AA884D -50%, #664320 22%, #A5804F 41%, #F6E1B6 60%, #DAB77F 78%, #896233 100%) 1;
     border-image: linear-gradient(175deg, #AA884D -50%, #664320 22%, #A5804F 41%, #F6E1B6 60%, #DAB77F 78%, #896233 100%) 1;
  pointer-events: none;
  z-index: -1;
}
.mega-menu-box:last-child:after {
  content: "";
  position: absolute;
  left: 22px;
  top: -15px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(175deg, #AA884D -50%, #664320 22%, #A5804F 41%, #F6E1B6 60%, #DAB77F 78%, #896233 100%) 1;
     border-image: linear-gradient(175deg, #AA884D -50%, #664320 22%, #A5804F 41%, #F6E1B6 60%, #DAB77F 78%, #896233 100%) 1;
  pointer-events: none;
  z-index: -1;
}

.is-active {
  display: flex !important;
}

.tiv-products-menu-inner {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  gap: 50px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 100%;
}

.tiv-products-menu-section {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tiv-products-menu-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

a.tiv-products-menu-item {
  color: black !important;
  display: flex !important;
}
a.tiv-products-menu-item:hover:after {
  display: none !important;
}

.tiv-products-menu-item {
  align-items: center;
  display: flex;
  gap: 15px;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 5px;
}
.tiv-products-menu-item:hover {
  background-color: #3b3c3c;
}
.tiv-products-menu-item:hover .tiv-products-menu-item-chevron {
  color: black;
}
.tiv-products-menu-item .tiv-products-menu-item-name {
  font-weight: 500;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex: 1;
}
.tiv-products-menu-item .tiv-products-menu-item-name a {
  color: black;
}

.hover {
  display: inline-block;
}

@media all and (min-width: 900px) {
  .hover::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    transition: width 0.3s;
  }
}

@media all and (min-width: 900px) {
  .hover:hover::after {
    width: 100%;
  }
}

.tiv-header-service-menu-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 5px;
  border: 2px solid white;
  padding: 5px;
}
.tiv-header-service-menu-container:hover {
  background-color: #F5F5F5;
  border: 2px solid #E4E4E4;
  border-radius: 8px;
  transition: background-color 0.2s ease, border 0.2s ease, border-radius 0.2s ease;
}

.tiv-header-service-menu-description {
  font-weight: 400;
  color: black;
}

.tiv-header-service-menu-title {
  color: black;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tiv-header-service-menu-tivala-button-container {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
}
.tiv-header-service-menu-tivala-button-container .tiv-header-service-menu-button {
  height: 38px;
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  background-color: #FFD911;
  border: 2px solid black;
  border-radius: 12px;
}

.menu-news-article {
  color: white;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.menu-news-article .news-title {
  font-weight: 400;
  font-size: 20px;
}/*# sourceMappingURL=service-menu.css.map */