@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400;1,700&display=swap");

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #6c757d;
}

.body>.main {
  margin-top: 70px;
}

.background {
  background-color: #f7f7f7;
}

.box {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 15px -2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.nav-breadcrumb {
  --bs-breadcrumb-divider: '/';
}

#events .nav a.active,
#events .nav a:hover {
  transition: all .2s ease-in;
  color: var(--bs-dark);
  font-weight: 700;
}

#events .event-item a {
  width: 100%;
}

#events .event-item a .event-cover {
  height: 100%;
  min-height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#events .event-item a .event-cover i {
  display: none;
  font-size: 40px;
  color: #fff;
  position: absolute;
}

#events .event-item a:hover .event-cover,
#events .event-item a:hover img {
  transition: all .5s ease-in;
  filter: grayscale(1);
  opacity: .8;
}

#events .event-item a:hover .event-cover i {
  display: block;
}

#events .event-item a.list .event-cover i {
  top: 40%;
}

#events .event-item a.box {
  padding: 0;
  display: block;
}

#events .event-item a.box .event-details {
  padding: 10px 20px;
}

#events .event-item a.box .event-details .event-title {
  font-size: 20px;
}

#events .event-item a.box .event-details .see-more {
  text-align: center;
}

#events .event-item a.box.home .event-cover {
  justify-content: center;
}

#events .event-item a.box.home .event-title {
  font-size: 30px;
}

.club-location .background {
  text-align: center;
  display: block;
  position: relative;
  padding: 5rem 0;
  background-position: center;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}

.club-location .background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0 0;
}

.club-location .background .content {
  position: relative;
  z-index: 1;
}

.club-location .background .content i {
  opacity: 0;
  font-size: 60%;
}

.club-location .background:hover .content i {
  opacity: 1;
}

.club-location .background:hover:before {
  background: rgba(0, 0, 0, 0.4);
}

#google-map {
  width: 100%;
}

.cover-container {
  background-position: center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  min-height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#whatsapp-groups i.fa-link {
  opacity: 0;
}

#whatsapp-groups a:hover i {
  opacity: 1;
}

#whatsapp-groups .cover-container {
  box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.9) inset;
  -webkit-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.9) inset;
  -moz-box-shadow: 0px 0px 100px 10px rgba(0, 0, 0, 0.9) inset;
}

#whatsapp-groups .cover-container a {
  display: block;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#whatsapp-groups .cover-container:hover {
  box-shadow: 0px 0px 100px 39px rgba(0, 0, 0, 0.75) inset;
  -webkit-box-shadow: 0px 0px 100px 39px rgba(0, 0, 0, 0.75) inset;
  -moz-box-shadow: 0px 0px 100px 39px rgba(0, 0, 0, 0.75) inset;
  transition: all .5s ease-in;
  filter: grayscale(1);
  opacity: .8;
}

#whatsapp-groups .cover-container:hover a {
  color: #fff;
}

#whatsapp-groups .input-group-text {
  border-radius: 0 0.375rem 0.375rem 0;
}

.my-popover {
  --bs-popover-bg: black;
}

.my-popover .popover-body {
  color: #fff !important;
}

.custom-map-control-button {
  background: #fff url("/img/front/mylocation-sprite-1x.png") 5px center no-repeat;
  border: #000;
  color: #000;
  font-size: 16px;
  padding: 10px 10px 10px 30px;
  margin: 10px 0 0 0;
}

.custom-map-control-button:hover {
  background-color: #eee;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
  flex-grow: 1;
}

.row.display-flex .box {
  height: 100%;
}

@media (max-width: 765px) {
  #events .event-item a.box.home .event-details p {
    font-size: 80%;
  }

  #events .event-item a.box.home .event-details .event-title {
    font-size: 24px;
  }
}

@media (max-width: 490px) {
  #events .event-item a.box.home .event-details p {
    font-size: 75%;
  }

  #events .event-item a.box.home .event-details .event-title {
    font-size: 20px;
  }
}

/*Responsive DIV table */
.div-table {
  display: table;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  font-weight: 400;
}

.div-table .table_row {
  display: table-row;
}

.div-table .theader {
  display: table-row;
  background: #000;
}

.div-table .theader .table_header:first-child {
  border-radius: 5px 0 0 0;
}

.div-table .theader .table_header:last-child {
  border-radius: 0 5px 0 0;
}

.div-table .table_header {
  display: table-cell;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.div-table .table_small {
  display: table-cell;
}

.div-table .table_row>.table_small>.table_cell:nth-child(odd) {
  display: none;
}

.div-table .table_row>.table_small>.table_cell {
  padding-top: 7px;
  padding-bottom: 7px;
  background: #fff;
  color: #000;
  border-bottom: #000 1px solid;
}

.div-table .table_row:hover>.table_small>.table_cell {
  background: #eee;
}

.div-table .table_row:last-child>.table_small>.table_cell {
  border-bottom: 0 none;
}

.div-table .table_row>.table_small:first-child>.table_cell {
  border-left: #fff 1px solid;
}

.div-table .table_row>.table_small:last-child>.table_cell {
  border-right: #fff 1px solid;
}

.div-table .table_row:last-child>.table_small:last-child>.table_cell:last-child {
  border-bottom-right-radius: 5px;
}

.div-table .table_row:last-child>.table_small:first-child>.table_cell:last-child {
  border-bottom-left-radius: 5px;
}

@media screen and (max-width: 650px) {
  .div-table {
    display: block;
  }

  .div-table .theader {
    display: none;
  }

  .div-table .table_row>.table_small>.table_cell:nth-child(odd) {
    display: table-cell;
  }

  .div-table .table_cell {
    display: table-cell;
    width: 60%;
  }

  .div-table .table_cell:first-child {
    width: 40%;
  }

  .div-table .table_row {
    display: table;
    width: 100%;
    border-collapse: separate;
    padding-bottom: 20px;
    margin: 5% auto 0;
    text-align: center;
  }

  .div-table .table_small {
    display: table-row;
  }

  .div-table .table_row>.table_small:first-child>.table_cell:last-child {
    border-left: none;
  }

  .div-table .table_row>.table_small>.table_cell:first-child {
    border-left: #000 1px solid;
    background: #000;
    color: #fff;
  }

  .div-table .table_row>.table_small:first-child>.table_cell:first-child {
    border-top-left-radius: 5px;
    border-top: #000 1px solid;
  }

  .div-table .table_row>.table_small:first-child>.table_cell:last-child {
    border-top-right-radius: 5px;
    border-top: #000 1px solid;
  }

  .div-table .table_row>.table_small:last-child>.table_cell:first-child {
    border-right: none;
  }

  .div-table .table_row>.table_small>.table_cell:first-child {
    border-bottom: #fff 1px solid;
  }

  .div-table .table_row>.table_small>.table_cell:last-child {
    border-right: #000 1px solid;
  }

  .div-table .table_row>.table_small:last-child>.table_cell:first-child {
    border-bottom-left-radius: 5px;
    border-bottom: #000 1px solid;
  }

  .div-table .table_row>.table_small:last-child>.table_cell:last-child {
    border-bottom-right-radius: 5px;
  }
}

@media screen and (max-width: 345px) {
  .body>.main {
    margin-top: 180px;
  }
}

/*# sourceMappingURL=custom.css.map */
/* homepage start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: Arial, sans-serif;
}

.hero {
  position: relative;
  height: 100vh;
  background-image: url('../img/liberatet.jpeg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.slogan {
  position: relative;
  color: white;
  font-size: 3em;
  text-align: center;
  z-index: 1;
  padding: 20px;
}

@media (max-width: 768px) {
  .slogan {
    font-size: 2em;
  }
}

/* homepage end */

/* [partner] start */
.partner-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

/*  [partner] end */
/* [blog] start */
.article-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

/* [blog] end */
/* [emisiuni] start */
.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 8px;
}

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

.card-body {
  text-align: center;
}

.card-title,
.card-text {
  margin: 10px 0;
}

.card-text {
  font-weight: bold;
}

@media (max-width: 576px) {

  .card-title,
  .card-text {
    font-size: 0.9rem;
    /* Ajustează dimensiunea textului pe ecrane mici */
  }
}

/* [emisiuni] end */

/* General Page Header Styling */
.page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0;
  text-align: left;
}

/* Ensure the background image covers the entire banner area */
.page-header-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Container for text */
.page-header .container {
  position: relative;
  z-index: 2;
}

/* Overlay effect to ensure text visibility */
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Adjust opacity as needed */
  z-index: 1;
}

/* Header text styling */
.page-header h1 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff !important;
  margin: 0;
  z-index: 2;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  /* Add a shadow to the text for better readability */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-header {
    padding: 70px 0;
  }

  .page-header h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-header {
    padding: 50px 0;
    text-align: center;
    /* Center text on smaller screens */
  }

  .page-header h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .page-header {
    padding: 40px 0;
  }

  .page-header h1 {
    font-size: 1.5rem;
  }
}


/* General Page Header Styling  end*/

/* General Styling for the Section PAGE*/
section {
  padding: 60px 0;
  background-color: #f8f9fa;
  /* Light background for contrast */
}

h1 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
}

p.lead {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 40px;
}

/* Styling for the Images and Text Blocks */
.img-fluid {
  border-radius: 8px;
  transition: transform 0.3s;
}

.img-fluid:hover {
  transform: scale(1.05);
  /* Image hover effect */
}

h3 {
  font-size: 1.6rem;
  margin-top: 15px;
  color: #222;
}

p {
  color: #555;
  line-height: 1.6;
}

/* Responsive Grid Adjustments */
@media (max-width: 992px) {
  h1 {
    font-size: 2rem;
  }

  p.lead {
    font-size: 1.1rem;
  }

  h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }

  p.lead {
    font-size: 1rem;
  }

  .row {
    text-align: center;
    /* Center text for smaller screens */
  }

  .col-md-4 {
    margin-bottom: 30px;
    /* Add space between columns on smaller screens */
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 1.6rem;
  }

  p {
    font-size: 0.95rem;
  }
}


/* General Styling for the Section PAGE  end */

/* General Styling for Page Header ARTICLE BLOG*/
.page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #fff;
  text-align: left;
}

.page-header-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Dark Overlay for Better Readability */
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
  z-index: 1;
}

.page-header h1 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  z-index: 2;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  /* Text shadow for contrast */
}

/* Conditional Styling for Text Alignment */
.text-center h1 {
  text-align: center;
}

/* Responsive Design for Header */
@media (max-width: 992px) {
  .page-header {
    padding: 60px 0;
  }

  .page-header h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-header {
    padding: 50px 0;
    text-align: center;
    /* Center content on smaller screens */
  }

  .page-header h1 {
    font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .page-header {
    padding: 40px 0;
  }

  .page-header h1 {
    font-size: 1.5rem;
  }
}

/* Article Container Styling */
.article-container {
  padding: 40px 15px;
  max-width: 800px;
  margin: 0 auto;
}

.article-title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  /* Rounded corners for images */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* Subtle shadow effect */
}

.article-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-top: 20px;
  text-align: justify;
}

/* Responsive Design for Article */
@media (max-width: 768px) {
  .article-title {
    font-size: 1.8rem;
  }

  .article-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .article-title {
    font-size: 1.6rem;
  }

  .article-description {
    font-size: 0.9rem;
  }
}

/* General Styling for Page Header ARTICLE BLOG*/