.text{
    text-align: center;
}
.imagediv{
    height: 100px;
    width: 100%;
}
.mainheading{
    /* margin: 26px 0 25px 0; */
    margin: 80px 0 25px 0;

}

/* 
.secondcontainer{
    background-color: white;
    box-shadow: 0 0 5px grey;
} */

.cardimgnew{
    background-image: url("../assets/Quarky-Robo-Pet-ML-3D6A4032.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.container .col-md-8 .card-body p{
    font-size: 16px;
}
.container .card{
    box-shadow: 0 0 5px grey;
}
#waveback1{
    fill: #589efe;
}
#newwave{
    transform: rotate(180deg);
    padding-bottom: 20px;
}
.line{
    width: 100%;
    height: 2px;
    background-color: #cdcdcd;
    margin-top: 30px;
    margin-bottom: 30px;
}
.ff{
   border-radius: 7px;
   height: 200px;}
.ff1{
    border-radius: 7px;
   height: 200px;
   transition: transform .5s ease;
}
.ff1:hover{
    
  transform: scale(1.1);;
}
.coursecontent{
    font-size: 29px;
    font-weight: 600;
    padding-top: 25px;
}
.coursecontent::after{
    display: block;
    content: '';
    width: 10%;
    height: 3px;
    background: #f16501;
    bottom: 0;
    left: 0;
}
.programmingcnpt{
    font-size: 22px;
    font-weight: 600;
    padding-top: 45px;
}
.programmingcnpt::after{
    display: block;
    content: '';
    width: 10%;
    height: 3px;
    background: #f16501;
    bottom: 0;
    left: 0;
}
.coursepro.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed{
    border-radius: 4px;
    border: 1px solid;
}


.coursediv{
    padding: 10px 16px;
    border: 2px solid lightgrey;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 4px solid #80808052;
    margin-right: 10px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
  }
  .dropdown-submenu {
    position:relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
  }
  
  /* rotate caret on hover */
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
  } 