body {
  font-family: 'Rubik', sans-serif;
}

@media (max-width: 569px) {
  .logo {
    width: 50%;
  }
}

@media (max-width: 569px) {
  .logoBottom {
    margin: 30px 30px;
    width: 30%;
  }
}

@media (max-width: 761px) {
  .footer-bottom {
    justify-content: center;
  }
}

@media (max-width: 569px) {
  .dynamicHeadingMain {
    font-size: 39px;
  }
}

@media (max-width: 569px) {
  .dynamicHeadingSec {
    font-size: 29px;
  }
}

@media (max-width: 569px) {
  .divLogoWrapper {
    justify-content: center;
  }
}

@media (min-width: 569px) {
  .logo {
    width: 50%;
  }
}

@media (min-width: 569px) {
  .logoBottom {
    margin: 30px 30px;
    width: 30%;
  }
}

@media (min-width: 761px) {
  .footer-bottom {
    justify-content: center;
  }
}

@media (min-width: 569px) {
  .dynamicHeadingMain {
    font-size: 60px;
  }
}

@media (min-width: 569px) {
  .dynamicHeadingSec {
    font-size: 35px;
  }
}

@media (min-width: 569px) {
  .dynamicHeadingTh {
    font-size: 70px;
  }
}

@media (min-width: 569px) {
  .divLogoWrapper {
    justify-content: center;
  }
}

/* Media query for small screens (adjust as needed) */

@media (min-width: 761px) {
  .logoBottom {
    margin: 30px 30px;
    width: 20%;
  }
}

@media (min-width: 761px) {
  .footer-bottom {
    justify-content: center;
  }
}

@media (min-width: 761px) {
  .dynamicHeadingMain {
    font-size: 34px;
  }
}

@media (min-width: 761px) {
  .dynamicHeadingSec {
    font-size: 25px;
  }
}

@media (min-width: 761px) {
  .dynamicHeadingTh {
    font-size: 70px;
  }
}

@media (min-width: 761px) {
  .divLogoWrapper {
    justify-content: left;
  }
}

/* For screens larger than or equal to 992px (lg), set the font size to 48px */

@media (min-width: 985px) {
  .logoBottom {
    margin: 30px 30px;
    width: 10%;
  }
}

@media (min-width: 985px) {
  .footer-bottom {
    justify-content: right;
  }
}

@media (min-width: 985px) {
  .dynamicHeadingMain {
    font-size: 49px;
  }
}

@media (min-width: 985px) {
  .dynamicHeadingSec {
    font-size: 37px;
  }
}

@media (min-width: 985px) {
  .dynamicHeadingTh {
    font-size: 70px;
  }
}

@media (min-width: 985px) {
  .divLogoWrapper {
    justify-content: left;
  }
}

/* For screens larger than or equal to 992px (lg), set the font size to 48px */

@media (min-width: 1193px) {
  .logoBottom {
    margin: 30px 30px;
    width: 10%;
  }
}

@media (min-width: 1193px) {
  .footer-bottom {
    justify-content: right;
  }
}

@media (min-width: 1193px) {
  .dynamicHeadingMain {
    font-size: 50px;
  }
}

@media (min-width: 1193px) {
  .dynamicHeadingSec {
    font-size: 48px;
  }
}

@media (min-width: 1193px) {
  .dynamicHeadingTh {
    font-size: 75px;
  }
}

@media (min-width: 1193px) {
  .divLogoWrapper {
    justify-content: left;
  }
}

/* For screens larger than or equal to 992px (lg), set the font size to 48px */

@media (min-width: 1393px) {
  .logoBottom {
    margin: 30px 30px;
    width: 10%;
    justify-content: right;
  }
}

@media (min-width: 1393px) {
  .footer-bottom {
    justify-content: right;
  }
}

@media (min-width: 1393px) {
  .dynamicHeadingMain {
    font-size: 75px;
  }
}

@media (min-width: 1393px) {
  .dynamicHeadingSec {
    font-size: 55px;
  }
}

@media (min-width: 1393px) {
  .dynamicHeadingTh {
    font-size: 89px;
  }
}

@media (min-width: 1393px) {
  .divLogoWrapper {
    justify-content: left;
  }
}

@media (min-width: 1393px) {
  .divLogoWrapper {
    justify-content: left;
  }
}

/* Set the image width to 50%  for peoples image*/

.card-img-person {
  width: 50%;
  margin: 30px auto;
}


/* Optional: Add spacing between the image and card body */
/*.card-img-top {
  width: 50%;
  margin: 0px auto;
}*/

.card-body-big {
  margin-top: 20px;
  margin-bottom: 40px;
}

.card-big {
  min-height: 560px;
}

.card-image-container {
  aspect-ratio: 1;
  position: static;
  overflow: hidden;
}

.card-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.draw-border {
  border: 3px solid #000;
}

.card-button {
  padding-top: 10px;
}

.card-button .btn-primary {
  width: 100%;
}

/* Center the cards within the carousel */
.carouselSmall .carousel-inner .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*.card-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/

/******************* Accordion *****************************/

.card-accordion {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-accordion-header {
    background-color: #f8f9fa;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.5rem 0.5rem;
}

.card-accordion-header:hover {
    background-color: #e9ecef;
}

.card-accordion-content {
    padding: 1rem;
}

.justify-center-text {
  text-align: justify;
}

.btn {
/*  text-size-adjust: auto;*/
  margin-top: 10px;
}

/* This will style any <img> element in .parent div */

.rounded-image {
  border-radius: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.navbar-custom {
  background-color: black;
}

.div-header {
  background-color: black;
}

.navbar {
  background-color: black;
}

.section-black {
  background-color: black;
}

.row {
  background-color: inherit;
}

.main-title-page {
  font-size: 80px;
}

.logo {
  margin-bottom: 30px;
}

/* ---------------- Privacy Policy file ----- */

.privacy-paragraph {
  margin: 50px;
}

