/* top banner start */

#main-banner-section {
    position: relative;
    box-sizing: border-box;
    display: block;
    unicode-bidi: isolate;
}

.inner-banner {
    background-image: linear-gradient(
            to left,
            rgba(11, 61, 145, 0.8) 0%,
            rgba(6, 31, 74, 0.8) 100%
        ),
        url(../images/background-main.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.background-overlay,
.background-overlay > .container > .row {
    height: 25vh;
    min-height: 200px;
}

.background-overlay {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

#main-banner-section h1 {
    margin-bottom: 20px;
    font-size: 3.4rem;
    color: white;
    font-weight: 800;
    letter-spacing: 3px;
}

#main-banner-section h5 {
    color: white;
}

.btn.banner-button {
    border: 2px solid white;
    padding: 15px 30px;
}

.btn-outline-dark.btn.banner-button:hover {
    background-color: #b1b1b16e;
}

.btn-outline-white.btn.banner-button:hover {
    background-color: rgb(223, 223, 223, 0.5);
}

.btn-outline-white.btn.banner-button {
    color: white;
    border: 2px solid white;
}

.btn-outline-dark.btn.banner-button {
    color: black;
    border: 2px solid black;
    margin: 0 auto;
    text-align: center;
}

#main-banner-section .btn-outline-white.btn.banner-button {
    margin-right: 2%;
}
/* top banner end */

/* overlap box start */

.important-services {
    margin: 0 auto;
    width: 100%;
    display: block;
    flex-direction: column;
    align-content: top;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 20px;
}

.important-services h5 {
    font-weight: bold;
}

.important-services p {
    color: grey;
}

/* overlap box end */

/* Card section */
.tool-description {
    color: #0b3d91;
}
.card-row {
    font-size: large;
    text-decoration: none;
    display: flex;
}

.card {
    transition: 0.5s ease-in-out;
    border-radius: 0%;
}

.links-style {
    text-decoration: none;
    display: flex;
}

.card:hover {
    transform: translateY(10px);
}

.card:before {
    transition: 0.5s all;
}

.pic-settings {
    height: 200px;
}

/* Card section ending*/

/* main body section */

#main-body {
    background-color: white;
}
/* banner above */

.overlapping-start-browsing {
    height: 250px;
    background: linear-gradient(45deg, #9bdaf1, #046b99);
    color: white;
}

.overlapping-start-browsing .inner-start-browsing {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 414px) {
    #main-banner-section h1 {
        margin-bottom: 20px;
        padding-bottom: -1.5em;
        font-size: 2rem;
        color: white;
        font-weight: 800;
        letter-spacing: 3px;
    }

    .important-services {
        padding-top: 10px;
    }

    #main-banner-section h5 {
        color: white;
        font-size: 0.6rem;
        padding-top: -25px;
    }

    .background-overlay,
    .background-overlay > .container > .row {
        height: 20vh;
        min-height: 200px;
    }
}

@media (max-width: 768px) {
    #main-banner-section h1 {
        margin-bottom: 20px;
        padding-bottom: -1.5em;
        font-size: 2.5rem;
        color: white;
        font-weight: 800;
        letter-spacing: 3px;
    }

    .important-services {
        padding-top: 10px;
    }

    #main-banner-section h5 {
        color: white;
        font-size: 0.9rem;
    }

    .background-overlay,
    .background-overlay > .container > .row {
        height: 25vh;
        min-height: 200px;
    }
}

@media (max-width: 549px) {
    .overlapping-start-browsing .buttons-section {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .overlapping-start-browsing .buttons-section a {
        margin: 0 auto;
    }

    .background-overlay,
    .background-overlay > .container > .row {
        height: 25vh;
        min-height: 200px;
    }

    #main-banner-section h5 {
        color: white;
        font-size: 0.7rem;
    }
}

@media (max-width: 1196px) {
    h3.special-header {
        margin-top: 3rem;
        font-size: 1.6em;
        line-height: 1.1em;
    }

    .important-services {
        height: auto;
        padding-bottom: 0.7em;
    }
}

@media (min-width: 1400px) {
    #inner-banner {
        height: 100px;
    }

    #card.row {
        display: flex;
    }

    .card {
        flex: 1;
    }
}

/* navigation bar end */
