@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --color: rgb(100, 154, 201);
    --white: white;
    --red: rgb(103, 216, 131);
    --light: rgb(218, 218, 218);
    --gray: rgb(179, 179, 179);
    --black: black;
    --light-blue: rgb(252, 243, 240);
}

body{
    background-image: url(../IMAGES/BANNER/BANNER-3.jpg);
    background-attachment: fixed;
}

header {
    width: 100%;
    height: 70vh;
    background-image: url(../IMAGES/BANNER/BBBB.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 5%;

}


.Services-container {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 5%;
    border-radius: 20px;
    overflow: hidden;

}

.solution {
    background-image: none;
    padding: 2%;

}

.after-footer h6{
    color: var(--white);
}

.Services-container .services-title {
    margin-bottom: 5%;
}

.Services-container .services-title h5 {
    color: var(--color);
}

.Services-container .services-title h1 {
    color: var(--red);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.Services-container .services-title h1 span{
    color: var(--white);
}

.Services-container .services-title p {
    color: var(--white);
        font-family: 'Open Sans', sans-serif;

    font-weight: 400;
}

.Services-container .services-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.Services-container .services-content .services-boxes {
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3%;
    margin-bottom: 5%;
    border: 1px solid var(--light);
    position: relative;
    background-color: var(--white);
    opacity: 100%;
    background-size: cover;
    background-position: center;
    transition: 2s;
    border-radius: 20px;
}


.Services-container .services-content .services-boxes a {
    color: var(--white);
    transition: 1s;
}

.Services-container .services-content .services-boxes a:hover {
    color: var(--white);
    background: var(--red);
}

.circle {
    width: 150px;
    height: 150px;
    position: absolute;
    background-color: var(--color);
    border-radius: 50%;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    z-index: -1;
    opacity: 50%;
    transition: 1s;
}

.circle-1 {
    width: 150px;
    height: 150px;
    position: absolute;
    background-color: var(--color);
    border-radius: 50%;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 60%);
    z-index: -1;
    opacity: 50%;
    transition: 1s;
}

/* .line-1{
    width: 100%;
    height: 5px;
    background: var(--color);
    position: absolute;
    bottom: 0;
    right: 120%;
    transition: 2s;
} */


.Services-container .services-content .services-boxes h4 {
    font-family: 'Poppins', sans-serif;
    color: var(--red);
    font-weight: 900;
}

.Services-container .services-content .services-boxes h1 {
    font-family: 'Poppins', sans-serif;
    color: var(--color);
    font-weight: 700;
}

.Services-container .services-content .services-boxes p {
    font-family: 'Poppins', sans-serif;
    color: var(--gray);
}

.Services-container .services-content .services-boxes:hover .circle,
.Services-container .services-content .services-boxes:hover .circle-1 {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.Services-container .services-content .services-boxes:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* ///////////////////////////////stream section //////////////////////////////////////// */

.stream-section {
    margin-bottom: 5%;
    text-align: center;
    padding: 2%;
}

.stream-section .stream-title {
    margin-bottom: 5%;
}

.stream-section .stream-title h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--color);
}

.stream-section .stream-title h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--red);
}


.stream-section .stream-content {
    text-align: justify;
}

.stream-section .stream-content ul {
    margin-bottom: 5%;
}

.stream-section .stream-content .stream-content-1 h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--color);
}


.stream-section .stream-content .stream-content-1 p {
    color: var(--black);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
::marker {
    color: var(--black);
}

.stream-section .stream-content ul li {
    color: var(--gray);
}



.stream-section .stream-content ul li {
    list-style: none;
        font-family: 'Open Sans', sans-serif;
        font-weight: 00;
        font-size: 12px;
    color: var(--black);
}



.stream-section .stream-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.stream-section .stream-content ul li::before {
    content: "\2713";
    margin-right: 20px;
    color: var(--red);
    text-shadow: 3px 3px 11px rgba(0, 0, 0, 0.39) !important;
}

.sol-box {
    width: 300px;
    min-height: 300px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 3%;
    border: 2px solid var(--color);
    position: relative;
    /* z-index: 10 !important; */
 
 }
 