.btn-f{
    display: inline-block;
	color: #222;
	background: #ff891b;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-f:hover{
    background: #ffd45d none repeat scroll 0 0;
    color: #fff;
  }

 

  

  .intro {
    height: 100%;
  }
  
  table td,
  table th {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  thead th,
  tbody th {
    color: #fff;
  }
  
  tbody td {
    font-weight: 500;
    color: rgba(255,255,255,.65);
  }
  
  .card {
    border-radius: .5rem;
  }





  


  
  .container1{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding:25px 20px;
  }
  
 
  .container1 .box-container1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap:20px;
  }
  
  .container1 .box-container1 .box{
    background-color: #fff;
    padding:20px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    display: none;
  }
  
  .container1 .box-container1 .box:nth-child(1),
  .container1 .box-container1 .box:nth-child(2),
  .container1 .box-container1 .box:nth-child(3),
  .container1 .box-container1 .box:nth-child(4),
  .container1 .box-container1 .box:nth-child(5),
  .container1 .box-container1 .box:nth-child(6){
    display: inline-block;
  }
  
  .container1 .box-container1 .box .image{
    margin-bottom: 20px;
    overflow: hidden;
    height: 182px;
    border-radius: 5px;
  }
  
  .container1 .box-container1 .box .image img{
    height: 90%;
    width: 100%;
    object-fit: cover;
  }
  
  .container1 .box-container1 .box:hover .image img{
    transform: scale(1.1);
  }
  
  .container1 .box-container1 .box .content h3{
    font-size: 20px;
    height: 110px;
  
    color:#334;
  }
  
  .container1 .box-container1 .box .content p{
    font-size: 15px;
    color:rgb(24, 23, 23);
    line-height: 1.5;
    padding:15px 0;
    
  }
  
  .container1 .box-container1 .box .content .btn{
    display: inline-block;
    padding:10px 30px;
    border:1px solid #334;
    color:#334;
    font-size: 16px;
  }
  
  .container1 .box-container1 .box .content .btn:hover{
    background-color:#ffd45d;
    border-color: rgb(213, 220, 20);
    color:#f0eee8;
  }
  
  .container1 .box-container1 .box .content .icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 30px;
    border-top:1px solid #334;
  }
  
  .container1 .box-container1 .box .content .icons span{
    font-size: 14px;
    color:#777;
  }
  
  .container1 .box-container1 .box .content .icons span i{
    color:crimson;
    padding-right: 5px;
  }
  
  #load-more{
    margin-top: 20px;
    display: inline-block;
    padding:13px 30px;
    border:1px solid rgb(220, 220, 234);
    color:#334;
    font-size: 16px;
    background-color: #ffd45d ;
    cursor: pointer;
    text-align: center;
    border-radius: 23mm;
  }
  
  #load-more:hover{
    background-color: rgb(255, 103, 1);
    border-color: rgb(246, 246, 239);
    color:#faf9f8 ;
  }
  
  @media (max-width:450px){
  
    .container1 .heading{
      font-size: 25px;
    }
  
    .container1 .box-container1{
      grid-template-columns: 1fr;
    }
  
    .container1 .box-container1 .box .image{
      height: 200px;
    }
  
    .container1 .box-container1 .box .content p{
      font-size: 12px;
    }
  
    .container1 .box-container1 .box .content .icons span{
      font-size: 12px;
    }
  
  }



/* ------------------ */
