/* financials css */
.BgImgFinancials {
  background-image: url('https://repcobank.s3.ap-south-1.amazonaws.com/FinanceBanner.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.calenderheading h1 {
  font-weight: 600;
}

.BgImgFinancials h1 {
  background-color: #fff4f1;
  display: inline;
  color: #252525;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
}

.FinancialProfitAndLoss h1 {
  color: var(--secondary);
  font-weight: 600;
}

.FinancialProfitAndLoss a {
  font-weight: 700;
  color: #f58345 !important;
}
/* financials css */
.bankingOperationRight h1 {
  color: var(--secondary);
  font-size: 35px !important;
  font-weight: 600;
}
.announce h1 {
  font-weight: 600;
}
.bankingOperationRight span {
  /* color: var(--primary); */
  font-weight: 600;
}
.bankingOperationRight button {
  border-radius: 8px;
  background: #9e0b0f;

  color: #fff;
}

.card-body {
  height: 220px;
}

.bankingOperationleft {
  border-radius: 12px;
  background: #9e0b0f;
}

/* .card-title{} */

.CardForAnnouncements {
  border-radius: 8px;
  border: 1px solid #d6d6d6;
  background: #fff;
  /* height: 413px;
max-height: 413px; */
  box-shadow: 10px 4px 29px 0px rgba(178, 178, 178, 0.25);
}

.cardWidth {
  width: 21rem;
}

/* 






.popup-link{
    display:flex;
    flex-wrap:wrap;
  }
  
  .popup-link a{
      color: #fff;
      padding: 10px 30px;
      border-radius: 5px;
      font-size:17px;
      cursor:pointer;
      margin:20px;
      text-decoration:none;
  }
  
  .popup-container {
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      transform: scale(1.3);
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(21, 17, 17, 0.61);
      display: flex;
      align-items: center;
  }
  .popup-contents {
      margin: auto;
      padding: 40px;
      width: 38%;
  }
  .popup-contents a.close{
      color: #ffffff!important;
      float: right;
      font-size: 28px;
      font-weight: bold;
      background: none;
      padding: 0;
      margin: 0;
      text-decoration:none;
  }
  
  .popup-contents a.close:hover{
    color:#333;
  }
  
  .popup-contents span:hover,
  .popup-contents span:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }
  
  .popup-container:target{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  
  .popup-container h3{
    margin:10px;
  } */
.slide-Announcements img {
  height: 650px;
}

.marginforTextBanner {
  margin-top: -200px;
  margin-bottom: 30px;
}
.calendarPart h1 {
  font-weight: 600;
}
.calendarPart span {
  color: var(--primary);
}

.calendarPart img {
  cursor: pointer;
  transition: transform 0.3s;
}
.calendarPart img:hover {
  transform: scale(1.07);
}

.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

/* .myImg:hover {opacity: 0.7;} */

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 90px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 0px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  /* overflow: hidden !important; */
}
figure.goOnZoom {
  position: relative;
  width: 35%;
  overflow: hidden;
  margin: auto;

  /* background-repeat: no-repeat; */
}
figure.goOnZoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
figure.goOnZoom img:hover {
  opacity: 0;
  cursor: zoom-in !important;
}
/* Modal Content (image) */
/* .modal-content { */
/* margin: auto; */
/* display: block; */
/* max-width: 35%; */

/* } */

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 5%;
  right: 30%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/*End popup styles*/

/* Additional styles */
/* .popup-style-2{
    transform: scale(0.3);
    
  }
  
  .popup-style-2:target{
    transform: scale(1);
  }
  
  .popup-style-3{
    left:100%;
    
  }
  
  .popup-style-3:target{
    left:0;
  }
  
  .popup-style-4{
    transform: rotate(180deg);
  }
  
  .popup-style-4:target{
    transform: rotate(0deg);
  }
  
  .popup-style-5{
    top:100%;
    
  }
  
  .popup-style-5:target{
    top:0;
  }
  
  .popup-style-6{
    transform: scale(15.3);
    
  }
  
  .popup-style-6:target{
   transform: scale(1);
   }
  
  .popup-style-7{
    transform: skewY(180deg);
     transition: all 0.7s ease-in-out;
  }
  
  .popup-style-7:target{
   transform: skewY(0deg);
  
   } */

.PointerCuroser img {
  cursor: pointer;
}

@media screen and (max-width: 760px) {
  .BgImgFinancials h3 {
    font-size: 40px !important;
    line-height: 40px;
  }

  .cardWidth {
    width: 21rem !important;
  }

  .slide-Announcements h1 {
    font-size: 12px !important;
  }
  .slide-Announcements p {
    font-size: 8px !important;
  }

  .marginforTextBanner {
    margin-top: -90px !important;
    margin-bottom: 5px;
    /* margin-bottom: 0px; */
  }
  .bankingOperationRight h1 {
    font-size: 24px !important;
  }

  .FinancialProfitAndLoss h1 {
    font-size: 24px !important;
  }

  .BgImgFinancials {
    height: 20vh !important;
  }

  .slide-Announcements img {
    height: auto;
  }

  .popup-contents {
    /* background-color: #fefefe; */
    margin: auto;
    padding: 40px;
    /* border: 1px solid #888; */
    width: 100% !important;
  }

  .modal {
    padding-top: 150px !important;
  }

  .modal-content {
    max-width: 96% !important;
  }

  .close {
    top: 14% !important;
    right: 10% !important;
  }
}

@media screen and (max-width: 991px) {
  .BgImgFinancials {
    height: 35vh;
  }

  .cardWidth {
    width: 16rem;
  }

  .popup-contents {
    /* background-color: #fefefe; */
    margin: auto;
    padding: 40px;
    /* border: 1px solid #888; */
    width: 68%;
  }

  .modal-content {
    max-width: 66%;
  }

  .modal {
    padding-top: 200px;
  }

  .close {
    top: 10%;
    right: 20%;
  }
}
