@font-face {
  font-family: "Font Fuana Medium";
  src: url("fonts/fauna-thin.ttf") format("truetype");
}
@font-face {
  font-family: "Centauri";
  src: url("fonts/Centauri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Optional: allows text to be displayed with a fallback font until the custom font is loaded */
}

.special-price-text {
  background: url("/assets/images/bg.jpeg") no-repeat center center;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@font-face {
  font-family: "Font Fuana Medium";
  src: url("fonts/fauna-thin.ttf") format("truetype");
}

.special-text {
  font-family: "Font Fuana Medium", sans-serif;
}

.andrew {
  background: url("/assets/images/bg.jpeg") lightgray 50% / cover no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Montserrat;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.video-card {
  /*border: 1px solid #ddd;*/
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1rem;
}
.video-card img {
  width: 100%;
  height: auto;
}
.video-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0rem 0;
}
.video-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

.embed-responsive {
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  position: relative;
  height: 0;
  overflow: hidden;
}
.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 786px) {
  .video-title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0rem 0;
  }
  .video-subtitle {
    font-size: 0.75rem;
    color: #6c757d;
  }
}

/* 3 testimonial all css ------------------------------------------------------- */

.card {
  background-image: url("assets/images/ratingMatrix.png");
  background-size: cover;
  border: none;
  border-radius: 15px;
  padding: 1rem;
  position: relative;
  transition: transform 0.3s ease; /* Smooth transition for scaling */
  border: none;
}
.card:hover {
  transform: scale(1.01); /* Slightly enlarges the card */
}

.card:hover .card-logo {
  opacity: 0.8; /* Slightly changes the opacity of the logo */
}

.card:hover .card-img-bottom-text {
  background: rgba(0, 0, 0, 0.7); /* Darkens the background on hover */
  color: #76d000; /* Changes text color on hover */
}

@media (max-width: 786px) {
  .card {
    padding: 0.5rem;
  }
}

/* ----------------------------Start of 3 card section css ------------*/

/* Card container */
.cardshadow {
  position: relative;
  transition: transform 0.3s ease; /* Smooth transition for scaling */
  border: none; /* Remove border for cleaner look */
  margin-top: 0px; /* Ensures cards start at the top */
}

/* Card image container */
.cardshadow-img-container {
  position: relative;
  height: 100%;
  transition: transform 0.3s ease; /* Smooth transition for scaling */
}

.cardshadow-img-top {
  width: 100%;
  height: auto;
  border-top-left-radius: 0.25rem; /* Adjust if you want rounded corners */
  border-top-right-radius: 0.25rem; /* Adjust if you want rounded corners */
  object-fit: cover; /* Ensure the image covers the entire container */
}

/* Logo inside the card */
.cardshadow-logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  max-height: 50%;
  transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

/* Bottom text inside the card image */
.cardshadow-img-bottom-text {
  font-family: Centauri;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition:
    background 0.3s ease,
    color 0.3s ease; /* Smooth transition for background and text color */
}

/* Hover effects */
.cardshadow:hover {
  transform: scale(1.01); /* Slightly enlarges the card */
}

.cardshadow:hover .cardshadow-logo {
  opacity: 0.8; /* Slightly changes the opacity of the logo */
}

.cardshadow:hover .cardshadow-img-bottom-text {
  background: rgba(0, 0, 0, 0.7); /* Darkens the background on hover */
  color: #76d000; /* Changes text color on hover */
}

/* Custom green icon color */
.custom-green-icon {
  color: #198754;
  margin-right: 0.5rem;
}

/* Icon size */
.bi-check-circle {
  font-size: 1.4em;
}

/* List group item style */
.list-group-item {
  padding: 0.5rem 1rem;
  margin: 0;
  text-align: center; /* Left-align the list items */
}

/* Price container style */
.price-container {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.price-dollar-sign {
  font-size: 2rem;
  position: relative;
  top: -1rem;
}

.price-amount {
  font-size: 3.5rem;
  line-height: 1;
}

.price-unit {
  position: relative;
  bottom: -0.19rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cardshadow-img-top {
    font-family: Centauri;
    object-position: center; /* Center the image within the container */
  }
  .cardshadow-img-bottom-text {
    font-family: Centauri;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .cardshadow-img-top {
    font-family: Centauri;
    object-position: center; /* Center the image within the container */
  }
  .cardshadow-img-bottom-text {
    font-family: Centauri;
    font-size: 16px;
  }
}

/* Disclaimer Text */
.disclaimer-text {
  font-family: Arial, sans-serif;
  font-size: 16px;

  text-align: center;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
  /*   margin-left: 14rem;
  margin-right: 14rem;*/
}
.text-muted {
  color: #777;
}

.disclaimer {
  padding-bottom: 50px;
}

.disclaimer-n {
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  /*.disclaimer {
  /*   padding: 1rem; 
  }*/

  .disclaimer-text {
    font-size: 10px;

    /*    margin-left: 1rem;
    margin-right: 1rem;*/
    line-height: 1.5;
    margin-left: 16px;
    margin-right: 16px;
  }
  .text-muted {
    color: #777;
  }
}
@media (max-width: 576px) {
  /*.disclaimer {
  /*   padding: 1rem; 
  }*/

  .disclaimer-text {
    font-size: 10px;
    /*    margin-left: 1rem;
    margin-right: 1rem;*/
    line-height: 1.5;

    margin-left: 16px;
    margin-right: 16px;
  }
  .text-muted {
    color: #777;
  }
}

/* ----------------------------end of 3 card section css ------------*/

/* testimonial video with the pop-up */
/* .video-card {
        position: relative;
        cursor: pointer;
        overflow: hidden; /* Ensures no overflow of content --
      }
      
      .video-thumbnail {
        width: 100%;
        max-height: 200px; /* Set a fixed height for uniformity --
        object-fit: cover; /* Ensures images cover the container without distortion 
      }*/

/* Glasier video play */
.video-containers {
  position: relative;
  height: 100vh; /* Full viewport height */
  /*  width: 100vw; Full viewport width */
  overflow: hidden; /* Hide any overflow */
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; /* Ensure the video covers the container */
  object-position: center; /* Center the video within the container */
  z-index: -1; /* Optionally place the video behind other content */
}

/* testimonial video with the pop-up */
.video-card {
  position: relative;
  cursor: pointer;
  overflow: hidden; /* Ensures no overflow of content */
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.video-card:hover {
  transform: scale(1.008); /* Slightly enlarge the card on hover */
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3); /* Add shadow for depth */
}

.video-thumbnail {
  width: 100%;
  max-height: 200px; /* Set a fixed height for uniformity */
  object-fit: cover; /* Ensures images cover the container without distortion */
  transition: opacity 0.3s ease; /* Smooth transition for opacity change */
}

.video-card:hover .video-thumbnail {
  opacity: 0.8; /* Slightly fade out the thumbnail on hover */
}

/*      .play-icon {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3rem;
     
        color: #64BD00;
        opacity: 0.8;
        pointer-events: none;
      }
*/

.play-icon {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px; /* Adjust the size as needed */
  height: 50px; /* Adjust the size as needed */
  background-image: url("/assets/images/play icon r.png");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  pointer-events: none;
  transition:
    opacity 0.3s,
    transform 0.3s;
}

.play-icon:hover {
  opacity: 1; /* Fully opaque on hover */
  transform: scale(1.1); /* Slightly enlarge the icon on hover */
}

.video-card:hover .play-icon {
  opacity: 1;
}
.video-title,
.video-subtitle {
  text-align: center;
}

/* testimonial */
.testimonial-text {
  color: #777;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  /*   max-width: 100%; */
  margin: 0 auto;
  padding-top: 40px;
  line-height: normal;
  text-align: center;
}

/* caveat header font */
.section-title {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 3rem;
}
.section-header {
  font-family: "Caveat", cursive; /* Adjust if 'Caveat' is a custom font */
}

.section-title1 {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0rem;
}
.section-header1 {
  font-family: "Caveat", cursive; /* Adjust if 'Caveat' is a custom font */
}

/* button Schedule your wake up */
/* .custom-btn {
        border-radius: 9px;
        background: url('/assets/images/matrix.png') lightgray 50% / cover no-repeat;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        width: 440px;
        height: 49px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 20px; /* Adjusted top margin 
      }*/

/* Custom styles for the button */

.custom-btn span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.info-text {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px; /* Adjusted top margin */
  text-align: center;
}

.custom-btn {
  border-radius: 8px;
  background: url("/assets/images/matrix.png") lightgray 50% / cover no-repeat;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%; /* Make button width 100% */
  max-width: 440px; /* Maximum width of the button */
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 5px;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.custom-btn:hover {
  background: url("/assets/images/matrix-hover.png") / cover no-repeat;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.35);
  transform: scale(1.01);
}
.info-text {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .custom-btn {
    height: auto;
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
    width: 70%; /* Make button width 100% */
    max-width: 300px; /* Maximum width of the button */
    height: 49px;
  }

  .custom-btn span {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
  }

  .info-text {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .custom-btn {
    height: auto;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }

  .info-text {
    font-size: 11px;
  }
}

/* button Schedule your wake up   
      .custom-btn {
        border-radius: 9px;
        background: url('/assets/images/matrix.png') lightgray 50% / cover no-repeat;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        width: 440px;
        height: 49px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 20px; /* Adjusted top margin 
        transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
      }
      
      .custom-btn:hover {
        background: url('/assets/images/matrix-hover.png') / cover no-repeat;
        box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.35);
        transform: scale(1.01); /* Slightly enlarge the button 
      }

      */

/* ---------------------------------------------------- */
.calendar-section {
  padding: 20px;
}

.calendar-table th,
.calendar-table td {
  text-align: center;
  vertical-align: middle;
}

.highlight {
  color: #6fb74e;
}

.calendar-header {
  background: rgba(0, 23, 0, 1);
}

.time-slot {
  background: #001700;
}

.empty-slot {
  background: rgba(0, 23, 0, 0.51);
}

.personal-coaching {
  background: rgba(0, 23, 0, 0.51);
}

.age-groups {
  font-size: 16px;
  font-weight: 400;
}

.sign-waiver-btn {
  background-color: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 236px;
  height: 49px;
  border-radius: 9px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: black;
}

@media (max-width: 768px) {
  .calendar-table thead th,
  .calendar-table tbody th {
    font-size: 14px;
    font-family: "Centauri", sans-serif;
  }
  .calendar-table tbody td {
    font-size: 12px;
    font-family: "Centauri", sans-serif;
  }
  .personal-coaching {
    font-size: 12px;
    font-family: "Centauri", sans-serif;
  }
}

@media (max-width: 576px) {
  .calendar-table thead th,
  .calendar-table tbody th {
    font-size: 12px;
    font-family: "Centauri", sans-serif;
  }
  .calendar-table tbody td {
    font-size: 10px;
    font-family: "Centauri", sans-serif;
  }
  .personal-coaching {
    font-size: 10px;
    font-family: "Centauri", sans-serif;
  }
}

/*--------Table css start here------------------------------------------------------------ */
.calendar-table {
  font-family:
    "Centauri", sans-serif; /* Replace 'Arial' with your preferred font */
}

.calendar-section {
  background-image: url("/assets/images/Ageless walk.jpg"); /* Replace with your image URL */
  /* background: url('/assets/images/Ageless walk.jpg') lightgray -104.441px 0px / 114.468% 100% no-repeat;*/
  background-size: cover;
  background-position: center;
  padding: 50px;
  display: flex;
  justify-content: center; /* Center the table */
  align-items: center; /* Center the table */
}

.calendar-table {
  background-color: transparent; /* Transparent background */
  backdrop-filter: blur(3px); /* Background blur effect */
  border-radius: 10px;
  border-collapse: collapse; /* Ensure borders are combined */
}

.calendar-table th,
.calendar-table td {
  padding: 25px;
  text-align: center;
  background-color: #5e5e5e52;
  background: rgb(90 90 90 / 51%);
  color: #ffffff;
  border: 5px solid #00000055; /* 1px divider for table cells */
}

.calendar-table th {
  background: rgba(0, 23, 0, 0.51); /* Light background with transparency */
  color: #ffffff; /* Customizable text color */
  text-align: center;
  font-family: Centauri;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.calendar-table tbody th {
  color: #ffffff; /* Customizable text color for the first column */
}

.video-title {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.video-subtitle {
  text-align: center;
  margin-top: 5px;
}

.personal-coaching {
  background: rgba(0, 23, 0, 0.51);
  font-size: 14px;
  color: #ffffff;
}

.personal-coaching .highlight {
  color: #6fb74e;
}

.highlight {
  color: #6fb74e;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
  .personal-coaching {
    font-size: 12px; /* Adjust font size for tablets */
    font-family: "Centauri", sans-serif;
  }
}

@media (max-width: 480px) {
  .personal-coaching {
    font-size: 10px; /* Adjust font size for mobile devices */
    font-family: "Centauri", sans-serif;
  }
}

/* Footer CSS */
.footer {
  background-color: #000; /* Black background */
  color: #fff; /* White text */
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 40px; /* Adjust size as needed */
  height: 40px; /* Adjust size as needed */
  border-radius: 50%;
  background-color: #000000; /* Background color behind icons */
  padding: 10px;
  transition:
    background-color 0.3s,
    transform 0.3s;
}

.social-icon img {
  width: 24px; /* Adjust icon size */
  height: 24px; /* Adjust icon size */
  transition: opacity 0.3s;
}

.social-icon:hover {
  background-color: #70b110; /* Hover background color */
  transform: scale(1.1); /* Slightly enlarge on hover */
}

.social-icon:hover img {
  opacity: 0.9; /* Slight fade effect on hover */
}

@media (max-width: 767px) {
  .social-icon {
    width: 36px; /* Adjust size for smaller screens */
    height: 36px; /* Adjust size for smaller screens */
  }
}

/* Default styling for larger screens */
.headline1 {
  font-size: 46px;
}

.subheadline1 {
  font-size: 38px;
}

.subheadline-bold {
  font-size: 39.39px;
}

@media (max-width: 992px) {
  /* Styling for medium screens */
  .headline1 {
    font-size: 36px;
  }

  .subheadline1 {
    font-size: 28px;
  }

  .subheadline-bold {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  /* Styling for small screens */
  .headline {
    font-size: 32px;
  }

  .subheadline1 {
    font-size: 24px;
  }

  .subheadline-bold {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  /* Styling for extra small screens */
  .headline1 {
    font-size: 26px;
  }

  .subheadline1 {
    font-size: 18px;
  }

  .subheadline-bold {
    font-size: 26px;
  }
}

.custom-star {
  /* width: 50px;  Default size */
  height: auto;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .custom-star {
    width: 40px; /* Adjust size for medium screens */
    margin-right: 8px;
  }
}

@media (max-width: 768px) {
  .custom-star {
    width: 35px; /* Adjust size for small screens */
    margin-right: 6px;
  }
}

@media (max-width: 576px) {
  .custom-star {
    width: 30px; /* Adjust size for extra small screens */
    margin-right: 5px;
  }
}

/* .custom-star {
      width: 24px;
      height: 24px;
    }
    
    .tick-text {
      color: #000;
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: normal;
    }
    */
/* Custom styles for tick items */
/* .tick-text {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: start;
}

.custom-star {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .tick-text {
    font-size: 11px;
    
  }
  .custom-star {
    width: 15px;
    height: 15px;
  }

  
}
*/
.section-tick {
  padding: 1.5rem 0; /* Adjust top and bottom padding if needed */
}

.row {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping if the screen is too narrow */
  align-items: end;
}

.col-auto {
  display: flex;
  align-items: center; /* Vertically center-align content */
  /*margin-right: 1rem;  Space between items */
}

.col-auto img {
  margin-right: 0.5rem; /* Space between image and text */
}

.tick-text-new {
  font-family: Poppins;
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

/* Adjustments for responsiveness */
@media (max-width: 767.98px) {
  .section-tick {
    /* Adjust top and bottom padding if needed */

    padding-bottom: 12px;
    padding-top: 12px;
  }
  .col-auto {
    /*margin-right: 0;  Remove right margin on smaller screens */
    padding-top: 5px;
    /* Add bottom margin for spacing on small screens */
  }
  .tick-text-new {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    color: #000;
  }
  .col-auto img {
    margin-right: -3px; /* Space between image and text */
    height: 16px;
    width: 16px;
  }
}

/*badges css

    .responsive-background {
      border-radius: 8px;
      background: url('/assets/images/matrix.png') lightgray 50% / cover no-repeat;
      box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      padding: 1%;
      flex-shrink: 0;
      width: 100%;
      max-width: 1144.787px;
    }
     
    .badge-text {
      display: block;
      width: 100%;
      color: #FFF;
      text-align: center;
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: normal;
      margin-top: 0rem;
    }
    
    @media (max-width: 768px) {

      .responsive-background {
        width: 100%;
      }
      .badge-text {
        font-size: 14px;
      }
    }
 
   
 
    @media (max-width: 576px) {

      .badge-text {
        font-size: 12px;
      }
    }    


*/

/* testimonial cards css and responsive*/
.responsive-background {
  border-radius: 8px;
  background: url("/assets/images/matrix.png") lightgray 50% / cover no-repeat;
  box-shadow:
    0px -2px 4px 0px rgba(0, 0, 0, 0.25),
    0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1% 0% 1% 0%;
  flex-shrink: 0;
  width: 100%;
  max-width: 1144.787px;
}

.badge-text {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-top: 0.5rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .responsive-background {
    padding: 5% 0% 5% 0%;
  }
  .badge-text {
    font-size: 14px;
    padding: 1% 0% 1% 0%;
  }
}

@media (max-width: 576px) {
  .badge-text {
    font-size: 12px;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* podcast*/
.container,
.container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
.why-agless {
  margin-top: 2rem;
}
.youare {
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .poppins {
    font-size: 10px;
  }
  .why-agless {
    margin-top: 0.5rem;
  }
  .CJP {
    font-size: 11.5px;
    margin-bottom: 6px;
  }
  .montserrat {
    font-size: 24px;
  }
  .youare {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 800;
    margin-top: -20px;
  }

  .container-fluid .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  .poppins {
    font-size: 10x;
  }
  .montserrat {
    font-size: 24px;
  }
  .why-agless {
    margin-top: 0.5rem;
  }
  .youare {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 800;
    margin-top: -20px;
  }

  .container-fluid .col-md-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Adjusting font sizes for smaller screens */
@media (max-width: 768px) {
  .display-6 {
    font-size: 1.5rem; /* Adjust as necessary */
  }
  .display-3 {
    font-size: 2rem; /* Adjust as necessary */
  }
  .display-5 {
    font-size: 1.75rem; /* Adjust as necessary */
  }
}

@media (max-width: 576px) {
  .display-6 {
    font-size: 1.25rem; /* Adjust as necessary */
  }
  .display-3 {
    font-size: 1.5rem; /* Adjust as necessary */
  }
  .display-5 {
    font-size: 1.25rem; /* Adjust as necessary */
  }
}

/*waterImage*/
.waterImage img {
  /* height: 100vh;
  filter: brightness(0.5);
 */
  width: 100%;
  object-fit: cover;
  object-position: center;

  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .waterImage img {
    height: 70vh;
  }
}

@media (max-width: 576px) {
  .waterImage img {
    height: 65vh;
  }
}

/* NEW CSS OF CHECKCARD*/

/* CSS OF CHECKCARD*/

.testimonial-image-wrapper {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.testimonial-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.card-body {
  background: rgba(0, 0, 0, 0.5); /* Slightly dark background for readability */
}

@media (max-width: 992px) {
  .card {
    padding: 0.5rem;
  }
}

@media (max-width: 768px) {
  .card-body {
    padding: 1rem;
  }

  .testimonial-image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .card-body h5,
  .card-body h6 {
    font-size: 1.25rem; /* Adjust font sizes for smaller screens */
  }

  .card-body p {
    font-size: 0.875rem; /* Adjust font size for smaller screens */
  }
}

/* CSS OF CHECKCARD*/

.checkcard {
  min-height: 15rem;
  background-color: #fff; /* Adjust if needed */
  border-radius: 15px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.checkcard:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.card-title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 2rem;
}

.icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.icon {
  /*  max-width: 24px;
      margin-right: 0.5rem;*/
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.icon-text span {
  color: #000;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 768px) {
  .icon-text {
    font-size: 14px;
  }
  .icon-text span {
    color: #000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }

  .card-title {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .checkcard {
    min-height: 15rem;
    background-color: #fff; /* Adjust if needed */
    border-radius: 15px;
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 576px) {
  .checkcard {
    min-height: 15rem;
    background-color: #fff; /* Adjust if needed */
    border-radius: 15px;
    margin-left: 16px;
    margin-right: 16px;
  }
  .icon-text span {
    color: #000;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
  }

  .icon-text {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .card-title {
    font-size: 20px;

    font-family: Arial, Helvetica, sans-serif;
  }
}

/*3 videos css*/
/* Custom styles for the video section */
.video-sections {
  width: 100%;
}

.video-wrapper {
  width: 100%;
  max-width: 830.705px; /* Maximum width for larger screens */
  margin: 0 auto; /* Center align */
}

.video-container {
  position: relative;
  /*background-image: url('/assets/images/Andrew podcast new.JPG');
  background-size: cover;
  */
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .videoresize {
    padding-bottom: 134.25%;
  }
}
@media (max-width: 786px) {
  .videoresize {
    padding-bottom: 134.25%;
  }
}
/* 
.poster3{
  position: relative;
  background-image: url('/assets/images/DAd life.jpg');
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 aspect ratio 
  height: 0;
  overflow: hidden;
}*/

.video-container .embed-responsive-item,
.video-container .video-poster1 .video-poster2 .video-poster3 {
  /* position: absolute;*/

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container .video-poster1 {
  background-size: cover;

  background-position: center;
}
.video-container .video-poster2 {
  background-size: cover;

  background-position: center;
}
.video-container .video-poster3 {
  background-size: cover;

  background-position: center;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .video-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .video-wrapper {
    max-width: 100%;
  }
}

/* Custom styles for the video section */
.video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #116500;
  max-width: 831px;
}

.subheadline-wrapper {
  margin-top: 0px;
}

.subheadline {
  /*width: 100%;
  max-width: 830.705px;  Maximum width for larger screens 
  font-size: 1.5rem;
  color: #f5f5f5;
  font-family: Poppins, sans-serif;
  font-weight: normal;
  text-align: center;*/
  font-size: 16px;
  font-weight: bold;
  color: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px; /* Space between icon and text*/
  padding-top: 10px;
  padding-bottom: 0px;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .subheadline {
    padding-top: 8px;
    font-size: 8px; /* Adjust font size for medium screens */
    max-height: 10px;
  }
}

@media (max-width: 576px) {
  .subheadline {
    font-size: 8px; /* Adjust font size for medium screens */
    padding-top: 8px;
    max-height: 10px;
  }
}

/*
<!--  For the 3 video headline
    .video-section {
      margin: auto;
      text-align: center;
      background-color: #116500; /* Dark green background for contrast 
   
   }
   
   .subheadline-wrapper {
      margin-bottom: 0px;
   }
   
   .subheadline {
    font-size: 16px;
    font-weight: bold;
    color: #fbfbfb;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; /* Space between icon and text 
    padding-top: 10px;
    padding-bottom: 0px;
   }
   
 
/* Responsive Styles 
@media (max-width: 1200px) {
  .subheadline {
     font-size: 14px; /* Adjust font size for medium screens 
     padding-top: 8px;
  }
}

@media (max-width: 992px) {
  .subheadline {
     font-size: 13px; /* Adjust font size for smaller screens 
     padding-top: 6px;
  }
}

@media (max-width: 768px) {
  .video-section {
     padding: 15px; /* Adjust padding for smaller screens 
  }
  
  .subheadline {
     font-size: 12px; /* Further reduce font size for small screens 
     padding-top: 5px;
  }
}

@media (max-width: 576px) {
  .video-section {
     padding: 10px; /* Further adjust padding for very small screens 
  }
  
  .subheadline {
     font-size: 11px; /* Minimum font size for very small screens 
     padding-top: 4px;
  }
} -->*/
/* <!-- ----------------------------------------------------------*/
/* nav bar*/
@media (max-width: 768px) {
  .container-fluid {
    padding: 0%;
  }

  .navbar-brand .img {
    width: 20%;
    height: 20%;
  }

  .section-title {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin: 1.5rem;
  }
}

.navbar {
  padding: 10px;
}

/* Responsive Logo */
.navbar-logo {
  width: auto; /* Default width */
  height: auto; /* Maintain aspect ratio */
  max-height: 70px; /* Ensure max height */
}
.andrewsub {
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .navbar-logo {
    width: 50px; /* Adjust width for smaller screens */
    max-height: 40px; /* Adjust height for smaller screens */
  }
  .navbar {
    padding: 5px;
  }
  .andrew {
    font-size: 32px;
    margin: 4px;
  }

  .andrewsub {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .navbar-logo {
    width: 60px; /* Adjust width for very small screens */
    max-height: 40px; /* Adjust height for very small screens */
  }
  .navbar {
    padding: 5px;
  }
  .andrew {
    font-size: 32px;
  }
  .andrewsub {
    font-size: 11px;
  }
}
