
  
  .card{
    border-radius: 40px !important;
    min-height: 440px;
  }

  
  h3.card-title{
    font-size: 1.6rem !important;
    text-align: center;
    color: #0f2e5a !important;
  }

  .membersip .display-2{
    color: #1658a8 !important;
  }

  /* .card-body{
    padding-bottom: 20px !important;
  }
 */

.membersip a{
  text-decoration: none !important;
}


.membersip .btn-primary:hover{
  background-color: #07234b;
}




 /*modal video*/

 #exampleModal {
  display: flex;
  align-items: center;
  justify-content: center;
}

 .modal-dialog {
       max-width: 800px;
       margin: 30px auto;
   }
 
 .modal-body {
   position:relative;
   padding:0px;
 }


 #exampleModal .modal-body .btn-close{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  color: #ffffff !important;
  
}



 .modal-open .modal {
  background-color: rgba(0, 0, 0, 0.7) !important; 
}


@media (max-width: 576px){
.modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-top: 6rem !important;
    
}

}

.modal-content{
  background: transparent !important;
}

.modal-header {
  border-bottom: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: transparent;
}
.modal-body {
  padding-top: 3rem;
  
}

.bg-trsprt{
 background-color: rgba(0, 0, 0, 0) !important;
}
.btn-close {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: rgba(255, 255, 255);
  opacity: 0.8;
  border-radius: 50%;
  padding: 0.5rem;
  border: 2px solid rgb(0, 0, 0);
}
.btn-close:hover {
  opacity: 1;
  background-color: rgba(165, 156, 156, 0.9);
}
