:root {
  --font-open-sans: "Open Sans", sans-serif;
  --white-color: #fff;
  --black-color: #000;
  --grey-color: #333;
  --grey-light-color: #ebebeb;
  --uiu-color: #f68b1f;
  --dark-color: #282828;
  --second-color: #3a9731;
  --banner-background: #f1fbff;
}

body {
  background: var(--white-color);
  font-family: var(--font-open-sans);
  line-height: 1.4;
}

/* background color */
.bg-dark {
  background-color: var(--dark-color);
}
/* background color end */

/* utitlity */
p {
  font-size: 1.1rem;
}

.page-banner {
  background-color: var(--grey-light-color);
  color: var(--black-color);
  /* text-align: center; */
}

.page-banner .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-banner .page-title {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .page-banner .page-title {
    font-size: 2rem;
  }
}

.page-banner .page-sub-title {
  font-size: 1.3rem;
  font-weight: 500;
  max-width: 850px;
}
@media screen and (max-width: 768px) {
  .page-banner .page-sub-title {
    font-size: 1rem;
  }
}

.font-open-sans {
  font-family: var(--font-open-sans);
}

.btn-brand {
  display: block;
  background-color: var(--uiu-color);
  color: var(--white-color);
  font-weight: 600;
  width: fit-content;
  font-size: 1.1rem;
  padding: 0.5rem 1.2rem;
}

.btn-brand:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

.heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--black-color);
}

@media screen and (max-width: 768px) {
  .heading {
    font-size: 2rem;
  }
}

.sub-heading {
  font-size: 1.4rem;
  color: var(--black-color);
}
@media screen and (max-width: 768px) {
  .sub-heading {
    font-size: 1.2rem;
  }
}

.breadcrumb .breadcrumb-item {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-item {
    font-size: 1.1rem;
  }
}

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}

.pagination .page-link {
  color: var(--black-color);
  border-color: var(--uiu-color);
}

.pagination .page-item.active  .page-link {
  border-color: var(--uiu-color);
  background-color: var(--uiu-color);
  color: var(--white-color);
}

.pagination a:focus, .pagination a:focus-visible {
  box-shadow: none;
}

/* utitlity end */

/* navbar */
nav {
  padding: 0 !important;
}

.top-nav {
  width: 100%;
  font-size: 0.85rem;
  border-bottom: 3px solid var(--uiu-color);
}

.top-nav .nav-item .nav-link {
  color: var(--white-color);
}

.navbar {
  background-color: var(--second-color) !important ;
}

.navbar .navbar-toggler {
  color: var(--white-color);
  border: none;
  box-shadow: unset;
  outline: none;
}

.navbar .navbar-toggler:hover {
  transform: scale(1.1);
}

.navbar .navbar-brand {
  font-weight: 600;
  font-size: 1.6rem;
}

.navbar .navbar-brand .nav-image {
  height: 2.8rem;
}

.navbar .nav-item .nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--white-color);
}

.navbar .nav-item .dropdown-menu {
  background: var(--second-color);
  border: none;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
  color: var(--white-color);
  font-size: 0.9rem;
  font-weight: 600;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background: var(--uiu-color);
  color: var(--white-color);
  font-size: 0.9rem;
  font-weight: 600;
}

.search-form {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-form input {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 5px 0 0 5px;
}

.search-form input:focus,
.search-form input:focus-visible,
.search-form input:focus-within {
  outline: none;
}

.search-form .search-btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  color: var(--white-color);
  background-color: var(--uiu-color);
  border-color: var(--uiu-color);
  border: none;
  border-radius: 0 5px 5px 0;
}

/* navbar end */

/* footer start */
footer .uiu-logo {
  width: 100%;
  max-width: 150px;
}

footer .uiu-logo img {
  width: 100%;
}

footer .social-media-links {
  padding-left: 0;
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  list-style: none;
}

footer .social-media-links .single-social-link {
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--uiu-color);
  text-decoration: none;
  font-size: 1.2rem;
  background: var(--uiu-color);
  padding: 0;
}

footer .social-media-links .single-social-link i {
  color: var(--white-color);
}

footer .footer-menu .footer-menu-title {
  color: var(--white-color);
  font-size: 1.2rem;
}

footer .footer-menu a {
  font-size: 0.9rem;
}

footer .footer-menu a:hover {
  color: var(--uiu-color) !important;
}

footer a {
  text-decoration: none;
}
/* footer start end */

/***************************
****************************
*******home page start****** 
***************************
***************************/

/* hero section */
#hero .heroSlider {
  width: 100%;
  overflow: hidden;
}

#hero .heroSlider .swiper-slide {
  height: 100%;
  position: relative;
}

#hero .heroSlider .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}


#hero .heroSlider .swiper-slide .hero-slider-image {
  width: 100%;
  height: auto;
}

#hero .heroSlider .swiper-slide .hero-slider-image img {
  width: 100%;
  height: auto;
}


#hero .heroSlider .heroSlider-next,
#hero .heroSlider .heroSlider-prev {
  color: var(--second-color);
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #hero .heroSlider .heroSlider-next,
  #hero .heroSlider .heroSlider-prev {
    font-size: 1.4rem;
  }
}

#hero .heroSlider .heroSlider-next::after,
#hero .heroSlider .heroSlider-prev::after {
  display: none;
}

/* hero section end */

/* about section start */
#about-uiu .sub-heading {
  max-width: 1000px;
}
/* about section end */

/* news section start */
#news {
  background: var(--grey-light-color);
}

.single-news {
  display: block;
  text-decoration: none;
  height: 100%;
  background: var(--white-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

.single-news:hover .news-image img {
  transform: scale(1.05);
}

.single-news .news-image {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.single-news .news-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: all 2s ease-in-out;
}

.single-news .news-details .news-title {
  text-decoration: none;
  color: var(--dark-color);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.3;
}

.single-news .news-details .news-date {
  text-decoration: none;
  color: var(--uiu-color);
  font-size: 0.75rem;
  font-weight: 700;
}
/* news section end */

/* events section start */

#events .events-section-image {
  width: 100%;
}

#events .events-section-image img {
  width: 100%;
  height: auto;
}

#events .events-section-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#events .single-events {
  padding: 1rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  color: var(--dark-color);
  border-bottom: 1px solid #999;
  cursor: pointer;
}

#events .single-events:hover .events-title {
  border-bottom: 2px solid var(--uiu-color);
}

#events .events-date {
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 0;
}

#events .events-date .month {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #events .events-date .month {
    font-size: 1.25rem;
  }
}

#events .events-date .date {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #events .events-date .date {
    font-size: 1.8rem;
  }
}

#events .events-details .events-title {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #events .events-details .events-title {
    font-size: 1.2rem;
  }
}

#events .events-details .events-location {
  font-size: 1rem;
  font-weight: 500;
  color: var(--grey-color);
}
@media screen and (max-width: 768px) {
  #events .events-details .events-location {
    font-size: 0.8rem;
  }
}
/* events section end */



/* follow us */
#follow-us {
  width: 100%;
  overflow: hidden;
}

#follow-us .social-link-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  overflow: hidden;
}

#follow-us .social-link-container .social-link {
  text-decoration: none;
  background: var(--uiu-color);
  color: var(--white-color);
  width: 2.5rem;
  padding: 1.5rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  overflow: hidden;
}

#follow-us .follow-us-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow: hidden;
}

#follow-us .follow-us-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/***************************
****************************
*******home page end****** 
***************************
***************************/

/***************************
****************************
*******archive events page start****** 
***************************
***************************/
#archive-events .single-event {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  color: var(--dark-color);
  background: var(--white-color);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#archive-events .single-event .event-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

#archive-events .single-event .event-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#archive-events .single-event .event-details {
  position: relative;
}

#archive-events .single-event .event-details .event-date {
  position: absolute;
  top: -2rem;
  background: var(--dark-color);
  color: var(--white-color);
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 3px;
  width: fit-content;
}

#archive-events .single-event .event-details .event-title {
  font-size: 1.05rem;
  font-weight: 600;
}

#archive-events .single-event .event-details .venue {
  font-size: 0.85rem;
  color: var(--grey-color);
}

/***************************
****************************
*******archive events page end****** 
***************************
***************************/

/***************************
****************************
*******single event page start****** 
***************************
***************************/
#page-single-event .event-header {
  border-bottom: 1px solid var(--grey-color);
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#page-single-event .event-header .event-title {
  font-size: 2.2rem;
  font-weight: 600;
}

#page-single-event .event-info {
  margin-bottom: 1.5rem;
  background: #0f465e;
  color: var(--white-color);
}

#page-single-event .event-info .venue,
#page-single-event .event-info .event-date {
  font-size: 1.1rem;
  color: var(--white-color);
}

#page-single-event .event-body .featured-image {
  width: 100%;
}

#page-single-event .event-body .featured-image img {
  width: 100%;
  height: auto;
}

#page-single-event .event-body p {
  font-size: 1.1rem;
}

#more-event .single-event {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  color: var(--dark-color);
  background: var(--white-color);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#more-event .single-event .event-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

#more-event .single-event .event-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#more-event .single-event .event-details {
  position: relative;
}

#more-event .single-event .event-details .event-date {
  position: absolute;
  top: -2rem;
  background: var(--dark-color);
  color: var(--white-color);
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 3px;
  width: fit-content;
}

#more-event .single-event .event-details .event-title {
  font-size: 1.05rem;
  font-weight: 600;
}

#more-event .single-event .event-details .venue {
  font-size: 0.85rem;
  color: var(--grey-color);
}
/***************************
****************************
*******single event page end****** 
***************************
***************************/

/***************************
****************************
*******single news page start****** 
***************************
***************************/

#single-news-page .news-heading {
  border-bottom: 1px solid var(--grey-color);
}

#single-news-page .news-heading .news-title {
  font-size: 2.2rem;
  font-weight: 600;
}

#single-news-page .news-heading .new-date {
  font-size: 1rem;
  font-weight: 600;
}

#single-news-page .news-image img {
  width: 100%;
  height: auto;
}

#single-news-page .news-body p {
  font-size: 1.2rem;
}

/***************************
****************************
*******single news page end****** 
***************************
***************************/


/***************************
****************************
*******contact us page start****** 
***************************
***************************/
#contact-us {
  color: var(--black-color);
}

#contact-us .contact-us-form {
  background: var(--grey-light-color);
  overflow: hidden;
  border-radius: 10px;
  color: var(--black-color);
}

#contact-us .important-contact .card-header {
  background: var(--uiu-color);
  color: var(--white-color);
}

#contact-us .important-contact .card-body p {
  color: var(--black-color);
}

#contact-us .important-contact .card-body .other-contact-info {
  color: var(--black-color);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

#contact-us .important-contact .card-body .other-contact-info span {
  font-weight: 600;
  font-size: 0.9em;
}

#contact-us .important-contact .card-body .other-contact-info a {
  cursor: pointer;
  text-decoration: none;
  color: var(--black-color);
}

#contact-us .contact-us-form label {
  font-weight: 600;
}

#uiu-map {
  width: 100%;
  overflow: hidden;
}
/***************************
****************************
*******contact us page end****** 
***************************
***************************/

