* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.scrolled {
  background-color: white;
  color: black;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  top: 0;
  position: fixed;
}

.dropdown-shadow {
  box-shadow: 0 5px 10px -5px rgb(0 0 0 / 0.12);
}
/* height: 140px; */

/* @media only screen and (max-width: 767px) {
  .scrolled {
    background-color: white;
    color: black;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
      0 4px 6px -4px rgb(0 0 0 / 0.1);
    height: auto;
  }
} */

.text-vw-8 {
  font-size: 8vw;
}

.text-vw-5 {
  font-size: 5vw;
}

.flex-grow-8 {
  flex-grow: 8;
}

.px-section {
  padding-left: 8%;
  padding-right: 8%;
}

.pl-section {
  padding-left: 16%;
}

.pl-section-tight {
  padding-left: 8%;
}

.custom-shadow:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 1px;
  z-index: -1;
  transform: scale(1);
  box-shadow: 0px 5px 15px 2px #000000;
}

.bg-red-custom {
  background-color: red;
  color: white;
}

.bg-blue-custom {
  background-color: #042651;
  color: white;
}

.leading-0 {
  line-height: 0 !important;
}

.grid-col-span-2 {
  grid-column: 1 / span 2;
}

.grid-col-span-1 {
  grid-column: 1 / span 1;
}

.grid-row-span-2 {
  grid-row: 1 / span 2;
}

.grid-row-span-1 {
  grid-row: 1 / span 1;
}

.max-h-600px {
  max-height: 600px;
}

.min-h-264px {
  min-height: 264px;
}

.flex-actual-1 {
  flex: 1;
}

.h-600px {
  height: 600px;
}

.bg-linear-img {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #313131 100%);
}

.header-linear {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 10%,
    rgba(20, 20, 20, 0.8) 100%
  );
}

.carousel-linear {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 35%,
    rgba(10, 10, 10, 1) 100%
  );
}

.carousel-linear-mobile {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 10%,
    rgba(10, 10, 10, 1) 100%
  );
}

.sticky {
  position: fixed;
  /* top: 10%; */
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  bottom: auto;
}

.hidden-scroll {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sticky {
    top: 122.2px;
  }
}

@media only screen and (min-width: 1024px) {
  .sticky {
    top: 130.2px;
  }
}

/* @media only screen and (min-width: 1280px) {
  .sticky {
    top: 130.2px;
    bottom: auto;
  }
} */

.h-90-screen {
  height: 90vh;
}

/* .h-140px {
  height: 140px;
} */

/* .sticky + .content {
  padding-top: 60px;
} */

/* swup page animation */
html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}
/* swup ends here */

.filterDiv {
  /* float: left;
  background-color: #2196f3;
  color: #ffffff;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin: 2px; */
  display: none;
}

.show {
  display: block;
}

.filter-container {
  margin-top: 20px;
  overflow: hidden;
}

/* .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
} */

.btn-filter:hover {
  background-color: #ddd;
}

.btn-filter.active {
  border-color: red;
  background-color: red;
  color: white;
}

.filterDivNon {
  /* float: left;
  background-color: #2196f3;
  color: #ffffff;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin: 2px; */
  display: none;
}

.showNon {
  display: block;
}

.filter-containerNon {
  margin-top: 20px;
  overflow: hidden;
}

/* .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
} */

.btn-filterNon:hover {
  background-color: #ddd;
}

.btn-filterNon.active {
  border-color: red;
  background-color: red;
  color: white;
}

.activeNav {
  color: red;
}

/* li:hover #dropdown-menu {
  padding-bottom: 30px;
  position: absolute;
  opacity: 1;
  top: 150px;
  visibility: visible;
} */

/* Flickity Carousel */
.flickity-button {
  display: none;
}

.flickity-page-dots {
  counter-reset: a;
  bottom: 12px;
  font-size: 16px;
  right: 0;
  width: auto;
  padding: 0 8%;
}

@media only screen and (min-width: 640px) {
  .flickity-page-dots {
    bottom: 20px;
    font-size: 20px;
  }
}

/* @media only screen and (max-width: 639px) {
  .flickity-page-dots {
    font-size: 16px;
  }
} */

.flickity-page-dots .dot {
  background-color: transparent;
  color: white;
  opacity: 100%;
}

@media only screen and (min-width: 640px) {
  .flickity-page-dots .dot {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 639px) {
  .flickity-page-dots .dot {
    padding: 0 10px;
  }
}

.is-selected {
  color: red !important;
}

@media only screen and (min-width: 640px) {
  .is-selected {
    animation: mymoveNormal 0.5s;
    animation-fill-mode: forwards;
  }
}

@media only screen and (max-width: 639px) {
  .is-selected {
    animation: mymoveSmall 0.5s;
    animation-fill-mode: forwards;
  }
}

@keyframes mymoveNormal {
  0% {
    font-size: 20px;
  }
  100% {
    font-size: 33px;
  }
}

@keyframes mymoveSmall {
  0% {
    font-size: 16px;
  }
  100% {
    font-size: 25px;
  }
}

.flickity-page-dots .dot::after {
  content: counter(a);
  counter-increment: a;
}

.carousel-special {
  background-color: black;
}

.carousel-cell {
  width: 100%;
  /* height: 100vh; */
  height: 82vh;
  counter-increment: carousel-cell;

  opacity: 0.5;
  transition: opacity 0.5s ease-out;
}

/* .carousel-cell:before {
  display: block;
  text-align: center;
  background-color: black;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
} */

.btn-special {
  font-size: 22px;
}

.btn-special-group {
  margin-bottom: 20px;
}
/* Flickity Carousel ends here */

/* Daisy Fix */
.collapse-title {
  /* min-height: 10px; */
  min-height: 40px !important;
}

/* .collapse-title-fix {
  min-height: 0;
} */
/* Daisy Fix End */

.collapsible-test {
  color: black;
  cursor: pointer;
  padding: 8px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* .active, .collapsible-test:hover {
  background-color: #555;
} */

.content-test {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: black;
  /* background-color: #f1f1f1; */
}

/* https://www.geeksforgeeks.org/create-a-draggable-card-slider-in-html-css-javascript/ */
/* draggable card slider gfg */
.wrapper-gfg {
  width: 100%;
  position: relative;
}

.wrapper-gfg i {
  height: 50px;
  width: 50px;
  background-color: white;
  color: #042651;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 45%;
  font-size: 1.25 rem;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.wrapper-gfg .carousel-gfg {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4) - 12px);
  gap: 16px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: 0;
}

.carousel-gfg::-webkit-scrollbar {
  display: none;
}

.carousel-gfg.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel-gfg.no-transition {
  scroll-behavior: auto;
}

.carousel-gfg.dragging .card-gfg {
  cursor: grab;
  user-select: none;
}

.carousel-gfg .card-gfg {
  scroll-snap-align: start;
  list-style: none;
  display: flex;
  cursor: pointer;
  width: 100%;
  top: 0;
  padding-bottom: 15px;
  justify-content: center;
  flex-direction: column;
}

.card-gfg .img-gfg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media only screen and (max-width: 1279px) {
  .wrapper-gfg .carousel-gfg {
    grid-auto-columns: calc((100% / 3) - 9px);
  }
}

@media only screen and (max-width: 1023px) {
  .wrapper-gfg .carousel-gfg {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media only screen and (max-width: 639px) {
  .wrapper-gfg .carousel-gfg {
    grid-auto-columns: 100%;
    overflow-x: scroll;
  }
}

/* .carousel-gfg :where(.card-gfg, .img-gfg) {
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* https://www.geeksforgeeks.org/create-a-draggable-card-slider-in-html-css-javascript/ */
/* draggable card slider gfg-events */
.wrapper-gfg-events {
  width: 100%;
  position: relative;
}

.wrapper-gfg-events i {
  height: 50px;
  width: 50px;
  background-color: white;
  color: #042651;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 55%;
  font-size: 1.25 rem;
  transform: translateY(-50%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.wrapper-gfg-events .carousel-gfg-events {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4) - 12px);
  gap: 16px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: 0;
}

.carousel-gfg-events::-webkit-scrollbar {
  display: none;
}

.carousel-gfg-events.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel-gfg-events.no-transition {
  scroll-behavior: auto;
}

.carousel-gfg-events.dragging .card-gfg-events {
  cursor: grab;
  user-select: none;
}

.carousel-gfg-events .card-gfg-events {
  scroll-snap-align: start;
  list-style: none;
  display: flex;
  cursor: pointer;
  width: 100%;
  top: 0;
  padding-bottom: 15px;
  justify-content: center;
  flex-direction: column;
}

.card-gfg-events .img-gfg-events img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

@media only screen and (max-width: 1279px) {
  .wrapper-gfg-events .carousel-gfg-events {
    grid-auto-columns: calc((100% / 3) - 9px);
  }
}

@media only screen and (max-width: 1023px) {
  .wrapper-gfg-events .carousel-gfg-events {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media only screen and (max-width: 639px) {
  .wrapper-gfg-events .carousel-gfg-events {
    grid-auto-columns: 100%;
    overflow-x: scroll;
  }
}
