/* Layout structure */

/* annoucement bar start */

.anouncebar{
display: flex;
  background:#05324F;
  color:white !;
  justify-content:center;
  align-items:center;
  padding:10px;
  padding-bottom:5px;
  font-weight:700px;
}


/* annoucement bar start */

.valorwide_module_website_h {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.mwh_row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
}

.valorwide_header_menu .menu__wrapper {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 60px;
}
.dnd-section .dnd-column {
  padding: 0 0px;
}
.mwh_row_a_top {
  align-items: flex-start;
}

.mwh_row_a_middle {
  align-items: center;
}

.mwh_row_a_bottom {
  align-items: flex-end;
}

.mwh_row_j_full {
  justify-content: space-between;
}

.mwh_row_j_left {
  justify-content: flex-start;
}

.mwh_row_j_center {
  justify-content: center;
}

.mwh_row_j_right {
  justify-content: flex-end;
}

.mwh_col {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  gap: 60px;
}

/* Primary menu */

.mwh_el_primary_menu {
  margin-left: -0.75em;
}

/* Logo */

.mwh_el_logo {
  line-height: 0;
}

/* Mobile bar */

.valorwide_mobile_bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.valorwide_mobile_bar .mwh_el_logo {
  flex: 1 0 auto;
}

.valorwide_mob_nav_icon-inner {
  transform: scale(.48);
  margin: -15px;
}

.valorwide_mob_nav_icon label {
  display: flex;
  flex-direction: column;
  width: 50px;
  cursor: pointer;
}

.valorwide_mob_nav_icon label span {
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: .4s ease;
}

.valorwide_mob_nav_icon span:nth-of-type(1) {
  width: 50%;
}

.valorwide_mob_nav_icon span:nth-of-type(2) {
  width: 100%;
}

.valorwide_mob_nav_icon span:nth-of-type(3) {
  width: 75%;
}

.valorwide_mob_nav_icon input[type="checkbox"] {
  display: none;
}

.valorwide_mob_nav_icon input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  width: 0;
}

.valorwide_mob_nav_icon input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  width: 0;
}

/* Mobile navigation container */

.valorwide_mobile_nav_container {
  display: none;
  flex-direction: column;
  gap: 40px;
  padding: 20px 40px 60px 40px;
}

.valorwide_mobile_nav_container .mwh_el_secondary_menu .menu__link {
  padding: 0;
}

/* Sticky bar */

.valorwide_sticky_bar {
  display: block;
  padding: 7px 50px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  top: -300px;
  transition: top 0.5s ease;
  box-shadow: 0px 15px 35px -15px #eee;
}

.valorwide_sticky_bar.open {
  top: 0;
}

.valorwide_sticky_bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
}

.valorwide_sticky_bar .mwh_el_logo {
  flex: 0 auto;
}

/* valorwide window */

.valorwide_window {
  display: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.valorwide_window.open {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.valorwide_window.open .header__close--toggle {
  animation: close_button_anim 0.5s ease 1 normal forwards;
}

@keyframes close_button_anim {
  from {
    top: -100px;
  }
  to {
    top: 30px;
  }
}

.m_w_languages,
.m_w_search,
.m_w_map,
.m_w_contact {
  display: none;
}

.m_w_languages.open,
.m_w_map.open,
.m_w_contact.open {
  display: block;
  width: 100%;
}

.m_w_search.open{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}


/* LAYOUTS */

{# ############################# Layout 1 ############################## #}

/* Container */

.mwh_layout1.valorwide_module_website_h {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Top row */

/* Middle row */

.mwh_layout1 .mwh_row_m {
  max-width: 1296px;
  justify-content: space-between;
}

/* Bottom row */

{# ############################# Layout 2 ############################## #}

/* Container */

.mwh_layout2.valorwide_module_website_h {
  position: relative !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Top row */

/* Middle row */

.mwh_layout2 .mwh_row_m {
  max-width: 100%;
  padding: 0 100px;
  justify-content: space-between;
}

/* Bottom row */

{# ############################# Layout 3 ############################## #}

/* Container */

.mwh_layout3.valorwide_module_website_h {
  padding: 30px 0;
}
.valorwide_module_website_h {
  width: 100%;
}
/* Top row */

.mwh_layout3 .mwh_row_t {
  max-width: 1280px;
  padding: 0 20px;
  margin-top: 0;
  margin-bottom: 30px;
  justify-content: center;
}

/* Middle row */

/* Bottom row */

.mwh_layout3 .mwh_row_b {
  max-width: 1280px;
  padding: 0 20px;
  justify-content: center;
}

{# ############################# Layout 4 ############################## #}

/* Container */

.mwh_layout4.valorwide_module_website_h {
  padding: 40px 0;
}

/* Top row */

/* Middle row */

.mwh_layout4 .mwh_row_m {
  max-width: 1280px;
  padding: 0 20px;
  justify-content: space-between;
}

/* Bottom row */

.mwh_search_toggle {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}


/* Theme Button */

.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.shadow{
  box-shadow: 0px 20px 30px rgba(119, 174, 62, 0.25) !important;
}

.theme-btn:before, .theme-btn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  transform: scale(0) rotate(0);
  z-index: -1;
}

.theme-btn:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(-180deg);
}

.theme-btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
}

.theme-btn span{
  position: relative;
  display: inline-block;  
}

.theme-btn span:before{
  position: absolute;
  content: '';
  background: #20BAD1;
  width: 30px;
  height: 30px;
  left: -10px;
  top: -10px;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.theme-btn:hover span:before{
  transform: scale(1,1);
}

.theme-btn span:after{
  position: absolute;
  content: '';
  background: #20BAD1;
  width: 30px;
  height: 30px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.theme-btn:hover span:after{
  transform: scale(1,1);
}


button.h-s-btn {
    top: 60px;
    border: none;
    background: none;
    position: absolute;
    right: 70px;
}
