@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Style+Script&display=swap");

* {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #fff;
}

/* #google_translate_element {
 
} */
.goog-te-gadget-simple img {
  display: none;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important; /* Optional: Hide the top banner that may appear */
}

.goog-te-gadget-simple {
  z-index: 1; /* Lower the z-index of the translate widget */
}
.VIpgJd-ZVi9od-vH1Gmf {
  background-color: #222831 !important;
}

.goog-te-gadget-simple {
  background-color: #222831 !important;
  border: none !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: #ffffff !important;
  background-color: #222831 !important;
}
.icon {
  display: inline-block;
  cursor: pointer; /* Change cursor to pointer on hover */
  position: relative; /* Position the icon relative to show the translate element */
}

#home {
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #222831;

  /* filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)); */
}

.navbar {
  /* box-shadow: inset 0px 4px 40px rgba(255, 255, 255, 0.5); */
  /* border-radius: 100px; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* padding: 5px; */
  border-radius: 5px;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8239670868347339) -50%,
    rgba(34, 40, 49, 0.48503151260504207) 18%,
    rgba(34, 40, 49, 0.5522584033613445) 83%,
    rgba(255, 255, 255, 0.30015756302521013) 125%
  );
}
/* Container for the Logo */

/* Styling for the Logo Image */
.nav-LogoName img {
  max-height: 80px; /* Limit the height to fit the navbar */
}

/* Animation for logo appearance */
@keyframes logoShow {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.nav-items {
  display: flex;
  width: 80%;
  margin: 0px auto;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 80px;
  align-items: stretch;
}

.nav-items li {
  /* text-align: center; */
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  transition: all 0.5s ease-out;
  position: relative;
  animation: slideUp 0.5s ease-out forwards;
}

.nav-items .nav-link {
  position: relative;
}
.nav-link.active {
  text-decoration: none;
  color: #eeeeee;
  font-size: 16px;
}

.nav-items .nav-link::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -5px;
  width: 0;
  height: 3px;
  background-color: #aa3235;
  transition: 0.5s;
}

.nav-items .nav-link:hover::after {
  width: 100%;
}

.nav-link.active:hover {
  color: #aa3235;
}

/* Dropdown menu container */

.drop-down {
  display: none;
  position: absolute;
  background-color: #f9f9f9; /* Background color of the dropdown */
  min-width: 220px; /* Adjust width as needed */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100%; /* Position below the parent element */
  left: 0;
  border-radius: 5px; /* Optional: rounded corners */
  transition: display 0.5s ease, visibility 0.5s ease;
}
.drop-down:hover {
  display: block; /* Show dropdown on hover */
}

/* Show the dropdown when hovering over parent list item */
.nav-link:hover + .drop-down {
  display: block;
}

/* Dropdown menu items */

/* Dropdown container */
.drop-down {
  display: none; /* Hide dropdown initially */
  position: absolute;
  background-color: #2c3646;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Add a shadow to dropdown */
  z-index: 1; /* Ensure dropdown appears above other content */
  padding: 10px 0; /* Add padding inside dropdown */
  border-radius: 4px; /* Round corners */
}

/* Show dropdown on hover */
li:hover .drop-down {
  display: block;
}

/* Dropdown list item styling */
.drop-down li {
  list-style: none;
  padding: 8px 16px; /* Increase padding for better spacing */
  border-bottom: 1px solid #cccccc36;
}

/* Remove the border from the last item */
.drop-down li:last-child {
  border-bottom: none;
}

/* Dropdown link styling */
.drop-down a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: block; /* Ensure each link takes up full width */
}

/* Hover effect for dropdown items */
.drop-down li:hover {
  background-color: #aa3235; /* Hover background color */
  color: #222831 !important;
}

.sub-drop-down li:hover a {
  color: #222831 !important;
}

.image-logo {
  width: 16px;
  height: 16px;
}

/* responsive for the navbar   */

.menu-icon {
  display: none;
}
.crossOf-ul {
  text-align: end;
  color: white;
  padding-right: 5px;
  display: none;
}

/* Sub-dropdown menu */
.sub-drop-down {
  display: none;
  position: absolute;
  background-color: #3b4046c7;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: 100%; /* Position to the right of the parent dropdown */
  top: 0;
  border-radius: 5px;
  transition: display 0.5s ease, visibility 0.5s ease;
}

/* Show sub-dropdown on hover */
.drop-down li:hover .sub-drop-down {
  display: block;
}

/* Inherit dropdown item styles for sub-dropdown */
.sub-drop-down li {
  list-style: none;
  padding: 8px 16px;
  border-bottom: 1px solid #cccccc36;
  color: #333 !important;
}

/* Remove the border from the last item */
.sub-drop-down li:last-child {
  border-bottom: none;
}

/* Inherit dropdown link styles */
.sub-drop-down a {
  color: #ffffff; /* Set text color to black */
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  display: block;
}

/* Hover effect for sub-dropdown items */
.sub-drop-down li:hover {
  background-color: #aa3235;
  color: black !important;
}

.sub-drop-down li:hover a {
  color: black !important;
}

@media only screen and (max-width: 600px) {
  .menu-icon {
    color: white;
    font-size: 20px;
    display: block;
    padding-right: 10px;
    cursor: pointer;
  }
  .nav-LogoName img {
    max-height: 45px;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
  }

  .crossOf-ul {
    display: inline;
    position: absolute;
    top: 30px;
    right: 25px;
    border-radius: 50%;
    width: 22px;
    height: 28px;
    cursor: pointer;
  }

  .crossOf-ul:hover {
    background: #8895a0;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
  }

  .nav-List {
    display: none; /* Ensure this is set to display when needed */
    position: fixed;
    right: 0;
    top: 0;
    background: #222831;
    height: 100vh; /* Ensure it takes up the full viewport height */
    max-width: 80vw;
    min-width: 45px;
    overflow-x: hidden;
    overflow-y: auto;
    right: -100%;
    transition: all 0.5s ease-in-out;
  }
  .navbarShow {
    width: 250px;
    animation: show 0.5s ease-out forwards;
  }
  @keyframes show {
    from {
      right: -100%;
    }
    to {
      right: 0%;
    }
  }

  .nav-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 60px;
    /* left: 10px; */
    row-gap: 20px;
    width: 100%;
  }

  .nav-items li {
    line-height: 35px;
    padding: 15px 15px;
    border-bottom: 1px solid #ccc;
    width: 95%;
    text-align: left;
  }

  .drop-down {
    position: relative;
  }

  li ul {
    display: none !important;
  }

  .showInsideUl {
    display: block !important;
  }

  .sub-drop-down {
    position: unset !important;
  }
  li a {
    display: inline-block !important;
  }
  li:hover {
    background-color: unset !important;
  }
  .upAngle {
    cursor: pointer;
    font-size: 25px;
    position: absolute;
    right: 25px;
    color: #ffffff;
  }
}

@media only screen and (min-width: 601px) {
  .upAngle {
    display: none;
  }
}

/* ===============================slider of all page======================= */

.slider-container {
  width: 100%;
  padding: 20px 0px;
  overflow: hidden;
}

.slider-line {
  display: flex;
  margin: 10px 0;
}

.slider-track {
  display: flex;
}

.slider-track img {
  width: 150px;
  height: 150px;
  margin: 0 10px;
  border-radius: 10px;
}

/* Forward sliding animation */
.forward .slider-track {
  animation: slideForward 210s linear infinite;
}

/* Backward sliding animation */
.backward .slider-track {
  animation: slideBackward 210s linear infinite;
}

@keyframes slideForward {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes slideBackward {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 1200px) {
  .sub-drop-down {
    display: none;
    position: absolute;
    background-color: #3b4046;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: -100%; /* Position to the right of the parent dropdown */
    top: 0;
    right: 100%;
    border-radius: 5px;
    transition: display 0.5s ease, visibility 0.5s ease;
  }
}
