
header nav ul li a:hover {
    color:#0006B1;
}

section#welcome #intro #btn-action {
    display: inline-block;
    background-color: #0006B1;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}

section#welcome #intro #btn-action:hover {
    transform: scale(1.03);
}

section#about #intro h3 {
    margin-bottom: 50px;
}

section#what-we-do #header div a {
    color: white;
    margin-top: 15px;
    padding: 12px 50px;
    background-color: #0006B1;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

section#what-we-do #header a:hover {
    transform: scale(1.03);
    background-color: #000230;
}

section#what-we-do #header div a:visited {
    color: white;
}

.services-container {
    background-color: #F6F9F8;
}

.services-container #software-development {
    margin-top: 0px;
}

section#what-we-do #container {
     /* display: grid;
    grid-template-columns: 100% 100%;
    gap: 30px; */
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
    flex-wrap: nowrap;
    gap: 30px;
    margin-top: 80px;
}



section#what-we-do #container .box {
    width: 100%;
    box-shadow: 0px 6px 24px #bdbdbd;
    border-radius: 30px;
    margin-bottom: 0px;
    padding: 30px 30px;
    background: #ffffff;
}

section#what-we-do #container .box p {
    height: 100%;
}

section#what-we-do #container .box svg{
    /* background-color: #9cdeff; */
    background-color: #e6ecf8;
    padding: 15px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

#why-us .whyus-title {
    display: flex;
    align-items: center;
}

#why-us .whyus-title a {
    color: white;
    margin-top: 15px;
    padding: 12px 30px;
    background-color: #0006B1;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#why-us .whyus-title a:visited {
    color: white;
}

#why-us .whyus-title a:hover {
    background-color: #000230;
}

section#why-us {
    min-height: 100%;
    width: 100%;
    position: relative;
    top: auto;
    padding-bottom: 0px;
}

section#why-us h3 {
    margin-bottom: 0px;
    text-align: right;
    width: 50%;
    margin: 0px auto;
    margin-right: 0px;
}



section#why-us #ball {
    position: absolute;
    width: 50%;
    right: 0px;
    top: 0px;
}


section#why-us #container article svg{
    background-color: #0179C5;
    /* background-color: #ffde7c; */
    padding: 15px;
    cursor: pointer;
    height: 70px;
    width: 70px;
    border-radius: 50% 50% 50% 50%;
}

section#why-us #container article svg:hover{
    background-color: #3eb5ff;
}

main .showcase-section {
    padding: 5% 10% 5% 10%;
    margin: 0px;
    background-color: #F6F9F8;
    /* background-color: white; */
}



main .showcase-container {
  padding: 0%;
  margin-top: 5px;
}

main .showcase-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

main .showcase-grid .vnitpay-container {
    background-color:white;
    padding: 30px 30px 30px 30px;
    width: 100%;
    margin-right: 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

main .showcase-grid .vnitpay-container:hover {
    background-color: #f8fdff;
}

main .showcase-grid .turnify-container {
    background-color: white;
    padding: 30px;
     width: 100%;
    margin-left: 20px;
    border-radius: 10px; 
}

main .showcase-grid .turnify-container:hover {
    background-color: #f8fdff;
}

main .showcase-grid .vnitpay-container svg {
    width: 200px;
}

main .showcase-grid .vnitpay-container h5 {
    margin: 10px 0px 5px 0px;
}

main .showcase-grid .turnify-container img{
    width: 180px;
    padding-bottom: 5px;
}

main .showcase-grid .turnify-container h5 {
    margin: -5px 0px 5px 0px;
}

main .showcase-grid  p {
    margin-bottom: 20px;
}

main .showcase-grid  a {
    display: inline-block;
    /* background-color: #0006B1; */
    color:#0006B1;
    padding: 10px 0px;
    border-radius: 5px;
    /* font-size: 15px; */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

main .showcase-grid  a:hover {
    transform: scale(1.02);
}


main #talk #container #btn-action {
    background: #0006B1;
    /* background: #ffbf00; */
    padding: 10px 40px;
}

/* footer #talk #container img {
    width: 400px;
} */

footer {
    width: 100%;
    height: 100%;
    background:rgb(5, 0, 45);
    position: relative;
    top: 0px;
    display: flex;
    flex-direction: column;
    margin-top: -0px;
}

main #talk {
    width: 100%;
    position: relative;
    z-index: 600;
    margin-top: 70px;
    /* top: -28%;
    left: 0px; */
}

main #talk #container {
    display: flex;
    /* background: #ffffff; */
    padding: 70px 50px;
    width: 80%;
    margin: 0px auto;
    /* background-color:#f8fdff; */
    background-color:white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    /* box-shadow: -1px -1px 1px #f8fdff; */
    box-shadow: -1px -1px 1px #f8fdff;
    border: 1px solid #f8fdff;
    /* border: none; */
}



footer #wrapper a:hover {
    color: rgba(255, 255, 255, 0.5);
}

section#contact #container form #btn-submit {
    background:#0006B1 !important;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    color: #ffffff;
}

#form-status {
  margin-top: 10px;
  font-size: 16px;
}

#form-status .success {
  color: green;
}

#form-status .error {
  color: red;
}


@media(max-width: 992px) {

    section#what-we-do #header {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section#what-we-do #container {
        /* display: grid;
        grid-template-columns: 100% 100%;
        gap: 30px; */
        display: grid;
        grid-template-columns: auto ;
        justify-content:center;
        /* align-items: flex-start;
        align-content: space-between;
        flex-wrap: nowrap;
        gap: 30px;
        margin-top: 80px; */
    }

    #why-us .whyus-title a {
       display: none;
    }

    section#why-us h3 {
        margin-bottom: 0px;
        text-align: center;
        width: 100%;
        /* max-width: 500px; */
        margin: 0px;
        margin-right: 0px;
    }

    

   main #talk {
        width: 100%;
        
    }

   main #talk #container {
        display: flex;
        flex-direction: column;

    }

   main #talk #container .content {
        margin-bottom: 40px;
        text-align: center;
    }

    main .showcase-section {
        padding: 5% 10% 15% 10%;
    
        /* background-color: white; */
    }

    main .showcase-title {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    main .showcase-title h2{
       font-size: 25px;
    }

    main .showcase-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }
    main .showcase-grid .vnitpay-container {
        text-align: center;
        padding: 30px;
        margin: 0px 0px 15px 0px;
        padding-bottom: 40px;
    }

    main .showcase-grid .turnify-container {
        text-align: center;
         margin: 15px 0px 0px 0px;
        padding-top: 40px;
    }

}

@media(max-width: 500px) {

   main #talk #container #btn-action {
      background: #0006B1;
        /* background: #ffbf00; */
        padding: 10px 20px;
    }
}