.img-fluid{
    margin-top: 50px;
    width: 400px;
    height: 230px;
}

.pics{
    width: 50px;
    height: 50px;
    margin-top: 15px;
}


.mes_pic{
   
    width: 40px;
    height: 40px;
    margin-top: 23px;
}

.whats_pic{
   
    width: 70px;
    height: 70px;  
}


.class-thumb{
        text-align: center;
        content: "";
        clear: both;
        margin-bottom: 15px;
        margin-top: 20px;
      }

      
      /* .mb-1:hover {
        color: rgb(223, 103, 6);
      } */

      .class-price:hover {
        color: rgb(223, 103, 6);
      }

      .class-price:hover {
        color: black;
      }
      

      .fluid{
          margin-left: 170px;
          width: 300px;
      }

      .info{
          margin-left: 170px;
          width: 262px;
      }


      .team{
        margin-left: 170px;
        
    }


     .hero{
        color: orange;
        color: antiquewhite;
        
    }

    .dropbtn {
        background-color: transparent;
        padding: 16px;
        font-size: 16px;
        border: none;
      }

      .dropdown {
        position: relative;
        display: inline-block;
      }

      .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 131px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
      }

      .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
      }

      .dropdown-content a:hover {
          background-color: rgba(236, 229, 229, 0.856);
          color: rgb(223, 103, 6);
        }

        

      .dropdown:hover .dropdown-content {
          display: block;
        }


      .gardy_txt{
          text-align: center;
          vertical-align: middle;
          font-size: 70px;
      }

   
      .pro-img-fluid{
        height: 230px;
        width: 230px;
      }

      .pro-class-info{
        height: 50px;
        width: 230px;
        
      }



      .text-muted:hover {
        background-color: rgb(231, 221, 208);
      }