* {
  box-sizing: border-box;
  /* transition: all 0.5s; */
  scroll-behavior: smooth;
}

h2 {
  font-size: var(--h2-heading-size);
  text-align: center;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: 'Sen';
  src: url('../assets/sen-regular.woff'),
    url('../assets/sen-regular.woff2');
}

input,
button,
select,
label,
option,
p,
a,
i,
small,
span {
  outline: none;
  border: none;
  background: none;
  font-family: 'Sen';
}

.btn {
  padding: 20px 30px;
  border: 1px solid #373737;
}

.btn:hover {
  color: white;
  background: #000;
}

.display_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.display_flex_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}


html {
  font-family: 'Sen';
  overflow-x: clip;
  font-size: 18px;
}

html::BEFORE {
  content: none;
}

body {
  height: 100vh;
  scroll-behavior: smooth;
}

header {
  color: white;
  text-align: center;
  width: 100%;
  position: relative;
  height: 70px;
  padding: 10px;
}

.mob-menu {
  display: block;
}

nav {
  position: relative;
  width: 100%;
  height: 100%;
}

nav img {
  position: absolute;
  left: 0;
}

.logo a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  position: absolute;
  overflow-y: scroll;
  top: -140vh;
  background: #000000;
  width: 110%;
  left: -5%;
  z-index: 9999;
  padding: 30px;
  transition: all 0.5s;
  /* min-height: 30vh; */
  height: calc(100vh - 70px);
}

.nav-links li {
  text-align: left;
  margin-bottom: 20px;
}

.nav-links.nav-active {
  display: flex;
  top: 42px;
  flex-direction: column;
  justify-content: space-evenly;
}

.nav-links a {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

.burger-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 90909;
}

.burger-icon div {
  width: 25px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  margin: 5px;
}

.burger-icon.toggle div:nth-child(1) {
  transform: rotate(-45deg) translateY(5px);
}

.burger-icon.toggle div:nth-child(2) {
  display: none;
}

.burger-icon.toggle div:nth-child(3) {
  transform: rotate(45deg) translateY(-6px);
}

.vustr-logo-icon {
  position: relative;
  width: 110.93px;
  height: 50px;
}

.navbar .featured a {
  color: #373737 !important;
}

.featured a {
  position: relative;
  letter-spacing: 0.04em;
  line-height: 120%;
  /* color: #373737 !important; */
}

.featured:hover {
  background: black;
  border-radius: 2px;
}

.featured:hover a {
  color: white !important;
}

.featured-parent {
  gap: 3px;
  /* height: 100px; */
  /* overflow: hidden; */
  /* padding: 35px 0; */
  width: 60%;
  justify-content: center !important;
}

.support {
  position: relative;
  letter-spacing: 0.04em;
  line-height: 120%;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.catalogueMain1 {
  height: 1790px;
}

.catalogueMain2 {
  height: 1660px;
}

.catalogueMain1 .product-name,
.catalogueMain2 .product-name {
  /* background:linear-gradient(45deg,#0cdcf6,#0074b8); */
  color: rgb(0, 0, 0);

}

.contact-us-wrapper,
.cta,
.navbar {
  align-items: center;
}

.contact-us-wrapper {
  border-radius: var(--br-11xs);
  background: linear-gradient(135deg, #00C6FF 60%, #fbfbfb 100%);
  padding: 10px;
  justify-content: center;
  color: var(--color-white);
}

.cta,
.navbar {
  /* height: 100px; */
  /* overflow: hidden; */
}

.navbar li,
.dropbtn2 {
  font-size: 18px;
  list-style: none;
}

/* .navbar li:hover{
  background: black;
} */
.cta {
  width: 23%;
  justify-content: flex-start;
  gap: var(--gap-21xl);
  font-size: var(--h4-heading-size);
}

.navbar {
  width: 100%;
  max-width: 1440px;
  flex-shrink: 0;
  margin: 0 auto;
  justify-content: space-between !important;
  height: 100px;
  max-height: 100px;
  display: none;
  font-size: var(--button-text-size);
}

.engineered-displays,
.lorem-ipsum-dolor {
  align-self: stretch;
  position: relative;
  line-height: 99.31%;
  font-weight: 600;
}

.lorem-ipsum-dolor {
  font-size: 19px;
  letter-spacing: 0.01em;
  line-height: 120%;
  font-weight: 500;
  max-width: 560px;
  color: var(--dim-text);
}

.view-products {
  font-weight: 600;
  font-size: 14px;
  color: black;
}

.cta1 {
  border: 1px solid var(--color-darkslategray);
  padding: var(--padding-xl) var(--padding-31xl);
  align-items: center;
  justify-content: center;
  font-size: var(--button-text-size);
}

.content {
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center !important;
}

.content {
  background-image: url('../public/commercial-display-thumbnail.webp');
}

.content2 {
  background-image: url('../public/enclosures-thumbnail.webp');
}

.content3 {
  background-image: url('../public/mount-thumbnail.webp');
}

.content .display_flex_col {
  height: 100%;
  justify-content: space-evenly;
  /* max-width: 502px; */
  max-height: 400px;

  /* width: 100%; */
  /* left: 6%; */
  /* position: relative; */
  /* gap: 20px; */
}

.right-content {
  flex: 1;
  position: relative;
  height: 100px;
  overflow: hidden;
}

.hero-content {
  align-self: stretch;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-3xs);
  z-index: 0;
  width: 100%;
  height: 100%;

}

.arrow-3-stroke {
  position: relative;
  width: 8.73px;
  height: 21.21px;
}

/* .right-arrow {
  top: calc(50% - 20px);
  right: 4%;
  border-radius: var(--br-xl);
  border: 1px solid var(--color-silver);
  width: 20px;
  height: 20px;
  padding: var(--padding-3xs);
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.left-arrow,
.right-arrow,
.slider01 {
  position: absolute;
  margin: 0 !important;
} */

/* .left-arrow {
  top: calc(50% - 20px);
  left: 4%;
  border-radius: var(--br-xl);
  border: 1px solid var(--color-silver);
  width: 20px;
  height: 20px;
  padding: var(--padding-3xs);
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transform-origin: 0 0;
  z-index: 2;
} */

/* .slider01 {
  background-color: var(--color-gainsboro-200);
  width: 20%;
  height: 2px;
}

.slider-player-01 {
  justify-content: space-between;
  position: relative;
  width: 70%;
  height: 2px;
}

.slider012 {
  position: relative;
  width: 20%;
  height: 2px;
  background-color: var(--color-gainsboro-200);
} */


.frame-child {
  align-self: stretch;
  position: relative;
  background-color: var(--color-darkslategray);
  width: 7.5px;
}

.rectangle-parent,
.slider-indicator {
  align-items: center;
}

.rectangle-parent {
  width: 20px;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
  justify-content: space-between;
}

.slider-indicator {
  /* position: absolute; */
  width: 100%;
  bottom: 18px;
  /* left: calc(50% - 410px); */
  justify-content: center;
  gap: var(--gap-21xl);
  z-index: 3;
  margin: var(--padding-81xl) 0 0 0;
}

.sectionhero {
  width: 100%;
  max-width: 1440px;
  height: 55vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: var(--gap-3xs);
  /* min-width: 1280px;  */
  /* max-width: 1440px; */
  font-size: 42px;
}

.new1,
.this-months-highlights {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 120%;
  font-weight: 600;
}

.new1 {
  letter-spacing: 0.01em;
  cursor: pointer;
}

.new {
  border-bottom: 2px solid var(--color-darkslategray);
  width: 51px;
  font-size: var(--font-size-5xl);
}

.displays1 {
  position: relative;
  letter-spacing: 0.01em;
  line-height: 120%;
  font-weight: 500;
  cursor: pointer;
}

.displays,
.enclosures,
.highlight-categories,
.mounts {
  width: 89px;
}

.enclosures,
.highlight-categories,
.mounts {
  width: 77px;
}

.enclosures,
.highlight-categories {
  width: 111px;
}

.highlight-categories {
  /* width: 711px; */
  max-width: 711px;
  width: 100%;
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between;
  font-size: var(--h4-heading-size);
}

.highlight-categories p {
  font-size: 12px;
}

.highlight-categories p.active {
  border-bottom: 2px solid black !important;
}


.product-name {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 120%;
  font-weight: 600;
  text-align: left;
  z-index: 30;
  color: rgb(0, 0, 0);
  padding: 5px 10px;
  position: absolute;
  bottom: 27%;
}

.lorem-ipsum-dolor1 {
  font-size: var(--body-text-size);
  display: inline-block;
  width: 340px;

}

.learn-more,
.lorem-ipsum-dolor1 {
  z-index: 30;
  position: relative;
  line-height: 120%;
  color: white;

}

.frame-inner {
  position: relative;
  width: 12px;
}

.vector-wrapper {
  border-radius: var(--br-3xs);
  border: 1px solid var(--color-white);
  width: 20px;
  height: 20px;
  /* padding: var(--padding-3xs); */
  margin: 0 var(--padding-3xs);
  align-items: center;
  justify-content: center;
}

.learn-more-parent {
  background-color: #000000;
  overflow: hidden;
  position: absolute;
  display: flex;
  border-radius: 20px;
  bottom: 0px;
  padding: var(--padding-3xs) var(--padding-xl);
  border: 0.5px solid #ffffff66;
  align-items: center;
  gap: var(--gap-3xs);
  font-size: var(--small-body-text-size);
  transition: all 0.2s;
  transform: translateY(-10px);
  z-index: 30;
}


.catalogue-inner,
.product-name-parent {
  align-items: center;
  justify-content: flex-end;
}

.product-name-parent {
  position: relative;
  gap: var(--gap-5xs);
  height: 100%;
  width: 100%;
  justify-content: center;
  overflow: hidden;
}

.overlay {
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  /* background:radial-gradient(rgba(239, 239, 239, 0.064),rgba(0, 0, 0, 0.894)); */
}

.overlay:hover {
  /* background:radial-gradient(rgba(239, 239, 239, 0),rgba(0, 0, 0, 0.4)); */
}


.product-name-parent:hover img {
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  transform: scale(1.06);
}

.catalogue-inner {
  border-radius: var(--br-11xs);
  width: 100%;
  height: 540px;
  margin: 0 auto;
  max-width: 600px;
  overflow: hidden;
  border-radius: 20px;
}

.lorem-ipsum-dolor2 {
  position: absolute;
  font-size: var(--body-text-size);
  line-height: 120%;
  color: rgb(0, 0, 0);
  z-index: 30;
  display: inline-block;
  width: 256px;
  bottom: 15%;
}

.info-wrapper {
  border-radius: var(--br-11xs);
  background-color: var(--color-whitesmoke-200);
  width: 100%;
  max-width: 330px;
  height: 280px;
  overflow: hidden;
  /* flex-shrink: 0; */
  margin: var(--padding-3xs);
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.frame-parent {
  /* width: 700px; */
  width: 100%;
  flex-wrap: wrap;
  /* gap: var(--gap-21xl); */
  justify-content: center;
}

/* .catalogue-child {
  border-radius: var(--br-11xs);
  background-color: var(--color-whitesmoke-200);
  width: 100%;
  align-items: center;
} */

/* width: 1440px; */
/* padding: var(--padding-81xl) 543px; */
.catalogue,
.sectionhighlights {}

.catalogue {
  align-self: stretch;
  flex-wrap: wrap;
  gap: var(--gap-21xl);
  text-align: center;
  font-size: 26px;
  width: 100%;
  left: 100%;
}

.sectionhighlights .catalogue.active {
  left: 0%;
  transition: all 0.5s;
}

.sectionhighlights .catalogue.nonactive {
  left: -100%;
}

.sectionhighlights {
  /* width: 1440px; */
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  padding: var(--padding-81xl) 0;
  align-items: center;
  gap: var(--gap-11xl);
  /* min-width: 1280px; */
  max-width: 1440px;
}

.sectionhighlights .catalogue {
  width: 100%;
  left: 100%;
  position: absolute;
}

.recommended-products {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 120%;
  font-weight: 600;
  z-index: 0;
}

.listing-01-child {
  position: relative;
  width: 250px;
  height: 250px;
}

.product-name6 {
  position: relative;
  font-size: var(--h4-heading-size);
  letter-spacing: 0.01em;
  line-height: 120%;
  font-weight: 500;
}

.color-graphite {
  position: relative;
  line-height: 100%;
}

.ellipse-div {
  position: relative;
  border-radius: 50%;
  background-color: var(--color-gray-100);
  width: 21px;
  height: 21px;
}

.ellipse-wrapper {
  border-radius: var(--br-9xl);
  border: 1px solid var(--color-darkslategray);
  padding: var(--padding-11xs);
  justify-content: center;
}

.frame-child5 {
  position: relative;
  border-radius: 50%;
  background-color: var(--color-white);
  border: 0.3px solid var(--color-silver);
  width: 21px;
  height: 21px;
}

.ellipse-container {
  border-radius: var(--br-9xl);
  padding: var(--padding-11xs);
  justify-content: center;
}

.color-graphite-parent,
.frame-group {
  align-items: center;
  justify-content: center;
  gap: var(--gap-3xs);
}

.color-graphite-parent {
  gap: var(--gap-8xs);
  font-size: var(--fine-print-size);
}

.lorem-ipsum-dolor7 {
  align-self: stretch;
  position: relative;
  line-height: 120%;
}

.frame-child6 {
  position: relative;
  width: 13px;
  height: 7.36px;
}

.learn-more-parent3,
.listing-01 {
  overflow: hidden;
  align-items: center;
}

.learn-more-parent3 {
  justify-content: center;
  border-radius: var(--br-11xs);
  background-color: var(--color-darkslategray);
  padding: var(--padding-3xs) var(--padding-xl);
  color: var(--color-white);
  width: 100%;
  max-width: 300px;
}

.listing-01 {
  border-radius: var(--br-3xs);
  background-color: var(--color-whitesmoke-100);
  box-shadow: var(--card-shadow);
  border: 1px solid var(--color-gainsboro-100);
  max-width: 340px;
  width: 100%;
  padding: var(--padding-31xl) var(--padding-6xl);
  gap: var(--gap-21xl);
  margin: 0 30px;
  gap: 30px;
  height: 720px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.product-list {
  width: 100%;
  justify-content: center;
  z-index: 1;
  text-align: center;
  font-size: var(--small-body-text-size);
}

.right-arrow1,
.sectionrecommendations {
  align-items: center;
}

.right-arrow1 {
  margin: 0 !important;
  position: absolute;
  top: calc(50% - 20px);
  right: -140px;
  border-radius: var(--br-xl);
  border: 1px solid var(--color-silver);
  width: 40px;
  height: 40px;
  padding: var(--padding-3xs);
  justify-content: center;
  z-index: 2;
}

.sectionrecommendations {
  width: 100%;
  height: 1020px;
  padding: var(--padding-81xl) 0;
  justify-content: flex-start;
  position: relative;
  gap: 90px;
  /* min-width: 1280px; */
  max-width: 1440px;
}

.retail {
  border-bottom: 2px solid var(--color-darkslategray);
  font-size: var(--font-size-5xl);
}

.catalogue-inner1,
.exhibitions,
.experience-centers,
.musuems {
  width: 96px;
}

.catalogue-inner1,
.exhibitions,
.experience-centers {
  width: 121px;
}

.catalogue-inner1,
.experience-centers {
  width: 205px;
}

.catalogue-inner1 {
  border-radius: var(--br-11xs);
  background-color: var(--color-whitesmoke-200);
  width: 100%;
  height: 400px;
  overflow: hidden;
  flex-shrink: 0;
  padding: var(--padding-3xl);

  align-items: center;
  justify-content: flex-end;
}

.search-icon {
  position: relative;
  width: 21.96px;
  height: 21.96px;
}

.search-bar {
  align-self: stretch;
  border-radius: 25px;
  background-color: var(--color-whitesmoke-100);
  border: 1px solid #757575;
  height: 50px;
  padding: var(--padding-3xs) 24px;
  align-items: center;
  gap: var(--gap-3xs);
  font-size: var(--body-text-size);
  color: #555;
  justify-content: space-evenly;
}

.search-bar .learn-more {
  line-height: 200%;
  width: 42%;
  color: black;
}

.digital-standee {
  position: relative;
  line-height: 100%;
  display: inline-block;
  max-height: 14px;
}

.keywordSearch {
  cursor: pointer;
}

.keyword-suggestion-01 {
  border-radius: var(--br-5xl);
  background-color: var(--color-gray-300);
  border: 1px solid var(--color-gray-200);
  height: 32px;
  padding: var(--padding-5xs) 18.4px var(--padding-5xs) 18.5px;
}

.keyword-suggestion-01,
.keyword-suggestion-02,
.keyword-suggestion-04 {
  align-items: center;
  justify-content: center;
}

.keyword-suggestion-02 {
  border-radius: var(--br-5xl);
  background-color: var(--color-gray-300);
  border: 1px solid var(--color-gray-200);
  height: 32px;
  padding: var(--padding-5xs) 18.4px var(--padding-5xs) 18.5px;
}

.keyword-suggestion-04 {
  padding: var(--padding-5xs) 18.4px var(--padding-5xs) 18.5px;
}

.keyword-suggestion-04,
.keyword-suggestion-05,
.keyword-suggestion-06 {
  border-radius: var(--br-5xl);
  background-color: var(--color-gray-300);
  border: 1px solid var(--color-gray-200);
  height: 32px;
}

.keyword-suggestion-05 {
  padding: var(--padding-5xs) 18.1px var(--padding-5xs) 18.3px;
  align-items: center;
  justify-content: center;
}

.keyword-suggestion-06 {
  padding: var(--padding-5xs) 19.1px var(--padding-5xs) 19.3px;
}

.keyword-suggestion-03,
.keyword-suggestion-06,
.list {
  align-items: center;
  justify-content: center;
}

.keyword-suggestion-03 {
  border-radius: var(--br-5xl);
  background-color: var(--color-gray-300);
  border: 1px solid var(--color-gray-200);
  height: 32px;
  padding: var(--padding-5xs) 17px;
}

.list {
  align-self: stretch;
  flex-wrap: wrap;
  padding: 0 29px;
  gap: var(--gap-5xs);
  font-size: var(--fine-print-size);
}

.heading-2-looking-for-someth-parent,
.sectionsearch {
  align-items: center;
}

.heading-2-looking-for-someth-parent {
  /* width: 600px; */
  gap: 9px;
}

.sectionsearch {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  padding: var(--padding-31xl) 0;
  text-align: center;
}

.vustr-logo-icon1 {
  position: relative;
  width: 88.75px;
  height: 40px;
}

.a-techworks-brand {
  position: relative;
}

.vustr-logo-parent {
  gap: 2px;
  width: 100%;
  align-items: center;
}

.icon-youtube-1 {
  position: relative;
  width: 34px;
  height: 34px;
  overflow: hidden;
  flex-shrink: 0;
  display: none;
}

.icon-youtube-1-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: var(--gap-11xl);
  display: none;
  width: 100%;
}

.ds-techworks-solutions-pvt-lt-wrapper,
.frame-parent4 {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.ds-techworks-solutions-pvt-lt-wrapper {
  align-items: flex-start;
  font-size: var(--fine-print-size);
  color: var(--color-darkslategray);
}

.sectionfooter {
  /* width: 1440px; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: var(--padding-81xl) 0;
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-11xl);
  /* min-width: 1280px; */
  width: 100%;
  max-width: 980px;
  font-size: 10px;
  color: var(--dim-text);
}

.sectionfooter .frame-parent {
  justify-content: space-between;
  width: 100%;
  height: auto !important;
  gap: 30px;
}

.index1,
.page {
  background-color: var(--color-white);
}

.page {
  top: 0;
  align-items: center;
  padding: 0 10px;
}

.index1 {
  position: relative;
  width: 100%;
  text-align: left;
  color: var(--color-darkslategray);
  font-family: var(--fine-print);
}

.slick-slider {
  display: flex;
  width: 100%;
  height: 100%;
}

.slider .slick-list {
  padding-top: 0% !important;
  height: 80%;
  width: 100%;
}

.slick-track {
  height: 100% !important;
}

.slick-dots {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
}

;


.slick-dots li::marker {
  display: none;
  background: none;
  text-indent: 9000px;
  /* width: 100px; */
}

.slick-dots .slick-active button {}

.slick-dots li button {
  border-radius: 10px;
  height: 2px;
  width: 40px;
  background: #dbdbdb;
  text-indent: 9000px;
  overflow: hidden;
}

.slick-dots li.slick-active button {
  background: #000000;
}

.slick-arrow {
  position: absolute;
  top: 45%;
  height: 35px;
  width: 35px;
  z-index: 96;
  cursor: pointer;
}


.slick-prev {
  left: -50px !important
}

.slick-next {
  right: 10px !important
}

.slider3 .slick-slide img {
  display: inline;
}

.sectionfooter {
  overflow: hidden;
  display: flex;
  padding: var(--padding-81xl) 0;
  justify-content: flex-start;
  gap: var(--gap-11xl);
  width: 100%;
  max-width: 1440px;
  font-size: 10px;
  color: var(--dim-text);
  margin: 0 auto;
}

.sectionfooter .frame-parent {
  width: 100%;
  height: auto !important;
  gap: 30px;
}

.ds-techworks-solutions-pvt-lt-wrapper {
  width: 100%;
  max-width: 980px;
  align-items: center;
  justify-content: center;
  font-size: var(--fine-print-size);
  color: var(--color-darkslategray);
  margin: var();
}

.color-graphite {
  margin: 10px;
  color: var(--color-darkslategray);
  text-decoration: none;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}

.dropdown-toggle {
  cursor: pointer;
  /* border: 1px solid #ccc; */
}

.dropdown-menu {
  display: none;
  /* position: absolute; */
  /* background-color: #fff; */
  /* border: 1px solid #ccc; */
  padding: 10px;
  list-style-type: none;
}

.dropdown-menu li {
  cursor: pointer;
}

.dropdown-menu li:hover {
  /* background-color: #f0f0f0; */
}

.sub-dropdown-content2 .submenu {
  padding: 0;
}

.submenu a {
  width: 100%;
  margin: 5px 0;
}

/* Style the dropdown menu */
.dropdown2 {
  position: relative;
  display: inline-block;
}

/* Style the dropdown button */
.dropdown2 .dropbtn2 {
  /* font-size: 18px; */
  padding: 4px 10px;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
}

/* Style the dropdown content (hidden by default) */
.dropdown2 .dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 60px;
}

/* Style the links inside the dropdown */
.dropdown2 .dropdown-content2 a {
  color: black;
  padding: 12px 10px;
  text-decoration: none;
  display: block;
  width: 100%;
}

/* Change color of dropdown links on hover */
.dropdown2 .dropdown-content2 a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown-content2 {
  display: none;
}

.dropdown-content2.active {
  display: block;
}

/* .dropdown2:hover .dropdown-content2 {
    display: block;
} */

/* Style the sub-dropdown content */
.dropdown2 .dropdown-content2 .sub-dropdown2 {
  position: relative;
}

/* Style the sub-dropdown button */
.dropdown2 .dropdown-content2 .sub-dropdown2 .sub-dropbtn2 {
  /* background-color: #ddd; */
  color: black;
  margin: 10px 0;
  font-size: 20px;
  width: 100%;
  text-align: left;
  padding: 0 5px;
}

/* Style the sub-dropdown content (hidden by default) */
.dropdown2 .dropdown-content2 .sub-dropdown2 .sub-dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 240px;
  left: 100%;
  top: 0;
  z-index: 1;
}

/* Show the sub-dropdown content on hover */
.dropdown2 .dropdown-content2 .sub-dropdown2:hover .sub-dropdown-content2 {
  display: block;
}

.submenu2 {
  width: 100%;
  padding: 0;
}