/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}

li,
a {
    font-weight: 500;
    font-size: 16px;
    color: #1a369a;
    text-decoration: none;
    list-style: none;
}

header {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 10000;
}


.nav-bar {
    position: fixed;
    background: transparent;
    width: 100%;
    padding: 30px 0;
    top: 0;
    z-index: 999;
    transition: .3s linear;
}

nav {
    background: transparent;
    color: #050c23;
    display: flex;
    padding: 15px 150px;
    justify-content: space-between;
    z-index: 10000000;
}

nav .mainMenu {
    display: flex;
    list-style: none;
}

nav .mainMenu li a {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    color: #0d3c7f;
}


nav .logo {
    cursor: pointer;
    width: 100px;
    height: 60px;
    padding-left: 100px;
    background-image: url(../images/logo.png);
    background-size: cover;
}

nav .openMenu {
    font-size: 2rem;
    display: none;
    margin: 20px;
    cursor: pointer;
}

nav .mainMenu .closeMenu,
.icons i {
    font-size: 2rem;
    display: none;
    cursor: pointer;
}

.fa-facebook:hover {
    color: #2862be;
}

.fa-instagram:hover {
    color: #ad5b38;
}

@media screen and (max-width:800px) {

    nav .mainMenu {
        padding: 15px 25px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10000;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: none;
        background: #6a90c5;
        transition: top 1s ease-in-out;
    }

    nav .mainMenu .closeMenu {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    nav .openMenu {
        display: block;
    }

    .icons i {
        display: inline-block;
        padding: 12px;
    }
}


/* HERO SECTION STYLING */

.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(80vh-80px);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-intro {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    text-decoration: none;
    background-color: transparent;
    color: #0d3c7f;
    z-index: 900;
}

h5 {
    margin-bottom: 20px;
    font-weight: 300;
}

.main-intro h1 {
    font-size: 45px;
    margin-bottom: 20px;
}

.main-intro p {
    width: 60ch;
}

.cta {
    display: inline-block;
    text-decoration: none;
    color: #caeaf2;
    background: #0d3c7f;
    padding: 10px 30px;
    font-size: 18px;
    margin-top: 40px;
    border-radius: 5px;
}

.hero-images {
    position: absolute;
    top: 20%;
    right: 10%;
}

.hero-images .im1 {
    display: block;
    padding-top: 50px;
    width: 600px;
}

section {
    min-height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    color: #0d3c7f;
    margin-bottom: 20px;
}


/* FOR SCREENS */

@media screen and (max-width:1000px) {
    .hero {
        background: url(/images/business.jpg) no-repeat center;
        background-size: cover;
    }

    .hero::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 80vh;
        background: linear-gradient(to top, #0d3c7f, #021c41);
        mix-blend-mode: multiply;
        opacity: .7;
        z-index: 1;
        overflow: hidden;
    }

    .hero h1 {
        /* position: absolute;
        top: 50%; */
        font-size: 30px;
    }

    .hero p {
        font-size: 16px;
        width: 40ch;
    }

    .main-intro .cta {
        font-size: 16px;
        color: #ffffff;
    }
.main-intro p{
    color: #ffffff;

}
    .hero-images {
        display: none;
    }

    .main-intro,
    .main-intro h1,
    h5 {
        color: #ffffff;
    }
}

/* CARD */

.card-section {
    width: 100%;
    min-height: 60vh;
}

.display-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .display-container::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom,#5e8b7e,#ffa27a60, #5e8b7e);
    clip-path: circle(25% at right 10%);
    opacity: .6;
} */

/* .featured-text{
    display: flex;
    height: 20%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-align: center;
} */

.featured-text h2 {
    position: relative;
    margin-top: 60px;
    font-size: 30px;
    margin-bottom: 20px;
}

/* .featured-text .topping::before{
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background: #FFA17A;
    border-radius: .8rem;
} */

.featured-text p {
    max-width: 800px;
    text-align: center;
    margin-bottom: 20px;
}

.featured-text p i {
    color: #021c41;
}


.card-section .container {
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    /* margin-top: 10px; */
    /* margin-bottom: 40px; */
}

/* .card-section .container::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom, #1a369a, #caeaf2, #0d3c7f);
    clip-path: circle(25% at right 10%);
    opacity: .6;
} */

.card {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin: 0rem 1.5rem 1.5rem 1.5rem;
    width: 300px;
    height: 20rem;
    background: hsla(0, 0%, 100%, 0.7);
    /* backdrop-filter: blur(1px) brightness(120%);
    box-shadow: #050c23a8; */
    border-radius: .8rem;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.card h5 {
    margin-top: 10px;
    padding: 0rem 1rem 0 1.5rem;
    color: #021c41;
}

.card-image {
    width: 100%;
    margin-top: 10px;
    top: 0;
    left: 0;
    padding-top: 0;
}

.card-image img {
    border-radius: .8rem .8rem 0 0;
    margin-bottom: 20px;
    height: 120px;
    margin-left: 20px;
}

.card-content {
    padding: 0 2rem 2rem 1.5rem;
    color: #eef7f1;
}

.card-content h2 {
    margin-bottom: 10px;
    font-size: 25px;
}

.card-content h2 span {
    font-weight: 700;
    font-size: 25px;
    font-family: 'Dancing Script';
    cursor: pointer;
}

.card-content h2 span a {
    text-decoration: none;
    color: #021c41;
}

.card-content p {
    color: #021c41;
}


/* CARD EDITING END */


/* Card Responsiveness */


/* ***************************************************** */

@media screen and (max-width: 868px) {
    .featured-text p {
        padding: 0 30px 30px 30px;
    }

    .container {
        height: 100%;
        margin-top: 60px;
        flex-direction: column;
    }

}

@media screen and (max-width: 768px) {
    .container {
        height: 100%;
        flex-direction: column;
    }

    .card {
        width: 300px;
    }
}

/* ABOUT SECTION SECTION */

.about {
    min-height: 60vh;
}

.about .container {
    height: 60vh;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .container .left {
    left: -100px;
    margin-left: 0;
    width: 60%;
    height: 60vh;
    background: url(/images/girl.jpg) no-repeat center / cover;

}

.about .container .right {
    width: 50%;
    min-height: 350px;
    /* background-color: #fff; */
    background: hsla(0, 0%, 100%, 0.7);
    backdrop-filter: blur(15px) brightness(120%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    color: #0d3c7f;
    margin-right: 150px;
    margin-left: -100px;
    box-shadow: #050c23;
    border-radius: 5px;
}

/* FOR SCREENS */

@media screen and (max-width: 1000px) {

    /* .about{
        background: url(/images/girl.jpg) no-repeat center;
        background-size: cover;
    } */
    .about .container .left {
        display: none;
    }

    .about .container .right {
        width: 100%;
        margin: 20px;
    }

    .about .container .right .content h5 {
        color: #050c23;
    }
}


/* SERVICES SECTION STYLING */

.services {
    height: 80vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-direction: column;
}

.services::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom, #1a369a, #caeaf2, #0d3c7f);
    clip-path: circle(25% at right 10%);
    opacity: .3
}

/* SERVICES STYLING */


.services .box {
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 20px;
    overflow-x: auto;
    /* flex-wrap: wrap; */
    flex-direction: row;
}

.services .box .content {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin: 10px;
}

.services .box::-webkit-scrollbar {
    width: 0;
}

.content img {
    width: auto;
    height: 100PX;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.services .content p {
    font-size: .9rem;
    color: #0e2d5c;
    text-align: left;
    width: 35ch;
}

.services.cta {
    margin-bottom: 20px;
    margin-top: 40px;
}

.hidden {
    opacity: 0;
    transition: all .5s ease-in-out;
}

@media(prefers-reduced-motion) {
    .hidden {
        transition: none;
    }
}

.show {
    opacity: 1;
}

@media screen and (max-width: 100px) {
    .services .box {
        max-height: 200px;
        display: flex;
        overflow-x: scroll;
        flex-direction: row;
    }

    .services .box .content {
        max-width: 250px;
        line-height: 250px;
        height: auto;
        text-align: center;
    }
}


/* CULTURE SECTION STYLING */
/* 
.culture{
    min-height: 30vh;
    flex-direction: column;
    margin-top: 40px;
}
.culture .title h1{
    font-size: 40px;
    margin-bottom: 20px;
    color: #0d3c7f;
}

.culture .container{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 30px auto;
}
.culture .container .card{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 20px;
    padding: 20px 20px;
}

.culture .container .card h2{
    font-size: 20px;
}
 */


/* ********************************************** */


/* CLIENTS SECTIONS STYLING */

.clients {
    min-height: 60vh;
    /* margin-top: 50px; */
}

.clients .container {
    height: 75vh;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/images/handshake.jpg) no-repeat center / cover;

}

@media screen and (max-width: 991px) {

    .clients .container::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 75vh;
        /* background: linear-gradient(to top, #000000, #03000086); */
        mix-blend-mode: multiply;
        opacity: .7;
        z-index: 1;
        overflow: hidden;
    }

    .clients .container .left {
        background: none;
        width: 0;
        display: none;
    }

    .media-scroller {
        display: none;
    }
    
}

.clients .container .left {
    /* width: 55%; */
    min-height: 350px;
    background: hsla(27, 10%, 90%, 0.5);
    backdrop-filter: blur(15px) brightness(120%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    color: #0d3c7f;
    margin-right: 150px;
    margin-left: 100px;
    box-shadow: #050c23;
    border-radius: 5px;
}

/* @keyframes slide {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}  */

.left .media-scroller {
    display: grid;
    gap: 5px;
    grid-auto-flow: column;
    grid-auto-columns: 23%;

    white-space: nowrap;

    /* padding: 0 10px 10px; */

    overflow-x: auto;
    overscroll-behavior-inline: contain;

    /* animation: 5s slide infinite linear; */
}



.media-scroller::-webkit-scrollbar {
    width: 0;
}

/* .media-element{
    padding: 10px;
} */

.media-scroller img {
    inline-size: 100%;
    height: 90px;
    /* aspect-ratio: 16 / 9; */
    object-fit: contain;
}

.clients .container .right {
    left: -100px;
    margin-left: 0;
    width: 50%;
    height: 80vh;
}

/* .glass {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
} */

@media screen and (max-width:1000px) {
    .clients h2 {
        font-size: 16px;
        width: 40ch;
    }

    .clients .left {
        width: 100%;
    }

    .clients .glass {
        display: none;
    }
}


.contact-section {
    width: auto;
    position: relative;
    /* min-height: 100vh; */
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("/images/team.jpg");
    backdrop-filter: 2px;
    background-size: cover;
}

.contact-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0d3c7f, #021c41);
    mix-blend-mode: multiply;
    opacity: .5;
    z-index: 1;
}

.contact-section .content {
    max-width: 800px;
    text-align: center;
    margin-bottom: 30px;
    z-index: 2;
    color: #eef7f1;
}

.contact-section .content h2 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 700;
    color: #eef7f1;
}

.contact-section .content p {
    font-weight: 300;
}

.info-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    /* padding: 20px 0; */
    z-index: 2;
}

.info-container .contactInfo {
    display: flex;
    /* width: 50%; */
    flex-direction: column;
    margin-right: 200px;
}

.info-container .contactInfo .info-box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.info-container .contactInfo .info-box .icon {
    min-width: 40px;
    height: 40px;
    /* box-shadow: 20px 20px 50px rgba(0,0,0,.5); */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    /* border-radius: 2rem; */
}

.info-container .contactInfo .info-box .icon svg {
    font-size: 20px;
    color: #ffffff;
}

.info-container .contactInfo .info-box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    flex-direction: column;
    font-weight: 400;
    color: rgb(255, 255, 255);
    /* opacity: .8; */
}

.info-container .contactInfo .info-box .text h3 {
    margin-bottom: 5px;
    font-weight: 500;
    color: #93cbff;
}

.contactForm {
    width: 40%;
    padding: 40px;
    background: rgba(81, 119, 155, 0.4);
}

.contactForm h2 {
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactForm .inputBox input,
textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid darkslategray;
    background: none;
    outline: none;
    resize: none;
}

.contactForm .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #eef7f1;
}

.contactForm .inputBox input:focus~span,
.contactForm .inputBox input:valid~span,
.contactForm .inputBox textarea:focus~span,
.contactForm .inputBox textarea:valid~span {
    color: #eef7f1;
    font-size: 12px;
    transform: translateY(-20px);
}

.contactForm .inputBox input[type="submit"] {
    width: 100px;
    color: #eef7f1;
    background: rgba(0, 0, 0, .5);
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border-radius: .8rem;
}

/* Contact Resposiveness */

/* ************************************************************** */


@media screen and (max-width: 991px) {
    .contact-section {
        padding: 50px;
    }

    .info-container {
        flex-direction: column;
    }

    .info-container .contactInfo {
        margin-right: 0;
    }

    .info-container .contactInfo,
    .info-container .contactForm {
        margin-bottom: 40px;
        width: 100%;
    }
}



/* FOOTER */

footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 280px;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

footer .second-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

footer .second-container .sec {
    margin-right: 30px;
}

footer .second-container .sec.aboutus {
    width: 35%;
}

footer .second-container h2 {
    position: relative;
    color: #0d3c7f;
    font-weight: 500;
    margin-bottom: 1rem;
}

footer .second-container h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #0d3c7f;
    margin-bottom: 5px;
}

footer p {
    color: #0d3c7f;
}

.sci {
    margin-top: 20px;
    display: flex;
}

.sci li {
    list-style: none;
}

.sci li a {
    display: inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-size: 15px;
    background: silver;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 4px;
    color: #0d3c7f;
}

.sci li a:hover {
    background: #0d3c7f;
    color: rgb(19, 66, 153);
}

.quickLinks {
    position: relative;
    width: 20%;
}

.quickLinks ul li {
    list-style: none;
}

.quickLinks ul li a {
    color: #0d3c7f;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}

.quickLinks ul li a:hover {
    color: #fff;
}

.contact {
    width: calc(25% - 60px);
    margin-right: 0 !important;
}

.contact .info {
    position: relative;
}

.contact .info li {
    display: flex;
    margin-bottom: 1rem;
}

.contact .info li span:nth-child(1) {
    color: silver;
    font-size: 20px;
    margin-right: 10px;
}

.contact .info li span {
    color: black;
}

.contact .info li a {
    color: black;
    text-decoration: none;
}

.contact .info li a:hover {
    color: #fff;
}

.copyrightText {
    width: 100%;
    background: transparent;
    padding: 8px 100px;
    text-align: center;
    color: rgb(17, 69, 181);
}




@media screen and (max-width: 980px) {
    .menu-toggler {
        display: block;
    }

    .navbar-menu {
        position: fixed;
        height: 100vh;
        width: 100%;
        background-color: #93cbff;
        top: 0;
        right: 0%;
        max-width: 400px;
        padding: 40px 30px;
        transition: .3s linear;
    }

    .navbar-menu a {
        display: block;
        font-size: 16px;
        margin: 30px 0;
        /* color: #93cbff; */
    }

    .sticky .navbar-menu {
        background-color: #050c23;
    }

    .sticky .navbar-menu a {
        color: #93cbff;
    }

    .menu-toggler .active {
        right: 0;
    }

    .menu-toggler .active span:nth-child(1) {
        transform: rotateX(-45deg);
    }
}



/* Footer Responsiveness */


@media screen and (max-width: 1024px) {
    footer .second-container {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 991px) {
    footer {
        padding: 40px;
    }

    footer .second-container {
        flex-direction: column;
        padding: 20px;
    }

    footer .second-container .sec {
        margin-bottom: 40px;
        width: 100%;
    }

    footer .second-container .sec.aboutus,
    .quickLinks,
    .contact {

        width: 100%;
    }

    .copyrightText {
        padding: 8px 40px;
    }
}


/* ****************************************************************  */