
body{
    background-color:#363636;
}
#row1 h1{
    color: #ba1b09;
}
h1,h2,h5{
    color:#ebb134;
}
p,td,ul{
    color: white;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
 }
section{
    margin-bottom: 50px;
}
.application-container {
    display: flex !important;
    flex-wrap: wrap !important;
}

.application {
    border: 2px solid red !important;
    color: white !important; 
    padding: 10px 20px !important;
    margin: 5px !important;
    border-radius: 10px !important;
}
@media (max-width: 575.98px){
    .left-img-wrapper .img-fluid{
        height: 150px;
        transform: translateY(-200%);
    }
    .left-img-wrapper{
        transform: translateX(-5px);
    }
    .btm-right-img-wrapper{
        transform: translateX(360px);
    }
    .btm-right-img-wrapper .img-fluid{
        height: 100px;
        transform: translateY(-200%);
    }
    iframe {
        width: 100%;
        height: 56.25vw; /* 16:9 aspect ratio */
      }
      #afterVideo{
        margin-top: -250px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px){
    .left-img-wrapper .img-fluid{
        height: 150px;
        transform: translateY(-220%);
    }
    .left-img-wrapper{
        transform: translateX(-25px);
    }
    .btm-right-img-wrapper{
        transform: translateX(400px);
    }
    .btm-right-img-wrapper .img-fluid{
        height: 100px;
        transform: translateY(-280%);
    }
    iframe {
        width: 100%;
        height: 56.25vw; /* 16:9 aspect ratio */
      }
      #afterVideo{
        margin-top: -250px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px){
    .left-img-wrapper .img-fluid{
        height: 100px;
        transform: translateY(-350%);
    }
    .left-img-wrapper{
        transform: translateX(-15px);
    }
    .btm-right-img-wrapper{
        transform: translateX(250px);
    }
    .btm-right-img-wrapper .img-fluid{
        height: 60px;
        transform: translateY(-490%);
    }
    iframe {
        width: 100%;
        height: 56.25vw; /* 16:9 aspect ratio */
      }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    .left-img-wrapper .img-fluid{
        height: 120px;
        transform: translateY(-410%);
    }
    .left-img-wrapper{
        transform: translateX(-25px);
    }
    .btm-right-img-wrapper{
        transform: translateX(300px);
    }
    .btm-right-img-wrapper .img-fluid{
        height: 100px;
        transform: translateY(-350%);
    }
    iframe {
        width: 100%;
        height: 56.25vw; /* 16:9 aspect ratio */
      }
      #afterVideo{
        margin-top: -350px;
    }
}
 @media (min-width: 1200px){
    iframe{
        width: 640px;
        height: 360px;
    }
    .left-img-wrapper .img-fluid{
        height: 150px;
        transform: translateY(-220%);
    }
    .left-img-wrapper{
        transform: translateX(-25px);
    }
    .btm-right-img-wrapper{
        transform: translateX(400px);
    }
    .btm-right-img-wrapper .img-fluid{
        height: 150px;
        transform: translateY(-160%);
    }
    #afterVideo{
        margin-top: -250px;
    }
 }