
            
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
/* background: #f2f2f2; */
font-family: 'Open Sans', sans-serif;

}

.header {
  background-color: #fff;
}

#course-title{
  text-decoration: none;
  color: #002333;
}




#course-title:hover{
  color: #02A382;
}

.img-fluid {
min-width: 100%;
min-height: 100%;     
object-fit: cover;
/* object-position: 50% 50%; */
}

.content-cards{
    box-shadow: 2.5px 3px 3px 1px rgba(0,0,0,0.3);
    background-color: #fff;
    color: #002333;
    
  }
.menu-search-wrapper {
    width: 48rem;
    display:flex
}


.search-hide {
    display: none;
    transition: 1s;
}

.search {
width: 100%;
position: relative;
display: flex;
}

.search-title {
    display: table-cell; 
    vertical-align: middle;

    font-size:1rem;
    height: 4rem;
    background: #02A382;
    border-radius: 5px 0 0 5px;
    color: white;
    margin-right:-3px;
    padding: padding: 1.2rem 0.7rem 0.7rem 0.7rem;

}

.search-phrase {
width: 100%;
border: 3px solid #02A382;
border-right: none;
padding: 5px;
height: 4rem;
border-radius: 5px 0 0 5px;
outline: none;
/* color: #9DBFAF; */
}

.search-title span {
    margin-top:3px;
}

/* .search-phrase:focus{
color: #02A382;
} */

.search-btn {
width: 4rem;
height: 4rem;
border: 1px solid #02A382;
background: #02A382;
text-align: center;
color: #fff;
border-radius: 0 5px 5px 0;
cursor: pointer;
font-size: 20px;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
    }

/*Resize the wrap to see the search bar change!*/
.hero-search-wrapper {
width: 50%;
height:5rem;
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
}

.hero-message {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

.hero-message h1 {
    color: bisque;
    font-size: 5rem;
}

.hero-message span {
    color: bisque;
    font-size: 3rem;
}
    

.hero-search-wrap {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }
    

        
.details-hero-section {
    background-image:
    /* linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)), */
    url('images/hero-page\ 2-edited.jpg');
    /* url('images/page\ 2\ hero.jpeg'); */
    linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55));
    height: 40vh; 
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    
}



  

.next-section {
    background-color :rgb(235, 235, 191);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.card-ftr{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    }

    .ratings {
        display: inline;
    }

    /* from backup css */

    .content-cards{
        box-shadow: 2.5px 3px 3px 1px rgba(0,0,0,0.3);
        background-color: #fff;
        
      }

      #page-content .page-link{
        background-color: #02A382 !important;
        border-color: #02A382 !important; 
        
      }
      
      #page-content-rest-2, #page-content-rest-n{
        color: #02A382 !important;
      }
      #page-content-rest-3{
        color: #02A382 !important;
      
      }

      .ratings i {
        font-size: 16px;
        color:#FBBB04;
      }
      /* #sidebar{
  background-color: rgb(238, 238, 238);
} */


.content {
    background-color: #f5f7fa;
    /* background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%); */
  }

  .filter-wrapper{
    box-shadow: 2.5px 3px 3px 1px rgba(0,0,0,0.3);
   
    background-color: #fff;
    
    
  }

.sidebar{
  color: #002333;
}

#green,
select,
.btn {
    color: #02A382 !important
}

.fa-search {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 3px;
    padding-right: 20px;
}

.form-group {
  margin-bottom: 5px;
}

label {
  padding-left: 10px;
}

.form-group:last-child {
  margin-bottom: 0;
}

h6 {
  margin-bottom: 0px;
}

@media screen and (min-width: 1366px){

  .menu-search-wrapper{
    width: 36rem;
  }
  }
  
  @media screen and (min-width: 1280px){
  
    .menu-search-wrapper{
      width: 28rem;
    }
    }
@media(min-width:1000px) and (max-width:1100px)  {

  .menu-search-wrapper{
    display: none;
  }
  
}
@media(min-width:1301px){
    .filter,
    #mobile-filter {
        display: none
    }
}

@media(min-width:1200px) and (max-width:1300px) {

  /* #sidebar {
    width: 30%;
    padding: 20px;
    float: left;
} */

.filter,
    #mobile-filter {
        display: none
    }

.form-group{
    font-size: 0.8rem !important;
}
}

@media(min-width:992px) and (max-width:1199px) {

  .text {
    display: none;
}

/* #sidebar {
  width: 30%;
  padding: 20px;
  float: left;
} */

.filter,
    #mobile-filter {
        display: none;
    }

 .form-group{
        font-size: 0.6rem !important;
    }
}

@media(min-width:768px) and (max-width:991px) {


  .text {
    display: none
}

#sidebar {
    display: none;

}

.card-ftr{
  font-size: 0.8rem;
}

}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 525px;
  }
  .u-section-1 .u-text-1{
    font-size: 1.9rem;
  }
  .hero-search-wrapper{
    margin-top: 3rem;
    width: 80%;
  }




@media(min-width:576px) and (max-width:767px) {
  .text {
      display: none
  }

  #sidebar, #mobile-filter {
    display: none;
     
}





}

/* #sidebar {
  font-size: 0.6rem;
} */

@media(max-width:575px) {

  #sidebar, #mobile-filter {
    display: none
}

/* .filter {
    margin-left: 70%;
    margin-top: 2%;
} */

.card-title{
  font-size: 1rem;
}
.card-body{
  font-size: 0.8rem;
}
.card-ftr{
  font-size: 0.6rem;
}
}


@media(max-width:414px) {

  #sidebar, #mobile-filter {
    display: none
}

/* .filter {
    margin-left: 70%;
    margin-top: 2%;
} */

.card-title{
  font-size: 1rem;
}
.card-body{
  font-size: 0.8rem;
}

.ratings{
  display: none;
}
}

@media(max-width:320px) {
.ratings-container{
    display: none
  }

}




/* responsiveness for the search bar */

@media screen and (min-width: 1366px){

  .menu-search-wrapper{
    width: 36rem;
  }
  }
  
  @media screen and (min-width: 1280px){
  
    .menu-search-wrapper{
      width: 28rem;
    }
    }