body {
  margin: 0px;
  font-family: "Roboto";
  overflow-x: hidden;
}

.headTopDiv {
  background: #340851;
  padding: 5px 5vw;
  align-items: center;
}
.topHeadText {
  color: white;
  font-size: 13px;
}
.headTopSubDiv {
  gap: 20px;
}
.headTopDiv a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
.headTopDiv i {
  color: white;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 16px;
}
.nav-item {
  margin-left: 13px;
  margin-right: 13px;
}
.nav-link {
  color: #5a5a5a;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-left: 4px;
  margin-right: 4px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding: 12px 0px !important;
}
.navHover::before {
  position: absolute;
  content: "";

  bottom: -2px;
  width: 40px;
  left: calc(50% - 20px);
  height: 2px;
  opacity: 0;
  background-color: #2e3092;
  transition: all 500ms ease;
}
.navHover::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -2px;
  margin-left: -6px;
  opacity: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #2e3092;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.nav-link:hover {
  color: #2e3092;
}
.nav-link:hover::after,
.nav-link:hover::before {
  opacity: 1;
}
.socialIcon img {
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
}
.socialIcon1 img {
  width: 35px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}
.navbar {
  padding: 0px;
  background: #f5e7ba;
}
#exampleModal {
  background: #f5e7ba;
}
#exampleModal .modal-content {
  background: #f5e7ba;
}
.LogoDiv img {
  width: 250px;
  margin-right: 10px;
}
.LogoDiv a {
  font-size: 30px;
  color: #2e3092;
  text-decoration: none;
  font-family: "Concert One", sans-serif;
  display: flex;
  align-items: center;
}
.navbar-collapse {
  flex-grow: unset;
}
.headerPadDiv {
  padding: 5px 3vw;
}
.footername {
  text-align: center;
  background: black;
  color: white;
  padding: 17px;
  font-size: 11px;
  margin-bottom: 0px;
}
.footername a {
  text-decoration: none;
  color: #aaa9a9;
}
.footername a:hover {
  color: rgb(231, 229, 229);
}
footer {
  /* background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-size: cover; */
  color: white;
}
.upper-footer {
  background: #330956;
  padding-left: 5vw;
  padding-right: 5vw;
}
footer h3 {
  position: relative;
  font-size: 22px;
  font-family: "Roboto Slab", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
footer h3::after {
  bottom: -13px;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  width: 50px;
  background: #eab330;
}
.paddingFooter {
  padding-left: 20px;
  padding-right: 20px;
}
footer ul {
  list-style: none;
  padding-left: 0px;
  font-size: 15px;
  font-weight: 500;
}
footer ul li {
  padding: 8px 0px;
  line-height: 1.7em;
}
footer a {
  text-decoration: none;
  color: white;
  font-size: 15px;
}
footer a:hover {
  color: #eab330;
}
.modal::-webkit-scrollbar {
  display: none;
}
.closeBtn {
  color: #000000;
  background: none;
  border: 0px;
  outline: none;
}
.modal-header {
  justify-content: flex-end;
  border-bottom: 1px solid #000000;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}
.modal {
  width: 300px;
  height: 100vh;
  background: white;
}
.modal-dialog {
  margin: 0px;
}
.modal-content {
  border-radius: unset;
  border: none;
}
.navbar-toggler i {
  font-size: 26px;
  color: #545454;
}
/* #togButton {
  display: none;
} */
.dropdown:hover > .dropdown-menu {
  display: block;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.dropdown-menu a {
  color: #5a5a5a;
  font-weight: 500;
  font-size: 13px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.dropdown-item p {
  margin-bottom: 0px !important;
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.dropdown-menu a:hover {
  color: #0348a7;
  background: none;
}

/* CSS for the loading spinner */
.button-loader {
  position: relative;
  overflow: hidden;
}

.button-loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border: 4px solid #fff;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-sizing: border-box;
  transform-origin: 50% 50%;
}
.modal-body {
  padding-left: 0px;
  padding-right: 0px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* CSS for the button */
#loading-button {
  padding: 10px 20px;
  background-color: #3498db;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#loading-button:hover {
  background-color: #2980b9;
}
.mobileSocialIcon {
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 12px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.mobileSocialIcon a {
  text-decoration: none;
}

.sectionDiv {
  padding: 0px 7vw;
}
.sectionDiv p {
  font-size: 14px;
  line-height: 2;
  font-family: "Roboto Slab", cursive;
  color: #4a4a4a;
  margin-bottom: 0px;
}
h1 {
  font-size: 35px;
  font-family: "Roboto Slab", cursive;
  text-align: center;
  color: #330956;
  font-weight: 700;
  text-transform: capitalize;
}
.underline {
  margin: auto;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.underline label {
  width: 40px;
  height: 4px;
  background: #330956;
  border-radius: 5px 0px;
}
.headLine {
  position: relative;
  width: 100px;
  height: 2px;
  background: #2e3092;
  margin: auto;
}
.headLine::before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: -4px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffb200;
  left: calc(50% - 5px);
}
.imgSection div {
  background-color: #2e2e2ead;
  height: 300px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s;
}
.imgSection h2 {
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 0.15em; /* Adjust as needed */
  position: relative;
  font-family: "Patua One", cursive;
}
.imgSection h2::after {
  bottom: -12px;
  content: "";
  height: 3px;
  left: calc(50% - 25px);
  position: absolute;
  width: 50px;
  background: #ffffff;
  opacity: 1;
  transition: all 0.5s;
}

.imgSection p {
  opacity: 0;
  transition: all 0.5s;
  font-family: "Roboto Slab", cursive;
}

.imgSection div:hover p {
  margin-top: 25px;
  opacity: 1;
}
.footerIcon i {
  margin-right: 20px;
  font-size: 16px;
}
.copyright {
  text-align: center;
  color: #ffffff;
  padding: 23px;
  margin: 0;
  background: #000000;
  font-family: "Roboto";
  font-size: 13px;
}
.copyright a {
  color: #ffffff;
  text-decoration: none;
}
#toTop {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #fefefe;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  left: 48%;
  position: absolute;
  top: -25px;
  transition: all 0.5s;
}
#toTop {
  color: #330956;
}
#toTop:hover {
  background: #330956;
  box-shadow: 0px 0px 4px 1px yellow;
  color: white;
  border: 1px solid white;
}
footer a label {
  cursor: pointer;
}
.nav-link {
  color: #2f2f2f !important;
}
.nav-link:hover {
  color: #330956 !important;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}
.carousel-caption {
  background: rgba(0, 0, 0, 0.461);
  left: 0%;
  top: 0%;
  height: 100%;
  right: 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
}
.carousel-caption h2 {
  font-size: 40px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.4;
}
.carousel-caption a {
  text-decoration: none;
  background-color: #0348a7;
  color: white;
  border-radius: 10px;
  padding: 10px 25px;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  /*   #navHeader {
    display: none;
  }
  #togButton {
    display: block;
  } */
  .socialIcon {
    display: none;
  }
  .headTopDiv {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .carousel-inner .carousel-item > img {
    height: 32vh;
  }
}
