  li.menu-item .imagelinkbook a {
    color: #fff;
    position: relative;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  
  
  
  @media screen and (min-width: 1181px) {
  .menu-item:hover .dropdown-link {
    opacity: 0;
    transform: translateY(10px);
    animation-fill-mode: forwards;
    animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-timing-function: ease;
    animation-delay: 0s; /* overridden below */
  }

  .menu-item:hover .dropdown-link:nth-child(1) {
    animation-delay: 0.1s;
  }
  .menu-item:hover .dropdown-link:nth-child(2) {
    animation-delay: 0.25s;
  }
  .menu-item:hover .dropdown-link:nth-child(3) {
    animation-delay: 0.4s;
  }
  .menu-item:hover .dropdown-link:nth-child(4) {
    animation-delay: 0.55s;
  }
  .menu-item:hover .dropdown-link:nth-child(5) {
    animation-delay: 0.7s;
  }


    .dropdown:hover > .dropdown-content {
    cursor: initial;
    opacity: 1;
    z-index:-10;
    pointer-events: initial;
    height: max-content;
    transition: all 0.5s ease-in-out;
  }


  

  
/* Hide dropdown by default */
.menu-item .dropdown-content {
  opacity: 0;
  top: 88px;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
}

/* Show dropdown on hover */
.menu-item:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
}


/* Animation keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


  
}



 
  .desktopview {
    display: flex;
  }
  .mobileview {
    display: none;
  }








  .dropdown-header {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-bottom: 8px;
    column-gap: 16px;
    max-width: 1480px;
    font-size: 48px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: var(--bloomcare-accent);
    font-weight: 300;
    border-bottom: 2px solid var(--bloomcare-accent);
  }

  .dropdown-header-small {
    font-size: 24px;
    color: var(--bloomcare-accent);
    font-weight: 300;
    position: absolute;
    border: 1px solid #fff;
    top: 0px;
    right: 0px;
  }

  .dropdown-header-small i {
    font-size: 32px;
   
  }

  .dropdown-header-small a {
    font-size: 24px;
    color: var(--bloomcare-accent) !important;
    font-weight: 600;
    padding: 12px;
    background: rgba(0,0,0,0.5);
  }


 .navbar {
    display: flex;
    justify-content: space-between;
  }


.navbar {
  width: 100%;
  height: 88px;
  margin-inline: auto;
}




  .burger {
    display: none;
    visibility: hidden;
  }

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
}

  .menu {
    display: flex;
    flex-direction: row;
    /* justify-content: flex-end; */
    height: 100%;
    padding: unset;
    position: relative;
    z-index: 0;
  }
  .menu-item {
    display: flex;
    cursor: pointer;
   
  }

  .menu-link {
  font-weight: 400;
    font-style: normal;
  }


.menu-link {
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--nuvo-main);
  transition: color 0.3s ease;
  font-size: 14px;
  color: #fff;
  width: 100%;
}



.dropdown-column, .dropdown-group, .dropdown-items {
  display: grid;
}

.dropdown-group {
  padding-bottom: 0px;
}

.dropdown-title {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  padding-inline: 1rem;
}

.dropdown-icon i.bx {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--bloomcare-accent);
}

.dropdown-items {
  row-gap: 0.5rem;
  padding-top: 0.35rem;
}

.dropdown-link {
  font-weight: 400;
  line-height: inherit;
  transition: color 0.3s ease;

}

.megamenuinsetpic {
  order: 1;
   grid-column: 1 / span 1;
  border-radius: 50%;
  width: 60px;
}

.megamenuinsetpic img {

  border-radius: 4px
}

.megamenudropdowntitle  {
  order: 2;
  grid-column: 2 / span 4;
  display: flex;
  align-content: start;
  justify-items: center;
  align-items : center;
  color: #fff;
  
}

.dropdown-block {
  display: flex;
  align-items: flex-start;
  column-gap: 1rem;
  padding-top: 1rem;
  padding-inline: 1rem;
}


  .dropdown-arrow:before {
    transition: rotate 0.4s ease;
    position: absolute;
    color: #000000;
    content: "n";
    line-height: 0;
    top: 0px;
    right: 0px;
    text-transform: none;
    font-size: 14px;
    font-family: bloomicons;
  }

  .menu-item.dropdown:hover .dropdown-arrow:before {
    rotate: 90deg;
    transition: rotate 0.4s ease;
  }

   .dropdown-submenu {
    padding-left: 32px;
  }

li.dropdown-link .dropdown-submenu li a {
  font-size: 14px;
}


  .dropdown-column {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 16px;
    max-width: 1480px;
    margin-inline: auto;
    padding-top: 16px;
  }
header.shrink li.menu-item a {
    color: #424242;
   
  }

  li.menu-item a {
    color: #ffffff;
    position: relative;
    display: flex;
    padding-right: 12px;
    padding-left: 12px;
    z-index: 0;
  }

body.nobanner li.menu-item a {
    color: #232323;
    
  } 
  


a.menu-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.picturenavtextrelative {
  text-align: center;
  color: #fff !important;
}

picturenavtextrelative a {

  color: #fff !important;
}

  li.menu-item .imagelinkmenu a {
    color: #fff;
    position: relative;
    display: block;
    padding-right: 0px;
    padding-left: 0px;
   
  }



  li.menu-item a span {
    line-height: 1;
    padding: 0px;
    position: relative;
  }

.dropdown-arrow {
  position: absolute;
  right: -12px;
}

 li.menu-item:last-child a span {
    line-height: 1;
    padding: 0px;
    position: relative;
   padding: 12px 32px;
   background-color: var(--bloomcare-bronze);
   color: #fff !important;
  }

 li.menu-item:last-child {
   border-left: 1px solid #a4a4a4;
   color: #fff !important;
  }


  li.dropdown-link a {
    color: #fff;
    font-size: 20px;
    padding: 0px;
    display: flex;
    width: 100%;
    /* background: rgba(0,0,0,0.2); */
    border-bottom: 1px solid rgba(0,0,0,0.8);
    gap: 16px;
  }


 .dropdown-toggle {
    column-gap: 0.35rem;
  }


  .dropdown-content {
    position: fixed;
    padding: 32px;
    left: 0;
    right: 0;
    top: 68px;
    opacity: 0;
    height:0px;
    background-color: var(--bloomcare-darkblue);
    border-top: 2px solid var(--bloomcare-darkblue);
    transition: all 0.5s ease;
    padding-bottom: 80px;
    z-index: 0;
  }

  .dropdown-content.homesmobile {
   display: none;
  }







  .dropdown-block {
    padding-top: unset;
    padding-inline: unset;
  }






 .dropdown-group {
    align-content: baseline;
  }



.menu-item a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 4px;
    background-color: #fff;
    bottom: 0px;
    left: 0px;
    transition: all 0.4s ease;
  }

 .menu-item .mobileview a:before,
 .menu-item .mobileview a:after,
 .menu-item:hover .mobileview a:before,
 .menu-item:hover .mobileview a:after,



{ 
    content: none;
    
  }



.navbar li.menu-item .imagelinkmenu a:before {

    content: none !important;
   
    
  }

.navbar li.menu-item .imagelinkmenu a:after {

     content: none !important;
   
    
  }


.dropdown-content  a:before {
content: none !important;
    
  }

.dropdown-content  div :after {
    content: none !important;
    
  }





.menu-item a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 4px;
    background-color: var(--bloomcare-accent);
    bottom: 0px;
    right: -10px;
    transition: all 0.4s ease;
  }


.menu-item:hover a:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 4px;
    background-color: var(--bloomcare-accent);
    bottom: 0px;
    left: 50%;
    transition: all 0.4s ease;
    
  }

.menu-item:hover a:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 4px;
    background-color: var(--bloomcare-accent);
    bottom: 0px;
    right: 50%;
    transition: all 0.4s ease;
    
  }



  .dropdown-link a:before {
    
    content: none !important;
    
    
  }

   .dropdown-link a:after {
    
    content: none !important;
   
    
  }









@media screen and (max-width: 1180px) {


  .dropdown-arrow {
  position: absolute;
  right: 0px;
}



    .dropdown-content {
   
border-top: 1px solid rgba(0,0,0,0.4);
  }


.menu-item a {
  font-size: 24px;
  text-transform: none;
}

  

 li.menu-item a {
    color: #222222;
    position: relative;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    z-index: 0;
  }

    .dropdown-content.homes-slider-dropdown {
   display: none;
  }

     .dropdown-content.homesmobile {
   display: block;
  }


   .menu-item .mobileview a:before,
 .menu-item .mobileview a:after,
 .menu-item:hover .mobileview a:before,
 .menu-item:hover .mobileview a:after,
.menu-item  a:before,
.menu-item  a:after,
.menu-item:hover  a:before,
.menu-item:hover  a:after


{ 
    content: none;
    
  }



  .megamenudropdowntitle  {
 color: #333;
    border-bottom: 1.4px solid rgb(255 255 255 / 31%);
  width: 100%;
  
}
  


  .dropdown-header {
    display: none;
  }

  





   .dropdown-arrow:before {
    position: a;

  }

  .menu-item.dropdown:hover .dropdown-arrow:before {
    rotate: 90deg;
    transition: rotate 0.4s ease;
  }

  


  .menu-link {
  font-size: 18px;
  /* font-family: "Literata", serif; */
  padding: 12px;
  font-size: 32px;
}



  .dropdown-content {
    position: relative;
    top: 0px;
    left: 0%;
    opacity: 1;
    height: 0px;
    background-color: rgba(256,256,256,0.3);
    overflow: hidden;
    padding: 0px 8px;
    width: 100%;
    transition: all 0.3s ease;
  }


    .dropdown-show  .dropdown-content {
      height: max-content;
      /* padding: 16px 0px; */
      }


  


  


   .dropdown-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0px;
    display: flex;
    flex-direction: column
  }


  .menu-item.dropdown {
    cursor: pointer;
  }



    .menu {
    flex-direction: column;
    height: 100%;
    padding: unset;
    padding: 0px;
  }
  .menu-item {
    cursor: pointer;
    padding-right: 0px;
    width: 100%;
    display: block;
   padding: 0px;
    overflow: visible;
  }

  

.burger-line:nth-child(1) {top: 0px;}
.burger-line:nth-child(2) {top: 15px;width: 70%;}
.burger-line:nth-child(3) {top: 30px;}

.burger.is-active > .burger-line:nth-child(1) {
  top: 16px;
  rotate: 135deg;
}
.burger.is-active > .burger-line:nth-child(2) {
  opacity: 0;
}
.burger.is-active > .burger-line:nth-child(3) {
  top: 16px;
  rotate: -135deg;
}


  .burger {
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 10;
  width: 40px;
  height: 40px;
  user-select: none;
  visibility: visible;
  right: 16px;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  background-color: var(--bloomcare-darkblue);
  transition: all 0.3s ease;
}


  .desktopview {
  display: none;
}

.mobileview {
  display: flex;
  width: auto;
  align-item: flex-start
}


   .navbar {
    display: block;
  }



  .navbar-block {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0px;
  opacity: 0;
  pointer-events: none;
  background-color: var(--bloomcare-main);
  transition: opacity 0.4s ease;
}



  .navbar-block.is-active {
  opacity: 1;
  pointer-events: initial;
  height: max-content;
  height: 100vh;
  min-width: 100%;
  background-color: var(--bloomcare-main);
}



  .menu {
 padding: 16px 16px;
}


 





}





@media screen and (max-width: 768px) {


    .dropdown-header {
      display: none; }


   .dropdown-content {
    position: relative;
    top: 0px;
    left: 0%;
    opacity: 1;
    height: 0px;
    /* background-color: var(--bloomcare-main); */
    overflow: hidden;
    /* padding: 0px 16px; */
    width: 100%;
    transition: all 0.3s ease;
  }


    .dropdown-show   .dropdown-content {
      /* padding: 0px 16px; */
      position: relative;
      transition: all 0.3s ease;
      }


   .dropdown-column {
    grid-template-columns: repeat(1, minmax(0, 1fr));
   
  }


  .menu-item.dropdown {
    cursor: pointer;
  }



    .menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    overflow-y: scroll;
    padding: unset;
  }
  .menu-item {
    cursor: pointer;
    padding-right: 0px;
    width: 100%;
    display: unset;
    height: auto;
    transition: all 0.3s ease;
  }

  



 

  .desktopview {
  display: none;
}

.mobileview {
  display: flex;
  /* width: 100%; */
}


   .navbar {
    display: block;
  }



  .navbar-block {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100vh - 4rem);
  opacity: 0;
  pointer-events: none;
  background-color: var(--bloomcare-main);
  transition: opacity 0.4s ease;
}



  .navbar-block.is-active {
  opacity: 1;
  pointer-events: initial;
}



  .menu {
  padding: 32px 16px;
  
}


    .dropdown:hover > .dropdown-content {

    top: 0;

  }





}


