* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

.navbar {
    display: flex;
    align-items: center;
    padding: 20px;
}

nav {
    flex: 1;
    text-align: right;
}

nav ul {
    display: inline-block;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
}

nav ul li a:hover {
    color: red;
}

nav a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.profile p {
    color: #555;
    font-size: 20px;
    text-align: left;
    margin-left: 45px;
}

.profile {
    margin-bottom: 50px;
}

.header {
    background-color: black;
}

header .row {
    margin-top: 70px;
}

.logo img {
    width: 120px;
    height: 60px;
}

.footer {
    background-color: #000;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0 20px;
    align-items: center;

}

.footer-col-1 p {
    color: #8a8a8a;
    font-size: 20px;
}

.footer-col-1,
.footer-col-3 {
    min-height: 250px;
    margin-bottom: 20px;
}

.footer-col-1 {
    flex-basis:40%;
    text-align: center;
    padding-right: 40px;
    align-items: center;
}

.footer-col-1 img {
    width: 400px;
    margin-bottom: 20px;
}

.footer-col-2 {
    flex: 1;
    
}
.footer-col-3{
    flex-basis: 40%;
    padding: 0px 60px;
}
.footer-col-3 a{
    text-decoration: none;
    color: #00f619;
}

ul {
    list-style-type: none;
}

.app-logo {
    margin-top: 20px;
}

.app-logo img {
    width: 140px;
}

.footer hr {
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}

.copyright {
    text-align: center;
}

.menu-icon {
    width: 28px;
    margin-left: 20px;
    display: none;
}

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.row_solution {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.container {
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.title {
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
    line-height: 60px;
    color: #555;
}

.title::after {
    content: '';
    background: #3bff4f;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.col-2 {
    text-align: center;
    align-items: center;
}

.companyVission {
    padding-top: 60px;
}

.comVissionAbout {
    padding: 20px;
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.301);
    display: flex;
    border-radius: 50px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.banner-video {
    padding-bottom: 0;
    margin-bottom: 0;
}

.banner-video video {
    width: 100%;
    height: 100%;
}

.mission-card {
    margin-top: 50px;
    padding: 0px;
    width: 85vw;
    height: max-content;
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.100);
    padding-bottom: 20px;
}

.mission-card h1 {
    padding: 20px;
    color: #00f619;
}

.mission-card h3 {
    padding: 20px;
    padding-bottom: 10px;
}

.mission-card p {
    padding: 10px 20px;
}

.mission-card hr {
    border: none;
    background: #b5b5b5;
    height: 1px;
}

.opportunity1 {
    padding: 40px;
    width: 100%;
    height: max-content;
    text-align: center;
}

.opportunity2 {
    background-color: white;
    padding: 40px;
    width: 100%;
    height: max-content;
    text-align: center;
}

.opportunity1 h2{
    text-align: left;
}
.opportunity1 .col-2_index img{
    margin-top: 80px;
}

.opportunity2 h2,
.opportunity1 h3,
.opportunity2 h3 {
    text-align: left;
    font-size: 25px;
}

.opportunity p {
    font-size: 20px;
}

.opportunity .opp2_sec {
    margin-top: 80px;
}


.col-2_index {
    flex-basis: 50%;
    min-height: 300px;
    margin-top: 50px;
}

.col-2_index img {
    max-width: 100%;
    height: 50vh;
    margin: 0;
    border-radius: 20px;
}

.col-2_index h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}

.custom-shape-divider-top-1651339108 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1651339108 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1651339108 .shape-fill {
    fill: #FFFFFF;
}

.solution {
    text-align: center;
    padding: 40px;
}

.solution h1 {
    color: white;
    font-size: 50px;
}

.col-2_solution {
    flex-basis: 50%;
    min-height: 300px;
}

.col-2_solution img {
    max-width: 100%;
    height: 50vh;
    margin: 0;
    border-radius: 20px;
}

.col-2_solution p {
    text-align: left;
    font-size: 28px;
    padding-top: 80px;
    font-weight: bold;
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.custom-shape-divider-top-1651339648 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1651339648 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1651339648 .shape-fill {
    fill: #FFFFFF;
}

.container_card {
    display: flex;
    width: max-content;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 50px;
}

.card {
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 350px;
    margin-top: 50px;
    height: max-content;
}

.card-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    align-items: center;
    min-height: 100px;
}

.card-body h2 {
    font-family: 'Segoe UI';
}

.logo-text {
    margin: 20px;
    align-items: center;
}

.logo-text img {

    height: 150px;
    width: 600px;
}

.contact-title {
    font-size: 40px;
    font-family: Verdana;
    color: white;
    margin-bottom: 20px;
}

.contact-list{
    padding: 10px 0;
}
.contact-list p{
    font-size: 20px;
}

@media only screen and (max-width: 800px) {

    nav ul {
        position: absolute;
        top: 68px;
        left: 0;
        background: #333;
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s;
    }

    nav ul li {
        display: block;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav ul li a {
        color: #fff;
    }

    .menu-icon {
        display: block;
        cursor: pointer;
    }

    .footer .row {
        grid-template-columns: max-content;
    }

    .comVissionAbout {
        padding: 10px;
    }

    .comVissionAbout h2 {
        font-size: 18px;
    }
    .navbar{
        padding: 10px;
    }
    .title{
        font-size: 25px;
    }
    .opportunity-first-h2{
        margin-top: 120px;
    }
    .opportunity1 .col-2_index img{
        margin-top: 20px;
    }
    
    .col-2_index h2,.col-2_index h3{
        font-size: 20px;
    }
    .col-2_index{
        flex-basis: 100%; 
        margin-top: 0%;
    }
    .col-2_index-content{
        margin-top: 100px;
    }
    .col-2_index img{
        margin-top: 40px;
    }
    .col-2_solution img{
        height: 30vh;
    }
    .col-2_solution{
        min-height: 0px;
    }
    .row_solution{
        display: block;
    }
    .solution{
        padding: 20px;
    }
    .solution h1{
        margin-top: 25px;
    }
    .col-2_solution p{
        padding: 0px;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
    }
    .footer-col-1 img{
        width: 80vw;
    }
    .footer-col-1{
        padding:20px;
    }
    .footer-col-3{
        padding: 10px;
    }
    .footer-col-2{
        display: none;
    }
    .opportunity i{
        display: none;
    }
    .logo-text img{
        width: 88vw;
        height: 10vh;
    }
    .profile p{
        margin: 0px 15px;
        font-size: 18px;
    }
    .profile-index-2{
        margin-top: 50px;
    }
    .footer-col-3 a{
        font-size: 20px;
    }
}

@media only screen and (max-width:600px) {

    .row {
        text-align: center;
    }
    .row_solution{
        text-align: center;
    }

    .logo img {
        width: 18vw;
        height: 5vh;
    }
    .footer-col-3 a{
        font-size: 15px;
    }
    .opportunity img{
        height: 35vh;
    }

}