body {
  background: linear-gradient(
    180deg,
    #fffcdb -1.66%,
    rgba(255, 252, 219, 0) 106.13%
  );
}
body {
  overflow-x: hidden;
}

.navbar-inner {
  background-color: transparent;
}
.nav-item a {
  color: #000;
  font-weight: 500;
}
.nav-item a:hover {
  color: #fdce0d !important;
}
.dropdown button {
  color: #fff;
}
.dropdown button:hover {
  color: #fdce0d;
}
.dropdown-menu .dropdown-item {
  background-color: transparent;
  color: #000; /* text color */
}
.dropdown-menu .dropdown-item:hover {
  background-color: transparent; /* hover background color */
}
.navbar-toggler-icon {
  background-color: transparent; /* Default color for the toggler icon */
}
.navbar-collapse {
  justify-content: end !important;
}
.nav-item.active .nav-link {
  color: orange !important;
}

.nav-item .dropdown-menu .dropdown-item {
  color: #000; /* Color for the nav items */
}
.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
  color: #fdce0d !important; /* Color for the active or hovered nav items */
}
.navbar-nav {
  text-align: end;
  z-index: 111111;
}
.Advisory {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 50px;
}
.advisaryDetails {
  color: #8d8c8c;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
}
.AdvisoryImgAll {
  padding: 20px;
}
.AdvisoryImg {
  height: 213px;
  width: 500px;
  border: 1px solid #000;
  margin: auto;
}
.btn-warning {
  width: 241px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 7px;
  background: #f9bf29;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.warningButton {
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.title {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* padding-top: 30px; */
  /* padding-bottom: 20px; */
  margin: auto;
  /* height: 50px; */
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.visionImg img {
  /* width: 631px; */
  height: 508px;
  border-radius: 20px;
  transition: transform 0.3s;
  &:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    opacity: 1;
    transform: scale(1.05);
  }
}
.container {
  /* margin-top: 20px; */
  transition: transform 0.3s;
}
.visionDiscrip {
  border-radius: 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  width: 631px;
  background-color: #fff;
  transition: transform 0.3s;
  &:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    opacity: 1;
    transform: scale(1.05);
  }

  /* height: 508px; */
  /* border: 1px solid #000; */
}
.visionHeading {
  text-align: center;
  color: #8d8c8c;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.visionPara {
  text-align: justify;
  padding-top: 30px;
  color: #8d8c8c;

  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: normal;
}
.ourMission {
  /* border: 1px solid#000; */

  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s;
  &:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    opacity: 1;
    transform: scale(1.05);
  }
}
.missionDiscr {
  /* width: 381px; */
  padding-top: 30px;
  padding-bottom: 20px;
  /* height: 82px; */
  text-align: center;
  color: #8d8c8c;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.missionImg img {
  /* padding-top: 90px; */
  /* width: 388px; */
  height: 430px;
  border-radius: 10px;
}
.missionImg2 img {
  border-radius: 10px;
  margin-top: 10px;
  height: 430px;
}
.missionDesc2 {
  padding: 20px;
  text-align: justify;
  color: #8d8c8c;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.miniTitle {
  color: #f2a82a;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.indiaMap img {
  height: 522.472px;
  transition: transform 0.3s;
}
.cityList {
  display: flex;

  justify-content: center;
  align-items: center;
  border: none;
}
.globalMap img {
  border-radius: 50%;
  width: 853px;
  height: 440px;
  transition: transform 0.3s;
}
.countryList {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes moveFill {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

svg {
  animation: move 5s linear; /* Adjust the duration and timing function as needed */
}
.banner img {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  /* border: 1px solid #000; */
  height: 200px;
}
.foot1 {
  background: #fffcdb;
  /* height: 435px; */
}
.foot2 {
  width: 100%;
  height: 70px;
  background: #fac639;
  margin-top: 50px;
}
.head1 {
  color: #f2a82a;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.head2 {
  color: #6a6a6a;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.decoration {
  list-style-type: none;
}
.copy {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .banner {
    display: none;
  }
  .missionImg2 {
    display: none;
  }
}
.descVis {
  text-align: justify;
  margin-top: 10px;
}
.list-group a {
  text-align: center;
}
h4 {
  color: #f2a82a;
}
