

.navbar-thin {
  height: 40px; /* Adjust the height as needed */
  font-size: 0.9rem;
}
.navbar-main .nav-link {
  margin-right: 1rem; /* Spacing between links */
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-item a {
  color: black;
}
.purple-cards{
  background-color: ;
}



/*--main-image--*/
.background-image {
  background-image: url('../images/Placement-banner.jpg');
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
  text-align: left;
  color: rgb(255, 255, 255);
  font-size: 68px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-overlay {
  position: absolute;
  top: 50%; 
  left: 80%;
  transform: translate(-50%, -50%);
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .background-image {
      height: 300px;
  }

  .text-overlay {
      font-size: 41px;
      left: 40%;
  }
}
/*--main-image--*/




/*--Blog-section--*/

#blog-grid-1 .band {
  width: 80%;
  max-width: 1240px;
  margin: 0 auto;
  
  display: grid;
  
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 60px;
  
  @media (min-width: 30em) {
    grid-template-columns: 1fr 1fr;
  }
  
  @media (min-width: 60em) {
    grid-template-columns: repeat(3, 1fr);
  }
}

#blog-grid-1 .card {
  background: white;
  text-decoration: none;
  color: #444;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  
 
  position: relative;
  top: 0;
  transition: all .1s ease-in;
    
  &:hover {
    top: -2px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
  }
  &:hover h1{
    text-decoration: underline;
  }
  
  article {
    padding: 20px;
    flex: 1;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  h6{
    font-size: medium;
    color: red;
    text-decoration: underline;
  }
  
  .bl-only {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #333;
  }
  
  p {
    flex: 1;
    line-height: 1.4;
  }
  
  span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 2em 0 0 0;
  }
  
  .thumb {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
  }
}





/*--Blog-section--*/



















/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

.courses {
  background: #ffffff;
}

.banner {
  background: #a770ef;
  background: -webkit-linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
  background: linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
}


#new_blue {
  cursor: pointer;
  width: 110px;
  height: 26px;
  font-size: 17px;
}

#new_blue:hover {
  background-color: red;
  color: white;
  font-weight: bold;
}



/*--counter css--*/


.counter-box {
  display: block;
  background: #b3b3b3;
  border-radius: 10px;
  padding: 40px 20px 37px;
  text-align: center;
  }
  .counter-box:hover{
    background-color: #3acf87;
    color: white;
  }
  
  .counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  }
  
  .counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #ffffff;
  }
  
  .counter { 
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px;
  }
  
  .counter-box.colored {
      background: #3acf87;
  }
  
  .counter-box.colored p,
  .counter-box.colored i,
  .counter-box.colored .counter {
  color: #fff;
  }
  
  
  @media screen and (max-width: 470px) {
    .cntr .row {
      width: 300px;
      margin-left: -20px;
    }
  }
  
  
  @media screen and (max-width: 575px) {
    .cntr {
     margin-top: 280px;
    }
  }
  
  
  



/*--modalcss--*/

.ourmodal a {
  color: #fff;
  text-decoration: none;
}

.ourmodal a:hover {
  color: #fff;
  text-decoration: none;
}

/*--choice modal1--*/

.openbtn {
  margin-top: 0px;
  float: left;
}



.modal-header {
  padding: 15px;
  border-bottom: none;
  color: white;
  background: #fc00ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00dbde, #fc00ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00dbde, #fc00ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.modal-title {
  font-weight: bold;
}

.modal-body.choice-modal {
  position: relative;
  padding: 0px;

}

.ourmodal .row.inner-scroll {
  height: 445px;
  overflow: auto;
  background-color: #ececec;
}

.mycard-footer {
  height: 25px;
  background: #333333;
  font-size: 15px;
  text-indent: 10px;
  /* border-radius: 0 0px 4px 4px;*/
}















@media only screen and (max-width: 1200px) {
  #myh{
      height: 28vh;
  }
}








/*** Footer ***/

.myfooter{
  background-color: #011a41;
  color: white;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: white;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  color: white;
  background: #000B1C;
}

.copyright a {
  color: white;
}


 
/* Style for the back-to-top button */
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  width: 55px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ff0000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#backToTopBtn:hover {
  background-color: #ff0000;
}








