/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Root */
:root {
  --custom-blue: #363d79;
}
.body {
  scroll-behavior: smooth;
}

.bg-custom-blue {
  background-color: var(--custom-blue);
}
/* Root */

/* Header Section */
.header > .navbar {
  position: sticky !important;
  top: 0;
  background-color: #fff;
  z-index: 9999;
}
.header {
  padding: 15px 0px 15px !important;
}

.dropdown-menu {
  padding: 1rem;
  border-radius: 10px;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

hr:not([size]) {
  height: 0px;
}

/* Base state of the dropdown arrow */
.nav-item.dropdown .nav-link i {
  margin-left: 5px;
  /* small space between text and icon */
  transition: transform 0.5s ease;
}

.navbar-light .navbar-nav .nav-link,
.dropdown-menu li a {
  color: #363d79;
  font-weight: 600;
  font-family: var(--creote-family-one);
  transition: 300ms ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover,
.dropdown-menu li a:hover {
  color: #33b7bc;
}

/* Rotate when dropdown is open */
.nav-link.show > i {
  transform: rotate(180deg);
}

@media (max-width: 769px) {
  #nav-item-container {
    margin-top: 1rem;
    line-height: 1.6;
  }
}

@media (min-width: 769px) {
  .nav-item.dropdown:hover .main-dropdown-menu {
    display: block;
  }

  .nav-item.dropdown:hover .nav-link > i {
    transform: rotate(180deg);
  }
}

.active {
  color: #33b7bc !important;
}

/* Header Section */

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.hero-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  pointer-events: none;
  z-index: 2;
}

.hero-section .hero-section-content {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.hero-section-content ul li {
  text-align: center;
  word-wrap: break-word;
}

.hero-section-content ul li:nth-child(1),
.hero-section-content ul li:nth-child(3) {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  color: #33b7bc;
  font-weight: 700;
  -webkit-text-stroke: 1px #33b7bc;
}

.hero-section-content ul li:nth-child(2),
.hero-section-content ul li:nth-child(4) {
  font-size: clamp(1rem, 1.2vw + 0.2rem, 1.25rem);
  color: #fff;
  font-weight: 400;
}

.hero-reademore-btn {
  display: flex;
  justify-content: center;
}

.hero-reademore-btn a {
  padding: 1rem 2rem;
  background-color: #33b7bc;
  color: #fff;
  font-weight: 400;
  border-radius: 15px;
  transition: background-color 300ms ease-in-out;
}

.hero-reademore-btn a:hover {
  background-color: #363d79;
}

/* Media queries */
@media (max-width: 1024px) {
  .hero-section {
    height: 80vh;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 70vh;
  }

  .hero-reademore-btn a {
    padding: 0.7rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero-section {
    height: 40vh;
  }

  .hero-section-content,
  .overlay {
    display: none;
  }
}
.hero-content-swiper .swiper-slide h1 {
  text-align: center;
  color: #078586;
  font-size: clamp(2rem, 3vw, 3rem);
  -webkit-text-stroke: 1px #078586;
}

.hero-section .hero-section-content {
  width: 75%;
  line-height: 1;
}

@media (min-width: 1024px) {
  .hero-section .hero-section-content {
    width: 50%;
  }
}

.hero-content-swiper .swiper-slide p {
  text-align: center;
  color: #fff;
  margin-top: 1rem;
  font-size: 18px;
  line-height: 1.6;
  /* font-size: clamp(2rem, 3vw, 3rem); */
  /* -webkit-text-stroke: 1px #fff; */
  font-weight: 600;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.hero-buttons a:first-child {
  color: #fff;
  background-color: #078586;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: all 1s linear;
}

.hero-buttons a:last-child {
  color: #fff;
  border: 2px solid #078586;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  transition: all 1s linear;
}

.hero-buttons a:hover:first-child {
  background-color: var(--custom-blue);
}

.hero-buttons a:hover:last-child {
  background-color: #078586;
}

/* Hero Section */

/* About Section */
.py-50 {
  padding: 50px 0px;
}

.image_box .two {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px;
  overflow: hidden;
}

.image_box .two img {
  width: 100%;
  height: 100%;
}

.title_all_box.style_one .title_sections .before_title,
.title_all_box.style_two .title_sections .before_title {
  text-decoration: none;
  font-family: var(--creote-family-one);
}

@media (max-width: 1024px) {
  .title_all_box.style_one .title_sections h4,
  .title_all_box.style_three .title_sections h4,
  .title_all_box.style_two .title_sections h4 {
    line-height: 40px;
  }
}

.title_all_box.style_one .title_sections h4,
.title_all_box.style_three .title_sections h4,
.title_all_box.style_two .title_sections h4 {
  font-size: clamp(1.8rem, 3vw, 3rem) !important;
}

.theme-btn.three:hover {
  background: var(--custom-blue);
}

.theme-btn.three::after,
.theme-btn.three::before {
  background: none;
}

/* About Section */

/* Events Section */
.icon_box_new_box.type_two {
  padding: 25px;
}

.icon_box_new_box.type_two {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.icon_box_new_box.type_two::before {
  border-bottom: 2px solid var(--primary-color-one);
  border-right: 2px solid var(--primary-color-one);
}

.icon_box_new_box.type_two::after {
  border-top: 2px solid var(--primary-color-one);
  border-left: 2px solid var(--primary-color-one);
}

/* Events Section */

/* Learn About Us */
.icon_box_all.style_nine {
  border-style: none;
  padding: 1rem;
}

.icon_box_all.style_nine .icon_content .icon img {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .title_all_box.style_one .title_sections,
  .title_all_box.style_two .title_sections {
    text-align: center;
  }
}

/* Learn About Us */

/* Gallery Section */
.title_all_box.style_three .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: var(--primary-color-one);
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  font-family: var(--creote-family-one);
}

.title_all_box.style_three .title_sections .before_title::before {
  display: none;
}

.title_all_box.style_three .title_sections h4 {
  color: #fff;
}

.theme-btn.five:hover {
  background-color: var(--primary-color-one);
}

.project_post.style_seven .image_box img {
  height: auto;
}

.project_all.filt_style_one .fliter_group .project_filter li.current,
.project_all.filt_style_six .fliter_group .project_filter li.current {
  border-color: var(--custom-blue);
  background: var(--custom-blue);
  color: #fff;
}

.project_all.filt_style_one .fliter_group .project_filter li,
.project_all.filt_style_six .fliter_group .project_filter li {
  border: 1px solid var(--primary-color-one);
}

/* Gallery Section */

/* All Events Section */
.project_box.style_two .image .overlay {
  display: none;
}

.project_box.style_two .content_inner::before {
  display: none;
}

.meta_value {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.meta_value .date ul,
.meta_value .attendes ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.meta_value .date ul li,
.meta_value .attendes ul li {
  font-size: 14px;
  margin: 0;
}

.meta_value .date p,
.meta_value .attendes p {
  font-size: 14px;
}

.project_box.style_two .content_inner {
  padding: 20px;
  margin: 0px;
  background: #fff;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--border-color-dark);
  margin-top: -25px;
  z-index: 23;
  position: relative;
  border-radius: 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: translateY(0px);
}

.project_box.style_two .content_inner {
  height: 200px;
  overflow: auto;
}

.project_box.style_two .content_inner::-webkit-scrollbar {
  color: #fff;
  width: 2px;
}

.project_box.style_two .content_inner::-webkit-scrollbar {
  width: 6px;
}

.project_box.style_two .content_inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.project_box.style_two .content_inner::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.project_box.style_two .content_inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.project_box.style_two .content_inner {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.project_box.style_two .image {
  height: 250px;
  overflow: hidden;
}

.project_box.style_two .image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.title_all_box.style_two .title_sections .before_title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 700;
  color: var(--primary-color-one);
  padding: 0px 0px 10px 0px;
  text-decoration: none;
  font-family: var(--creote-family-one);
  border: none;
  margin-bottom: 0px;
}
#eventContainer {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  column-gap: 2rem;
}

.gallery-card {
  width: 350px;
  height: fit-content;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.gallery-header img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 100%;
  object-fit: fill;
  overflow: hidden;
}

@media (min-width: 768px) {
  .gallery-header {
    height: 250px !important;
  }

  .gallery-body {
    height: 200px !important;
  }
}

.gallery-header {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.gallery-body {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  padding: 1rem;
  height: auto;
  overflow: auto;
  position: relative;
  width: 100%;
  transition: 300ms ease-in-out;
  transform: translateY(-20px);
}

.gallery-body h4 {
  color: var(--primary-color-one);
  font-size: 14px;
  font-family: var(--creote-family-one);
}

.gallery-body p a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.gallery-body::-webkit-scrollbar {
  color: #fff;
  width: 2px;
}

.gallery-body::-webkit-scrollbar {
  width: 6px;
}

.gallery-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.gallery-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.gallery-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.gallery-body {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

.gallery-body:hover {
  transform: translateY(0px);
}

.gallery-footer .date ul,
.gallery-footer .attendees ul,
.gallery-footer .date ul li,
.gallery-footer .attendees ul li {
  /* font-family: var(--creote-family-one); */
  margin-bottom: 0px;
}

@media (max-width: 1200px) and (min-width: 520px) {
  .gallery-card {
    width: 300px;
  }
}

.tabs {
  margin: 1rem 0px;
  flex-wrap: wrap;
}

.tabs .tab {
  text-transform: uppercase;
  border: 1px solid var(--primary-color-one);
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

.tabs .tab.active {
  background-color: var(--custom-blue);
  color: #fff !important;
  border: 1px solid var(--custom-blue);
}

#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#pagination button {
  border: none;
  color: #fff;
  background-color: var(--primary-color-one);
  padding: 10px 20px;
  border-radius: 10px;
  transition: 300ms ease-in-out;
}

#pagination button:hover {
  background-color: var(--custom-blue);
}

#pagination button:disabled {
  background-color: #888;
}

/* All Events Section */

/* Blog Section */
@media (min-width: 768px) {
  .grid_box .news_box .blog-body {
    height: 150px !important;
  }
}

.blog-view-btn {
  background-color: #078586;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

.grid_box .news_box .blog-body {
  height: auto;
  overflow: auto;
}

/* Scrollbar width */
.grid_box .news_box .blog-body::-webkit-scrollbar {
  width: 8px;
}

/* Scrollbar track (background area) */
.grid_box .news_box .blog-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Scrollbar thumb (draggable part) */
.grid_box .news_box .blog-body::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    var(--custom-blue),
    var(--primary-color-one)
  );
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  transition: all 0.3s ease;
}

/* Hover effect on thumb */
.grid_box .news_box .blog-body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
    180deg,
    var(--primary-color-one),
    var(--custom-blue)
  );
}

/* Scrollbar corner (for both axes) */
.grid_box .news_box .blog-body::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}

.grid_box .news_box .blog-body ul li.cag {
  transition: 300ms ease-in-out;
  border-radius: 5px;
}

.grid_box .news_box .blog-body ul li.cag:hover {
  background: var(--custom-blue) !important;
}
/* Blog Section */

/* Footer Section */
.footer {
  background-color: #363d79;
  padding-top: 50px;
}
.footer-widget .text p {
  color: #fff;
  font-size: 18px;
  font-family: var(--creote-family-two);}

.footer-widget .text a {
  padding: 1rem 2rem;
  font-family: var(--creote-family-two);
  border: 1px solid var(--primary-color-one);
  border-radius: 20px;
  color: #fff;
  margin: 0px 0px 1rem 0px;
  display: inline-block;
  transition: all 300ms ease-in-out;
}

.footer-widget .text a:hover {
  background-color: var(--primary-color-one);
}

.widget-title h3 {
  color: var(--primary-color-one);
}

.widget-content ul {
  list-style: none;
}

.widget-content ul li {
  line-height: 2;
}

.footer hr {
  color: #fff;
  height: 2px;
}

.footer .copyright p {
  font-size: 16px;
  color: #fff;
  font-family: var(--creote-family-two);
}

.widget-content .links-list li a {
  position: relative;
  display: inline-block;
  font-family: var(--creote-family-two);
  font-size: 18px;
  line-height: 27px;
  color: #fff !important;
  font-weight: 400;
  padding-left: 26px;
}

.widget-content .links-list li a:before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: 700;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #fff;
}

.widget-content .single-item:nth-child(1) h3,
.widget-content .single-item:nth-child(1) p {
  color: #fff;
  font-size: 18px;
  font-family: var(--creote-family-one);
}

.widget-content .single-item:nth-child(2) h5,
.widget-content .single-item:nth-child(2) p {
  color: #fff;
  font-size: 18px;
  font-family: var(--creote-family-two);
}



@media (max-width: 520px) {
  .footer p {
    font-size: 18px !important;
  }

  .footer .copyright .text-left {
    font-size: 16px !important;
  }
}
/* Footer Section */
