.language-switcher {
  position: fixed;
  top: 50%;              /* vertical center */
  left: 10px;             /* little inside from the left edge */
  transform: translateY(-50%);
  z-index: 9999;           /* stay on top of everything */
}

.language-switcher .fa-language {
  font-size: 24px;
  cursor: pointer;
  color: #333;             /* change color as needed */
}

.language-switcher .dropdown-menu {
  display: none;
  position: absolute;
  left: 30px;              /* opens to the right side of icon */
  top: 0;
}

.language-switcher:hover .dropdown-menu {
  display: block;
}


.custom-country-small-button {
    color: var(--light);
    font-size: 0.8em;
    padding: 1px 10px;
    text-transform: uppercase;
    line-height: 1.8;
    background-color: var(--custom-yellow) !important;
    /* text-decoration: none; */
    margin-right: 3px;
}

.custom-marquee {
		bottom: -30%;
}

.custom-marquee p {
		font-size: 500px;
		font-weight: 600;
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
}

.custom-outline-text-style-1 {
		text-shadow: -1px 1px 0 #000,
 1px 1px 0 #000,
 1px -1px 0 #000,
 -1px -1px 0 #000;
		letter-spacing: 0;
		color: var(--light);
		opacity: 0.08;
}


/* Base custom-menu-container styles */
.custom-menu-container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    gap: 2rem;
  }

  
/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 576px) {
  .custom-menu-container {
    max-width: 540px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 768px) {
  .custom-menu-container {
    max-width: 720px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
  .custom-menu-container {
    max-width: 960px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {
  .custom-menu-container {
    max-width: 1140px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
  .custom-menu-container {
    max-width: 1320px;
  }
}
  

.menu-icon-size{
  height: 42px;
  width: auto;
}

