.fade-in-image 
{ animation: fadeIn 3s; }
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  
@media (max-width: 575.98px) {
    
    #Front .tbl-wrapper{
        margin-top: 150px;
    }
    #row1 td{
        
        color: white;
        font-size: 20px;
    }
    #row2 td{
        font-size: 15px;
    }
    #frontImg .img-fluid{
        transform: translateY(100px);
    }
    #infoSection h4 {
        color: #ebb134;
        font-size: 30px;
    }
    #infoSection p {
        color: white;
        margin-left: 10px;
    }
    #row3 {
        margin-top: 40px;
    }
    .btn-custom{
        background-image: linear-gradient(to bottom right, #ffffff, #ebb134);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
        border-radius: 015x;
    }
    hr {
        background-color: #ebb134;
    }
    .txt-custom{
        background-color: #2d2d2e;;
        color: white;
        font-size: 13px;
    }
    
    #row4 .img-fluid{
        height: 200px;
        
    }
    #row5 .img-fluid{
        height: 200px;
        transform: translateY(30px);

    }
    .video-container {
        
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        overflow: hidden;
      }
      
      #my-video {
        transform: translateY(10%);
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 80%;
        object-fit: cover;
      }
      #row6 td{
        color: #ffffff;
      }
}
 /* Small devices (landscape phones, 576px and up) */
 @media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for sm */
    
    #Front .tbl-wrapper{
        margin-top: 150px;
    }
    #row1 td{
        
        color: white;
        font-size: 25px;
    }
    #row2 td{
        font-size: 20px;
    }
    #frontImg .img-fluid{
        transform: translateY(100px);
    }
    #infoSection h4 {
        color: #ebb134;
        font-size: 30px;
    }
    #infoSection p {
        color: white
    }
    #row3 {
        margin-top: 40px;
    }
    .btn-custom{
        background-image: linear-gradient(to bottom right, #ffffff, #ebb134);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
        border-radius: 015x;
    }
    hr {
        background-color: #ebb134;
    }
    .txt-custom{
        background-color: #2d2d2e;;
        color: white;
        font-size: 13px;
    }
    
    #row4 .img-fluid{
        height: 300px;
        
    }
    #row5 .img-fluid{
        height: 200px;
        

    }
    .video-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        overflow: hidden;
      }
      
      #my-video {
        transform: translateY(10%);
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 80%;
        object-fit: cover;
      }
      #row6 td{
        color: #ffffff;
      }
 }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    /* Styles for md */  
    
    #Front .tbl-wrapper{
        margin-top: 70px;
    }
    #row1 td{
        
        color: white;
        font-size: 30px;
    }
    #row2 td{
        font-size: 20px;
    }
    #frontImg .img-fluid{
        transform: translateY(40px);
    }
    #infoSection h4 {
        color: #ebb134;
        font-size: 30px;
    }
    #infoSection p {
        color: white
    }
    #row3 {
        margin-top: 40px;
    }
    .btn-custom{
        background-image: linear-gradient(to bottom right, #ffffff, #ebb134);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
        border-radius: 015x;
    }
    hr {
        background-color: #ebb134;
    }
    .txt-custom{
        background-color: #2d2d2e;;
        color: white;
        font-size: 13px;
    }
    
    #row4 .img-fluid{
        height: 300px;
        
    }
    #row5 .img-fluid{
        height: 300px;
        transform: translateY(70px);

    }
    .video-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        overflow: hidden;
      }
      
      #my-video {
        transform: translateY(10%);
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 80%;
        object-fit: cover;
      }
      #row6 td{
        color: #ffffff;
      }
}
@media (min-width:992px) and (max-width: 1199.98px) 
{
   
    #Front .tbl-wrapper{
        margin-top: 70px;
    }
    #row1 td{
        
        color: white;
        font-size: 30px;
    }
    #row2 td{
        font-size: 25px;
    }
    #frontImg .img-fluid{
        transform: translateY(40px);
    }
    #infoSection h4 {
        color: #ebb134;
        font-size: 30px;
    }
    #infoSection p {
        color: white
    }
    #row3 {
        margin-top: 40px;
    }
    .btn-custom{
        background-image: linear-gradient(to bottom right, #ffffff, #ebb134);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
        border-radius: 015x;
    }
    hr {
        background-color: #ebb134;
    }
    .txt-custom{
        background-color: #2d2d2e;;
        color: white;
        font-size: 13px;
    }
    
    #row4 .img-fluid{
        height: 500px;
        
    }
    #row5 .img-fluid{
        height: 400px;
    }
    .video-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        overflow: hidden;
      }
      
      #my-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 80%;
        object-fit: cover;
      }
      #row6 td{
        color: #ffffff;
      }
}
@media (min-width: 1200px){
    
    #Front .tbl-wrapper{
        margin-top: 50px;
    }
    #row1 td{
        
        color: white;
        font-size: 40px;
    }
    #row2 td{
        font-size: 25px;
    }
    
    #frontImg .img-fluid{
        transform: translateY(40px);
        max-width: 580px;
        display: block;
    margin-left: auto;
    margin-right: auto;
    }
   
    #infoSection{
        margin-top: 50px;
        
    }
    #infoSection h4 {
        color: #ebb134;
        font-size: 30px;
    }
    #infoSection p {
        color: white
    }
    #row3 {
        margin-top: 40px;
    }
    .btn-custom{
        background-image: linear-gradient(to bottom right, #ffffff, #ebb134);
        box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
        border-radius: 015x;
    }
    hr {
        background-color: #ebb134;
    }
    .txt-custom{
        background-color: #2d2d2e;;
        color: white;
        font-size: 13px;
    }
    
    #row4 .img-fluid{
        height: 300px;
        
    }
    #row5 .img-fluid{
        height: 400px;
    }
    .video-container {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; /* 16:9 aspect ratio */
        overflow: hidden;
        margin-left: 60px;
      }
      
      #my-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 80%;
        object-fit: cover;
      }
      #row6 td{
        color: #ffffff;
      }
}