html, body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.home-section-1{
    height: 550px;
    width: 100%;
   background-size: cover; 
   background-repeat: no-repeat, no-repeat;
   padding-top: 20px;
}

.home-section-1 h2{
    color: white; 
    font-size: 40px; 
    font-weight: normal; 
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.home-section-1 h1{
    color: white; 
    font-weight: bold; 
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.home-section-2{
    width:100%;
    background-color: black;
}

.home-section-2 h2{
    color: white; 
    font-size: 40px; 
    font-weight: bold; 
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.card-container .row{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-container .card{
    background-color: black;
    border: 3px solid transparent;
    width:180px;
    height: 180px;
    margin:20px;
    padding: 10px;
}

.card-container .card-body{
    padding: 10px;
    text-decoration: none;
}

.card-container .card-body h4{
   text-decoration: none;
   font-size: 17px;
   letter-spacing: 0.5px;
   color: rgb(255, 255, 255);
}

.image-container {
    transition: transform 0.3s ease-in-out;
}
.image-container:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px #0052CD;
}

.section4-container {
    transition: transform 0.3s ease-in-out;
}
.section4-container:hover {
    transform: scale(1.1);
    /* box-shadow: 0 0 10px #0052CD; */
}



.card-container img{
    width:80px;
    height: 80px;
}

.home-section-3 h2{
    color: black; 
    font-size: 50px; 
    font-weight: bold; 
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.home-section-3 h4{
    color: black; 
    font-weight: normal; 
    font-size: 20px;
    letter-spacing: 0.5px;
}

.home-section-4{
    background: linear-gradient(180deg, #0052CD 17.55%, #000000 64.55%);
    width: 100%;
   padding-top: 20px;
}

.home-section-4 h2{
    color: white; 
    font-size: 40px; 
    font-weight: bold; 
    letter-spacing: 0.5px;
}

.icon-container .row{
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-container .card{
    height: 140px;
    width: 140px;
    margin: 40px;
    background-color: transparent;
    border-color: transparent;
}

.icon-container .card-body{
    padding: 10px;
    letter-spacing: 0.5px;
}

.icon-container .card h6{
    font-size: 16px;
    letter-spacing: 0.5px;
}

.icon-container .card-img-top{
    border-radius: 15px !important;
    padding: 10px;
    background-color: white;
    height: 100px;
    width: 100px;
}

.home-section-5 h2{
    color: black;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.home-section-5 h4{
    color: black;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.home-section-5a{
    background-size: cover;
     background-repeat: no-repeat;
      height: 550px; 
      border-radius: 20px;
}

.home-section-5a h2{
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 45px;
    line-height: 1.2;
}

.home-section-5a h4{
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
}

.cards-container .row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; 
}

.cards-container .card{
    border-color: transparent;
    height: 250px;
    width: 310px;
    margin: 10px;
    background-size: contain;
    background-repeat: no-repeat, no-repeat;
    border-radius: 5px;
}

.cards-container .card .card-body{
    padding: 10px;
    letter-spacing: 0.5px;
}

.cards-container .card .card-body h3{
    margin: 8px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

.cards-container .card .card-body p{
    margin-top: 2px;
    font-size: 13px;
    color: white;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin: 8px;
}

.home-section-6{
    width: 100%;
    height: 500px;
    background: linear-gradient(180.04deg, #0052CD -76.28%, #000000 43.59%, #00317A 140.64%, #0052CD 160.89%);
}
.home-section-6 h2{
    color: white;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.home-section-6 h4{
    color: white;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.icon-container .row{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.icon-container .col-md-3 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px;
}

.home-section-7{
    height: 600px;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat, no-repeat;
   display: flex;
    align-items: center;
    justify-content: center;
}

.home-section-7 h2{
    color: white;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.home-section-7 h4{
    color: white;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.5px;
}

@media (max-width: 430px) {
    .home-section-2 h2{
        font-size: 30px;
    }
    .card-container .card{
        background-color: black;
        border: 3px solid transparent;
        width:140px;
        height: 140px;
        margin:20px;
        padding: 10px;
    }
    .card-container .card-body h4{
        text-decoration: none;
        font-size: 14px;
        letter-spacing: 0.5px;
        color: rgb(255, 255, 255);
     }
    .home-section-3 h2{
        font-size: 30px;
    }
    .home-section-4 h2{
        font-size: 30px;
    }
    .icon-container .card{
        height: 120px;
        width: 120px;
        margin: 20px;
        background-color: transparent;
        border-color: transparent;
    }
    .icon-container .card h6{
        font-size: 12px;
    }
    .home-section-5 h2{
        font-size: 30px;
    }
    .home-section-6{
        height: 680px;
    }
    .home-section-6 h2{
        font-size: 30px;
    }
    .home-section-7{
        height: 600px;
    }
    .home-section-7 h2{
        font-size: 30px;
    }
    /* .icon-container .row{
        flex-direction: column;
    } */

    .home-section-5a{
        background-size: cover;
         background-repeat: no-repeat;
          height: 620px; 
          border-radius: 20px;
    }
    .home-section-5a h2{
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-size: 30px;
        line-height: 1.2;
    }
}

@media (min-width: 431px) and (max-width: 470px) {
    .home-section-6{
        height: 800px;
    }
}

@media (min-width: 471px) and (max-width: 600px) {
    .home-section-6{
        height: 800px;
    }
}

@media (min-width: 601px) and (max-width: 765px) {
    .home-section-6{
        height: 700px;
    }
}

@media (min-width: 766px) and (max-width: 1000px) {
    .home-section-6{
        height: 500px;
    }
}

@media (min-width: 0px) and (max-width: 1200px) {
    .cards-container .row{
        flex-direction: column;
    }
}

/* @media (min-width: 350px) and (max-width: 430px){
    .home-section-7 {
        height: 600px;
    }
} */