/* variable define */
*,
*:after,
*::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}
a {
  text-decoration: none !important;
  color: unset !important;
}

.main-nav-bar a:hover, .main-nav-bar a:focus, .main-nav-bar a:active,
.navbar a:hover, .navbar a:focus, .navbar a:active,
.footer-section a:hover, .footer-section a:focus, .footer-section a:active {
  color: unset;
  text-decoration: underline !important;
  text-underline-offset: 5px;
}

h1,h2,h3,h4,h5,h6,p,figure,ul,ol,.row > * {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth !important;
  overflow-x: hidden;
  scroll-padding-top: 60px;
}
body {
  top: 0px !important;
  position: static !important;
  /* cursor: url(/images/cur.svg), auto; */
}
p {
  font-weight: 400;
  font-size: 1.7rem;
  color: #202020;
}

/* Responsive */
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }


  .events-section img {
    width: 100%; /* Make event images responsive */
  }

  .navbar-nav .nav-link {
    font-size: 1.5rem; /* Adjust nav link font size */
  }

  .search-input {
    width: 100%; /* Make search input full width */
  }

  .contact-form {
    flex-direction: column; /* Stack contact form fields */
  }

  .contact-form .col {
    width: 100%; /* Full width for contact form columns */
  }

  .read-more {
    width: 100%; /* Full width for buttons */
  }

  /* Adjust Swiper slides */
  .swiper-slide {
    width: 100%; /* Make slides full width */
  }

  /* top social media icon */

  .social-media {
    margin-left: 100px;
  }

  .contact-bar {
    display: none;
  }

  .logo {
    margin-left: 0px;
  }

  .tag {
    font-size: 4rem !important;
    text-align: center;
    padding: 0px;
  }
  .about-sec h2 {
    text-align: center !important;
    padding: 19px !important;
  }

  .carousel-inner img {
    height: 320px !important;
  }

  .gov-img img {
    width: 30% !important;
  }

  .logo {
    width: 50px !important;
    margin: 10px !important;
  }
}

/* gradient  Line  in  pages*/

.line {
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(75, 56, 191, 1) 15%,
    rgba(227, 29, 36, 1) 100%
  );
}

.icons {
  font-size: 24px;
}


/* Contact Bar Section Start Here */

.main-nav-bar {
  background: rgb(75, 56, 191);
  background: linear-gradient(
    90deg,
    rgba(75, 56, 191, 1) 15%,
    rgba(227, 29, 36, 1) 100%
  );
}

.contact-bar ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contact-bar li {
  font-size: 1.5rem;
  padding: 5px;
  color: white;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
}

.right-bar-icon {
  margin-right: 10px;
  font-size: 2rem;
  padding: 8px;
}

#left-icons {
  color: white;
  text-decoration: none;
  font-size: 2.2rem;
  padding: 10px;
  margin-top: 5px;
}

/* NAV BAR Section */

.logo {
  width: 30px;
  margin: 10px 5px 10px 5px;
}

.nav-body {
  background-color: #dcdcdc;
}
.navbar .col-lg-3 {
  display: contents;
}

.navbar {
  position: sticky !important;
  top: 0px;
  z-index: 1000;
}

.nav-menu {
  color: rgb(43, 43, 43) !important;
}
.nav-menu a {
  font-size: 2rem;
  font-family: "Hanken Grotesk", serif;
  color: rgb(44, 44, 44);
  padding: 20px !important;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: rgb(37 4 168 / 45%) !important;
  border: 1px solid rgb(37, 4, 168) !important;
  color: white;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar li {
  padding: 0% 4% 0% 4%;
  font-size: 15px;
  font-family: "Nunito Sans", serif;
  font-weight: bold;
}

.search-bar{
  width: 300px;
  /* font-size: 25px; */
}

.search-icon {
  font-size: 20px;
}
.search-bar input {
  font-size: 1.5rem;
}
/* HomeSection start here  */

.carousel-inner img {
  width: 100% !important;
  margin: 5rem 0;
  background-repeat: no-repeat;
  height: 390px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.home-text h1 {
  font-size: 3.2rem;
  color: rgb(37, 0, 66);
  font-family: "Hanken Grotesk", serif;
  /* margin-top: 7rem !important; */
  line-height: 1.5;
}

.home-section {
  background-color: #ededff;
  display: flex;
  height: calc(100vh - 60px - 51px);
  align-items: center;
  min-height: fit-content;
  max-height: 700px;
}

.home-span {
  font-size: 3.5rem;
  color: #202020;
  font-family: "Hanken Grotesk", serif;
}
.home-text {
  align-content: end;
  margin-bottom: 8rem;
}
.home-btn {
  padding: 5px 20px;
  background-color: #64357a;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  display: inline-flex;
  margin-top: 20px;
  align-items: center;
}
.tag {
  font-size: 5rem;
  font-family: "Hanken Grotesk", serif;
  padding-left: 30px;
  color: #db1f2c;
}

@media (max-width: 992px){
  .home-section .row {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {

  .home-text h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}

/* Notices Section */


.notice-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px !important;
}

.notice-bar .icons {
  font-size: 50px;
}


.notice-bar .icons {
  margin-left: 1px;
}

.notice-bar-body {
  background-color: #6050c8;
}

.notice-bar h2 {
  color: white;
  font-size: 2.2rem;
  margin: 10px;
  display: flex;
  align-items: center;
}

.marquee-list {
  display: flex;
  align-items: center;
  width: calc(100% - 150px) !important;
}

.marquee-list a {
  color: #ffff00 !important;
  font-size: 20px;
  text-decoration: none;
}

.marquee-list a:hover {
  color: #dddddd !important;
}

/*  About Section  */

.about-sec h2 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  text-align: justify;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  border: 1px solid rgb(143, 143, 143);
  background-color: #f3f1ff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 5rem;
  border-radius: 12px;
  color: #464646;
  margin-top: 5rem !important;
  text-wrap: balance;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

/* Government Logos Section */

.gov-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6%;
  margin: 15px
}

.gov-img img {
  width: 16%;
  margin: 2rem;
}

/*  ---- Event Section ----- */
/* General Styles */
.events-section.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.event-header {
  text-align: center;
}

.event-header h2 {
  font-size: 2.5rem;
  color: #333;
}

.ctm-line {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #5747bf; /* Custom line color */
  margin: 10px auto;
}

.event-header p {
  color: #555;
  font-size: 15px;
}

/* Events Section Styles */
.events-section {
  background-color: #f4f4f4;
  padding: 5px;
}

.events-scroll-container .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0px;
}

.events-section .event-card {
  flex: 1 1 calc(25% - 20px); /* Makes each column take up 25% of space with gap */
  box-sizing: border-box;
  width: 500px;
  max-width: 250px;
  padding: 0px;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.events-section .event-card:hover {
  transform: scale(1.01);
}
.events-section img {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}

.events-section h1 {
  margin: 0px;
  padding: 10px;
}

.events-section h2 {
  padding: 10px;
}

.events-section h4 {
  font-size: 1.2rem;
  color: #333;
  margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .events-section .event-card {
    flex: 1 1 48%; /* Two columns for medium screens */
  }
}

@media (max-width: 480px) {
  .events-section .event-card {
    flex: 1 1 100%; /* One column for small screens */
  }
}
/* Events Scroll Wrapper */
.events-scroll-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.events-scroll-container {
  display: flex;
  overflow-x: auto; /* Horizontal scrolling */
  gap: 20px;
  padding: 10px 0;
  width: 100%;
  flex-wrap: nowrap; /* Prevent wrapping to new lines */
}

.events-scroll-container a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 20px;
}

.scroll-btn {
  background-color: #e4e4e4;
  color: white;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 24px;
  width: 50px;
  height: 50px;
  opacity: 90%;
  border-radius: 50%;
}

.left-btn {
  left: 0;
}

.right-btn {
  right: 0;
}

.scroll-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Collaboration section */


/* Basic styling for the collaboration section */
.collaboration {
  background-color: #f4f4f4;
  padding: 25px 0 50px 0;
  text-align: center;
}

.collaboration h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}

.collaboration p {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 50px;
}

.collaboration.container {
  width: 80%;
}

.collaborators {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.collaborator {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 6px;
  padding: 20px;
  width: 250px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.collaborator img {
  max-width: 100px;
  margin-bottom: 20px;
}

.collaborator h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}

.collaborator p {
  font-size: 1.1rem;
  color: #777;
  margin: 0;
}

.collaborator:hover {
  transform: translateY(-10px);
}

.cta {
  margin-top: 40px;
}

.cta p {
  font-size: 1.2rem;
  color: #333;
}

.cta a {
  color: #5747bf;
  text-decoration: none;
  font-weight: bold;
}

.cta a:hover {
  text-decoration: underline;
}

/* collaboration section scroller css */
.collaboration img {
  width: 200px;
}
.tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.tag-list li {
  display: flex;
  align-items: center;
}

.scroller {
  max-width: 80%;
  justify-self: center;
}

.inner_scroller {
  --scroller-gap : 5rem;
  display: flex;
  gap: var(--scroller-gap);
  padding-block: 1rem;
  flex-wrap: wrap;
}

.scroller[data-animated = true] {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated = true] .inner_scroller {
  width: fit-content;
  flex-wrap: nowrap;
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - var(--scroller-gap)/2));
  }
}

/* Core Members Section */

.core-members {
  text-align: center;
  padding: 2rem 1rem;
  margin: 30px;
}

.members-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 2rem;
}

.member-card {
  background: linear-gradient(
    90deg,
    rgba(75, 56, 191, 0.2) 15%,
    rgba(227, 29, 36, 0.2) 100%
  );
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  width: 300px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.member-card img {
  width: 70%;
  height: auto;
  margin: 20px;
  border-radius: 50%;
  background-color: #ffffffd5;
}

.member-card h3 {
  color: #333;
  font-size: 1.8rem;
  font-family: "Inter", sans-serif;
  line-height: 1;
}

.member-card p {
  color: #535353;
  font-size: 14px;
}

.social-links {
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.read-more {
  display: block;
  margin: 4rem auto;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(180deg, #933de4, #de3589);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  font-size: 16px;
  transition-duration: 0.3s;
}
.read-more:hover {
  background: linear-gradient(180deg, #8a2be2, #ff007f);
  color: #fff;
  transition-duration: 0.3s;
}

.member-card .member-details {
  width: -webkit-fill-available;
}

@media screen and (max-width: 768px) {
  .member-card {
    width: 100%;
    flex-direction: row;
    gap: 10px;
  }
  .member-card img {
    width: 40%;
    margin: 10px 0px;
  }
}

/* BLog Section */
.recent-events {
  text-align: center;
  padding: 2rem 1rem;
  background: #f3f3f3;
}

.events-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 1rem 0;
}

.event {
  min-width: 150px;
  max-width: 150px;
  text-align: center;
}

.event img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.event p {
  font-size: 14px;
  color: #333;
}

/* Contact Us Section */

.contact-us {
  padding: 2rem 1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 8rem;
}
.contact-form.row.align-items-start {
  background-color: #7634f9;
  padding: 40px;
  border-radius: 15px;
}
.contact-us form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
}

.contact-us label {
  text-align: left;
  font-size: 14px;
  color: #ffffff;
}

.contact-us input,
.contact-us textarea {
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 14px;
}

.contact-us textarea {
  resize: vertical;
}

.contact-us button {
  padding: 0.8rem;
  background-color: #ff007f;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}
span.ctm-line {
  place-self: center;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #484848;
  margin-bottom: 20px;
}

/* slider css */

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
}
.slide-content {
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}
.card {
  border-radius: 25px;
  background-color: #fff;
}
.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content {
  position: relative;
  row-gap: 5px;
  padding: 5px 0;
}

.card-image {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20%;
  border: 4px solid rgb(75, 56, 191);
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  -ms-border-radius: 20%;
  -o-border-radius: 20%;
}
.name {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description {
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: #6050c8;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover {
  background: #5747bf;
}

.swiper-navBtn {
  color: #6050c8;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  color: #6050c8;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 38px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: #bf2348;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #6050c8;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
}

/* Footer Section  */

.footer-section {
  background: linear-gradient(
    90deg,
    rgba(75, 56, 191, 1) 15%,
    rgba(227, 29, 36, 1) 100%
  );
  color: white;
  padding-block: 30px 0px;
}
.footer-section .line {
  background: rgb(255 255 255 / 70%) !important;
  margin-block: 10px;
}
.footer-section .row {
  margin: 0px 10px;
  /* gap: 30px; */
  justify-content: space-between;
  display: flex;
}

.footer-section .row>* {
  flex-shrink: unset;
  width: unset;
  max-width: unset;
  margin-block: 10px;
}

.first-column {
  /* max-width: 500px; */
  width: min-content;
}
.first-column h4 {
  line-height: 1.5;
}

.copyright {
  width: 100% !important;
}
.copyright h5{
  text-align: center;
  line-height: 3;
}
.f-icons{
  display: flex;
  gap: 2rem;
  margin-block: 20px;
}

.f-icons a{
  display: flex;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.253);
  border-radius: 30%;
}

.f-icons a:hover {
  border: 2px solid rgba(255, 255, 255, 0.705);
}

#footer-icon {
  color: white;
  text-decoration: none;
  font-size: 2.2rem;
  padding: 10px;
}

.footer-link {
  width: min-content;
}

.footer-link li {
  font-size: 1.5rem;
  line-height: 3rem;
  cursor: pointer;
  width: fit-content;
}

.footer-contact {
  width: min-content !important;
}

.footer-contact input, textarea{
  padding: 5px;
  width: 200px;
  font-size: 1rem;
  border: 2px solid white;
  background-color: #dddddd;
  border-radius: 5px;
}

.footer-contact label {
  margin-block: 5px;
  font-size: 1.2rem;
}

.footer-contact button {
  width: 70px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px;
  background-color: #4650a7;
  border-radius: 10px;
  color: white;
}
@media screen and (max-width: 768px) {
  .first-column {
    width: 100%;
  }
}

/* Blog Header  */

.blog-header h2 {
  color: white;
  font-size: 3rem;
  font-family: "Inter", sans-serif;
  text-align: center;
  padding: 10px;
}

.blog-header {
  background: rgb(75, 56, 191);
  background: linear-gradient(
    90deg,
    rgba(75, 56, 191, 1) 15%,
    rgba(227, 29, 36, 1) 100%
  );
}

.blog-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.blog-description {
  font-size: 0.9rem;
  color: #6c757d;
}
.main-blog img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.side-blog img {
  width: 100%;
  height: 80px;
  border-radius: 8px;
}
