 .carousel-item {
     height: 100%;
     background-size: cover;
     background-position: center;
 }

 .carousel-caption {
     z-index: 2;
 }

 .carousel-item::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.2);
     /* Semi-transparent overlay */
     z-index: 1;
 }

 .carousel-caption .btn {
     margin-top: 20px;
     font-size: 1.2rem;
     padding: 10px 20px;
 }


 .carousel-control-prev,
 .carousel-control-next {
     width: 15%;
 }

 .navbar {
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 9999;
     background: rgba(224, 224, 224, 0.25);
     backdrop-filter: blur(4px);
 }

 .navbar-light .navbar-nav .nav-link {
     color: #fff;
     padding: 12px!important;

 }

 .navbar-light .navbar-toggler {
     color: #fff;
     border-color: #fff;
 }

 .custom-arrows {
     position: absolute;
     top: 70%;
     z-index: 2;
     width: 50px;
     height: 50px;
     border: 2px solid white;
     border-radius: 50%;
     background-color: transparent;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
 }


 .custom-arrows.left {
     left: 16%;

 }


 .custom-arrows.right {
     left: 20%;

 }

 .custom-arrows span {
     font-size: 24px;
     color: white;
 }

 .custom-arrows:hover {
     background-color: rgba(255, 255, 255, 0.2);
 }


 .carousel-control-prev,
 .carousel-control-next {
     display: none;
 }

 .carousel-caption {
     position: absolute;
     right: 39%;
     width: 35vw;
     font-family: poppins;
     bottom: 1.25rem;
     left: 64%;
     text-align: left;
     top: 20%;
 }

 .carousel-caption h1 {
     font-size: 52px;
     font-weight: 600;

     margin-bottom: 30px;
     text-align: left;
 }

 .carousel-caption p {
     font-size: 18px;
     font-family: 'Inter';
     font-weight: 400;
     text-align: left;
 }


 .fafaicons a {
     background: white;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: black !important;
     font-size: 18px;
 }
 
 .card button {
    width: 100%!important;
    height: 60px!important;
    line-height: 2!important;
    border-radius: 12px!important;
    font-family: var(--font-secondary)!important;
    font-weight: 500!important;
    font-size: 16px!important;
    background-color: black!important;
    color: white!important;
    margin-top: 20px!important;
}


.carousel-indicators {
      display: flex !important
;
    right: 0px;
    bottom: 77px;
    justify-content: center;
}