@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");

body {
  background-color: #eea0b3;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", serif;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.navbar-transparent {
  background: transparent;
}

.navbar-nav>li>a {
  color: white;
}

.navbar-nav>li>a:hover {
  color: white;
}

.navbar-nav>li:hover {
  border-bottom: 1px solid black;
  color: white;
}

.navbar-nav>.active {
  border-bottom: 1px solid black;
}

.navbar-brand {
  font-family: "Allerta Stencil", sans-serif;
  color: #83ff00;
}

.navbar-brand:hover {
  color: black;
}

.navbar-nav {
  z-index: 1;
}

div.carousel-nav-icon>svg {
  height: 48px;
  width: 48px;
}

@media (max-width: 790px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 780px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33%);
  }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.container {
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.news-card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.news-card:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.news-card h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-card p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.news-card a {
  font-size: 16px;
  font-weight: bold;
}

.news-card a:hover {
  text-decoration: none;
}

.pagination a {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid black;
  border-radius: 999px;
  margin-right: 5px;
  text-decoration: none;
  color: #ffffff;
  background-color: #06d6a0;
}

.pagination a.active {
  background-color: #26547c;
  color: #ffffff;
}

.fab {
  font-size: 2rem;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#back-to-top:hover {
  color: #fff;
  background-color: #000;
  transition: background-color 0.2s ease-in-out;
}

#back-to-top i {
  font-size: inherit;
  line-height: inherit;
}

.square-image {
  height: 100% !important;
  width: auto !important;
}

@media (max-width: 992px) {
  .navbar-toggler {
    position: relative;
    top: -22px;
  }

  .navbar-brand .img2 {
    z-index: 1;
    position: relative;
    top: 0px !important;
    height: 90px;
    width: auto;
  }

  .navbar-brand .img1 {
    z-index: 1;
    position: relative;
    top: 0px !important;
    height: 90px;
    margin-left: 1rem !important;
    width: auto;
  }

  .navbar-collapse {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #26547c;
    padding: 10px;
    overflow-y: auto;
  }

  .navt1 {
    display: none;
  }

  .top140 {
    top: 140px !important;
  }
}

@media (max-width: 769px) {
  .navbar-toggler {
    position: relative;
    top: -22px;
  }
  .navbar {
    max-width: 7696px;
  }
  .responsive-img {
    height: calc(50vw) !important;
    max-height: 300px !important;
  }
}

@media (max-width:500px) {
  .navbar-brand {
    margin-left: 1rem !important;
  }
}

@media (max-width: 376px) {
  .navbar-brand {
    margin-left: 10px !important;
  }

  .navbar-brand .img1 {
    margin-left: 10px !important;
  }

  .navbar-brand .img2 {
    height: 80px;
    width: 80px;
  }

  .navbar-brand .img1 {
    height: 80px;
    width: 110px;
  }

  .navbar-brand .img3 {
    height: 80px;
    width: 80px;
  }

  .navbar-brand .img4 {
    height: 80px;
    width: 110px;
  }

  .pagination a {
    padding: 4px 12px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .customcol {
    width: auto;
  }
}