
*{
    padding: 0px;
    margin: 0px;
    transition: transform 0.5s ease;
}

.banner-section {

}
.banner-section  .carousel-caption {
    position: absolute;
    right: inherit;
    top: 20%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.banner-section button.abouus-btn {
    background-color: #EA210B;
    border: none;
    padding: 7px 1rem;
    color: #fff;
    font-size: 18px;
}
.carousel-indicators button{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}
.carousel-indicators button.active {
    background-color: #EA210B;
}

.quicklinks-section {
    padding: 2rem 0;
}
.quicklinks-section .section-header {
    text-align: center;
    margin-bottom: 1rem;
}
.quicklinks-section  .quicklink-card {
    background-color: #FFF4F4;
    border-radius: 8px;
    padding: 2rem;
    border: 1px solid #fff;
}
.quicklinks-section  .quicklink-card img {
    width: 60%;
    height: auto;
    margin: auto;
}
.quicklinks-section  .quicklink-card h2{
    color: #EA210B;
    font-size: 24px;
}
.quicklinks-section  .quicklink-card p{
    font-size: 14px;
}
.quicklinks-section  .quicklink-card .protal-btn {
    background-color: #EA210B;
    color: #fff;
    border: none;
    padding: 6px 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.quicklinks-section  .quicklink-card:hover {
    border: 1px solid #EA210B;
}
.downloads-section .section-header {
    display: inline-block;
    border-left: 4px solid #EA210B;
    padding: 2px 8px;
}
.downloads-section .downloads-container {
    background-color: #FFF4F4;
    padding: 2rem 2rem 5rem;
    border-radius: 5px;
    position: relative;
}
.downloads-section .downloads-header {
    color: #EA210B;
}
.downloads-section p{
    color: #4A4A4A;
    margin: 2rem 0;
}
.downloads-section  button.download-btn {
/*    background-color: #EA210B;*/
    color: #fff;
    padding: 8px 1rem;
    font-size: 18px;
    border: none;
    border-radius: 3px;
}
.downloads-section .qr-section {
    display: flex;
    align-items: center;
    gap: 2rem;
}
.downloads-section .qr-section img.qrcode-img {
    width: 120px;
    height: 120px;
}
.downloads-section img.hand-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 284px;
    height: auto;
}
footer {
    background-color: #10100F;
    color: #fff;
    padding-top: 2rem;
}
footer .footer ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
footer .footer ul a{
    color:#fff;
    text-decoration: none;
}
footer form.contactUS-form {
    width: 200px;
    display: flex;
    align-items: center;
}
footer form.contactUS-form input[type="text"] {
    padding: 5px 10px;
    border: none;
}
footer form.contactUS-form button {
    display: flex;
    background-color: #EA210B;
    color: #fff;
    min-height: 34px;
    min-width: 38px;
    justify-content: center;
    align-items: center;
    border: none;
}
footer .subfooter ul.social-media {
    margin: 0px;
    padding: 0px;
    color: #fff;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}
footer .subfooter ul.social-media a{
    color:#EA210B;
}
footer .subfooter ul.social-media li {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
footer .subfooter p{
    margin: 0px;
}
footer .subfooter {
    padding-bottom: 1rem;
}
.main-header .container .navbar-brand{
    color: #EA210B;
    font-weight: 600;
}
.main-header {
    background-color: #000000b3 !important;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
    padding-bottom: 0px;
}
.main-header  li.nav-item.active {
}
.main-header  li a.nav-link {
    border-bottom: 4px solid #ff000000;
    padding-bottom: 14px;
}
.main-header  li.nav-item.active a.nav-link {
    border-bottom: 4px solid #EA210B;
    color: #fff;
}

#releaseNotesContent h1 {
    font-size: 20px;
}

#releaseNotesContent p {
    font-size: 14px;
}

.custom-modal-size {
    max-width: 45%;
    width: 30%;
}

    .custom-modal-size .modal-content {
        max-height: 70vh;
    }

#releaseNotesContent {
    font-size: 14px;
    line-height: 1.5;
}

/* media query  */

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .banner-section h1{
        font-size: 18px;
    }
    .banner-section p{
        font-size: 12px;
    }
    .banner-section button.abouus-btn {
        background-color: #EA210B;
        border: none;
        padding: 7px 1rem;
        color: #fff;
        font-size: 12px;
    }
    .carousel-item img {
        height: 338px;
        object-fit: cover;
    }
    .banner-section {
        height: 338px;
    }
    .downloads-section img.hand-image {
        width: 149px;
    }
    .downloads-section .downloads-container {
        padding: 2rem 2rem 13rem;
    }
    .downloads-section button.download-btn {
        font-size: 12px;
    }
    .downloads-section .qr-section img.qrcode-img {
        width: 100px;
        height: 100px;
    }
    footer .subfooter {
        flex-direction: column;
        gap: 10px;
    }
    footer h4{
        font-size: 16px;
    }
    footer ul li a,
    footer p {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width:1200px) {
  
}
@media (min-width: 768px) and (max-width:1200px) {
  
}
@media  (max-width:767px) {

}
@media (min-width: 320px) and (max-width:424px) {
 

}