.global-font {
  font-family: "Poppins", sans-serif;
}

.zoom-btn {
  transition: transform 0.3s ease-in-out;
  /* Add smooth transition */
}

.zoom-btn:hover {
  transform: scale(1.05);
  /* Scale the image on hover */
}

.lang-container {
  color: white;
}

.dropdown-toggle-lang {
  width: auto;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 25px;
  background-color: #fff;
  gap: 8px;
}

/* .dropdown-toggle-lang:hover {
  background-color: whitesmoke;
} */
/* languaage css */
.goog-te-gadget-icon {
  display: none;
}

.goog-te-gadget-simple {
  background-color: whitesmoke !important;
  border: 0 !important;
  font-size: 10pt;
  font-weight: 800;
  display: inline-block;
  padding: 10px 10px !important;
  cursor: pointer;
  zoom: 1;
  border-radius: 50px;
}

.goog-te-gadget-simple span {
  color: #3e3065 !important;
  font-size: 12px;
}

.goog-te-gadget-simple a {
  text-decoration: none;
}

.dropdown-toggle-lang span {
  display: none;
}

.dropdown-toggle-lang img {
  width: 25px;
  height: 25px;
  border-radius: 50px;
}

.dropdown-item img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  border-radius: 50px;
}

.carousel_section {
  height: 80vh;
  width: 100%;
}

.nav-crousel-img {
  height: 80vh;
  width: 100%;
}
.nav-crousel-img-logo{
  width: 60%;
}
.corousel-slide-one {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
}

.corousel-slide-one-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.corousel-slide-div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
  background-color: white;
}
.feature_uni_h6 {
  font-size: 30px;
  padding-bottom: 10px;
  color: white;
  font-weight: bold;
}

.corousel-slide-two-box {
  background-color: white;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* navbar drop-down */
.navbar-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

@media (max-width: 1200px) {
  .navbar-container {
    justify-content: center;
  }
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.custom-dropdown-toggle {
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  background-color: #464647;
  font-size: 14px;
}

.down-arrow-icon {
  margin-left: 4px;
  font-size: 14px;
}

.custom-dropdown-menu {
  display: none;
  position: fixed;
  top: 445px;
  /* width: 50vw; */
  min-width: 750px;
  height: 450px;
  /* min-height: 768px; */
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: whitesmoke;
  color: black;
  /* min-width: 660px; */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 30px 25px;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .custom-dropdown-menu {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .custom-dropdown-menu {
    width: 1150px;
  }
}

@media (max-width: 850px) {
  .custom-dropdown-menu {
    padding: 15px;
  }
}

.navbar-container .navbar_item {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #f9f9f9;
}

.custom-dropdown-menu .navbar_link {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

@media (max-width: 768px) {
  .nav-crousel-img{
    height: 40vh;
  }

}