@import "./main.css";

.networking-banner-area {
  background-position: center;
  background-image: url("../../assets/img/banner/networking-bg.png");
}

.social_event-banner-area {
  background-position: center;

  background-image: url("../../assets/img/banner/social_event-bg.png");

}


.education-banner-area {
  background-image: url("../../assets/img/banner/education-bg.png");
}

.education-banner-area-inner {
  background-image: url("../../assets/img/banner/ec1.png");
}

.last__events .btn-full {
  color: var(--tg-common-color-gray-800)
}

.education-banner-area {
  height: 600px;
  background-position: center;
}

.banner__wrap-social_event {
  padding-bottom: 130px;
  max-width: 600px;
}

.free-resource-banner-area {
  padding-bottom: 130px;
  background-position: center center;
  background-image: url("../../assets/img/banner/free-resouce.png");
}

.banner__wrap-networking,
.banner__wrap-education,
.banner__wrap-free-resource,
.banner__wrap-education-inner {
  padding: 0 20px 120px 0;
  max-width: 644px;
}

.networking__area-buttons a.active {
  background-color: #fff;
  color: var(--tg-common-color-primary-800);
}

.networking__area-buttons {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.networking__area-buttons a {
  width: 230px;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 0;
  color: #fff;

  padding: 16px;
}

.networking__area-buttons a:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.card-text.date {
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-common-color-gray-800);
}

.card-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  color: var(--tg-common-color-gray-800);
  margin-bottom: 8px;
}

.card .card-img {
  position: relative;
  height: 100%;
}

.card-img img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.card {
  border-radius: 16px;
  margin-bottom: 26px;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.card .more-info {
  padding: 12px 20px;
  border: 1px solid var(--tg-common-color-gray-200);
  color: var(--tg-common-color-gray-800);
  font-size: 16px;
  font-weight: 500;
}

.card-body {
  padding: 16px 16px 16px 4px;
}

.card-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  color: var(--tg-common-color-gray-500);
}

.card .col p {
  font-size: 12px;
  color: var(--tg-common-color-gray-500);
}

.card .col a {
  color: var(--tg-common-color-blue-500);
  font-size: 16px;
  font-weight: 600;
}

.search-resource-input {
  border: 1px solid var(--tg-common-color-gray-300);
  border-radius: 8px;
  background-color: var(--tg-common-color-gray-500);
  padding: 12px 13px;
  background-color: var(--tg-common-color-gray-50);
  width: 100%;
}

.custom-checkbox .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  /*Roundedcorners*/
  border-color: #d1d5db;
  /*Lightbordercolor*/
  -webkit-border-radius: 6px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.form-check {
  display: flex;
  align-items: flex-start;
}

.custom-checkbox .form-check-input:checked .form-check {
  background-color: red;
}

.filter-area {
  margin-top: 16px;
}

.custom-checkbox .form-check-label {
  margin-left: 10px;
  /* Spacing between checkbox and label */
}

@media (max-width: 1220.98px) {
  .networking__area-buttons a {
    font-size: 12px;
    width: 145px;
  }

  .card .col a {
    font-size: 14px;
  }

  .card .card-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767.98px) {
  .networking__area-buttons {
    flex-direction: column;
    justify-content: center;
  }

  .card .card-img {
    height: 230px;
  }

  .card-body {
    padding: 16px;
  }

  .card .card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .networking__area-buttons a {
    width: 95%;
  }

  .education-banner-area {
    height: 750px;
  }
}



.filter-list {
  margin: 16px 0;
}




body.modal.show {
  overflow-y: hidden;
}

.modal.show .modal-backdrop {
  display: none;
  /* Ensure this is not set, as it hides the backdrop */
}

.modal-header {
  padding: 1rem 0;
  border: none;
}

.modal-content {
  position: fixed;
  left: 0;
  top: 40px;
  overflow-y: scroll;
  height: calc(100vh - 40px);
  border-radius: 16px 16px 0 0;
  padding: 8px 8px 16px 8px;
  -webkit-border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -ms-border-radius: 16px 16px 0 0;
  -o-border-radius: 16px 16px 0 0;
}

.modal-body {
  padding: 0 0 10px 0;
}

.modal-footer {
  padding: 15px 0 0 0;
}

.sort-container {
  padding: 16px 0;
  border-top: 1px solid var(--tg-common-color-gray-200);
  border-bottom: 1px solid var(--tg-common-color-gray-200);
}

.modal {
  margin: 0 !important;
  --bs-modal-margin: 60px 0 !important;
}

/*mySlides*/

.slider-container {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.main-slides {
  position: relative;
}

.row .slide-secondary {
  flex: 1;
}

.row .slide-secondary img {
  cursor: pointer;
  height: 180px;
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.mySlides {
  cursor: pointer;
}

.mySlides img {
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.slider-container .prev,
.slider-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.slider-container .prev {
  left: 10px;
}

.slider-container .next {
  right: 10px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
  .resources-cat-list {
    display: none;
  }

  .networking-banner-area {
    background-image: url("../../assets/img/banner/networking-tablet.png");

  }


  .modal .resources-cat-list {
    display: block;
  }

  .row .column {
    width: 48%;
    flex: auto;
  }
}

@media (max-width: 768px) {
  .row .column {
    width: 100%;
    flex: auto;
  }
}