@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}


body::before {
    display: block;
    content: '';
    height: 60px;
}

#navmenu ul li a {
    color: rgb(0, 0, 0);
    font-size: 1.3rem;
}

#navmenu ul li:hover a {
    color: rgb(255, 140, 0);
}

.navbar-toggler {
    background-color: #000000;
}

.header img {
    width: 70px;
}

.homepage {
    max-width: 100%;
    min-height: 100%;
    background-image: linear-gradient(to right, #060667, #00A2FF);
}

.btn{
    position: relative;
    border-radius: 60px;
    top: -10px;
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn:hover{
    color: rgb(255, 140, 0);
}




.poster-image{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 30px;
}

.poster-image img{
    width: 1100px;
}

.poster-image .provide{
    font-size: 1.5rem;
    color: #ffffff;
    padding-top: 50px;
}

/*SERVICE OFFER*/

.landing_page_serviceoffer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-offer img {
    border-radius: 1000px;
}

#business {
    padding-bottom: 31px;
}

.card-offer {
    transition: 1s;
}

.card-offer:hover {
    position: relative;
    transform: scale(1.1);
    box-shadow: 2px 2px 2px 2px rgb(122, 122, 122);
}


/*VPRO SERVICES*/
.hr {
    position: relative;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to right, #060667, #00A2FF);
    background-position: center;
    background-size: cover;
    text-align: center;
}

.hr h1 {
    position: relative;
    color: #fff;
    top: 25px;
    font-size: 30px;
}

#toggle-services,
#toggle-team,
#toggle-aboutus,
#toggle-contactus {
    position: absolute;
    margin-top: -11rem;
}

.vproservices {
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 100px;
}


/*Slider*/

.swiper {
    max-width: 1120px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .slide-container {
    margin: 0 30px;
    overflow: hidden;
  }
  .card {
    background: #faf6f6;
    border-radius: 8px;
  }
  .card .image-box {
    height: 200px;
  }
  .card .image-box img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
  }
  .card .profile-details {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 15px;
  }
  
  .profile-details .name-job .name {
    font-size: 18px;
    font-weight: 900;
  }
  
  
  .swiper-navBtn {
    color: #000;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after {
    font-size: 18px;
  }
  
  .swiper-pagination-bullet {
    background-color: #000;
  }
  /*End of swiper slider*/


/*TEAM MEMBERS*/
.qoute {
    overflow: hidden;
    width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(images/background/111.png);
    background-size: cover;
    text-align: center;
    padding: 60px 0;
}

.motto {
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.author {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.team .teamcard .teamcontent h4,
h3 {
    font-size: 25px;
}

/*Executive Officers*/
.team {
    position: relative;
    width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 20px;
}

.team .teamcard {
    position: relative;
    max-width: 300px;
    background: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 5px 10px #00A2FF;
    height: 350px;
    background-image: url(images/background/teamsectionbg.png);
    background-size: cover;
}

.team .teamcard .imgBx {
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    left: 35px;
    box-shadow: 0 5px 20px rgba (0, 0, 0, 0.2);
    z-index: 1;
}

.team .teamcard .imgBx img {
    max-width: 80%;
}

.team .teamcard .teamcontent {
    text-align: center;
    color: #000;
    padding-bottom: 100px;
}
/*End of Executive Officers*/


/*System / Database Team*/
.team2 {
    position: relative;
    width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 10px;
}

.team2 .teamcard {
    position: relative;
    max-width: 300px;
    background: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 5px 10px #00A2FF;
    height: 300px;
    background-image: url(images/background/teamsection.png);
    background-size: cover;
}

.team2 .teamcard .imgBx {
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    left: 35px;
    box-shadow: 0 5px 20px rgba (0, 0, 0, 0.2);
    z-index: 1;
}

.team2 .teamcard .imgBx img {
    max-width: 80%;
}

.team2 .teamcard .teamcontent {
    text-align: center;
    color: #000;
    padding-bottom: 100px;
}
/*End of System /Database Team*/


/*Software Development Team*/
.team3 {
    position: relative;
    width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 10px;
}

.team3 .teamcard {
    position: relative;
    max-width: 300px;
    height: 215px;
    background: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 5px 10px #00A2FF;
    height: 300px;
    background-image: url(images/background/teamsection.png);
    background-size: cover;
}

.team3 .teamcard .imgBx {
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    left: 35px;
    box-shadow: 0 5px 20px rgba (0, 0, 0, 0.2);
    z-index: 1;
}

.team3 .teamcard .imgBx img {
    max-width: 80%;
}

.team3 .teamcard .teamcontent {
    text-align: center;
    color: #000;
    padding-bottom: 100px;
}
/*End of Software Development Team*/


/*QA / Tester / Graphic Designer Team*/
.team4 {
    position: relative;
    width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 10px;
}

.team4 .teamcard {
    position: relative;
    max-width: 300px;
    background: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 5px 10px #00A2FF;
    height: 300px;
    background-image: url(images/background/teamsection.png);
    background-size: cover;
}

.team4 .teamcard .imgBx {
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    left: 35px;
    box-shadow: 0 5px 20px rgba (0, 0, 0, 0.2);
    z-index: 1;
}

.team4 .teamcard .imgBx img {
    max-width: 80%;
}

.team4 .teamcard .teamcontent {
    text-align: center;
    color: #000;
    padding-bottom: 100px;
}
/*End of QA / Tester / Graphic Designer Team*/


/*Customer Service Team*/
.team5 {
    position: relative;
    width: 1800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 10px;
}

.team5 .teamcard {
    position: relative;
    max-width: 300px;
    height: 215px;
    background: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 5px 10px #00A2FF;
    height: 300px;
    background-image: url(images/background/teamsection.png);
    background-size: cover;
}

.team5 .teamcard .imgBx {
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    left: 35px;
    box-shadow: 0 5px 20px rgba (0, 0, 0, 0.2);
    z-index: 1;
}

.team5 .teamcard .imgBx img {
    max-width: 80%;
}

.team5 .teamcard .teamcontent {
    text-align: center;
    color: #000;
    padding-bottom: 100px;
}
/*End of Customer Service Team*/


/*Junior Software Developer Team*/
.team6 {
    position: relative;
    width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 10px;
}

.team6 .teamcard {
    position: relative;
    max-width: 300px;
    height: 215px;
    background: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 5px 10px #00A2FF;
    height: 300px;
    background-image: url(images/background/teamsection.png);
    background-size: cover;
}

.team6 .teamcard .imgBx {
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    left: 35px;
    box-shadow: 0 5px 20px rgba (0, 0, 0, 0.2);
    z-index: 1;
}

.team6 .teamcard .imgBx img {
    max-width: 80%;
}

.team6 .teamcard .teamcontent {
    text-align: center;
    color: #000;
    padding-bottom: 100px;
}
/*End of Junior Software Developer Team*/


/*Junior Data Analysts / Data Scientists Team*/
.team7 {
    position: relative;
    width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 100px;
    padding-top: 10px;
}

.team7 .teamcard {
    position: relative;
    max-width: 300px;
    height: 215px;
    background: #fff;
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    box-shadow: 0 5px 10px #00A2FF;
    height: 300px;
    background-image: url(images/background/teamsection.png);
    background-size: cover;
}

.team7 .teamcard .imgBx {
    position: relative;
    width: 260px;
    height: 260px;
    top: -60px;
    left: 35px;
    box-shadow: 0 5px 20px rgba (0, 0, 0, 0.2);
    z-index: 1;
}

.team7 .teamcard .imgBx img {
    max-width: 80%;
}

.team7 .teamcard .teamcontent {
    text-align: center;
    color: #000;
    padding-bottom: 100px;
}
/*End of Junior Data Analysts / Data Scientists Team*/


.titledivider {
    padding-bottom: 70px;
    padding-top: 50px;
}

.title-rec {
    text-align: center;
    background-image: linear-gradient(to right, #24c9fb, #060667);
    border-radius: 30px;
    padding: 5px 5px 5px 5px;
    width: 40%;
    margin: auto;
    box-shadow: 2px 2px 2px 2px rgb(112, 112, 112);
}

.title-rec span {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}

.titledivider2 {
    padding-bottom: 70px;
    padding-top: 50px;
}

.title-rec2 {
    text-align: center;
    background-image: linear-gradient(to right, #24c9fb, #060667);
    border-radius: 30px;
    padding: 5px 5px 5px 5px;
    width: 30%;
    margin: auto;
    box-shadow: 2px 2px 2px 2px rgb(112, 112, 112);
}

.title-rec2 span {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}


/* ABOUT US SECTION*/
.aboutpage {
    padding-top: 100px;
    padding-bottom: 100px;
}

.aboutpage img {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.abouttxt {
    outline: 5px solid rgb(255, 255, 255);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

.aboutpage .abouttxt .lead {
    text-align: justify;
}


/*Contact us Section*/
.h1-title-about {
    padding-top: 70px;
}

.contact__us__info {
    position: relative;
    padding-bottom: 150px;
    padding-top: 30px;
}

#emailhere {
    position: relative;
}

#emailhere p {
    padding-top: 16px;
}

.icon .bi {
    color: #00B0FF;
}


/*Footer Section*/
.footer-sec {
    background-image: linear-gradient(to right, #0c0cc5, #00A2FF);
}

.footer .logofooter img {
    width: 100px;
}

.footer .logofooter h4 {
    font-size: 25px;
}

.footer_content h5 {
    position: relative;
    font-size: 15px;
}

.social_icon .bi {
    font-size: 50px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.social_icon .bi-linkedin {
    position: relative;
    padding-left: 60px;
}

.social_icon h1 {
    position: relative;
    font-size: 15px;
    margin-top: 80px;
}

.social_icon img{
    width: 60px;
    height: 60px;
}


.social_icon .link-icon{
    margin-left: 15px;
    margin-right: 15px;
}
@media only screen and (max-width: 468px) {

    /*Homepage*/
    .vprotitle h1 {
        font-size: 3rem;
    }

    .vprotitle h2 {
        font-size: 2.5rem;
    }

    .vprotitle span {
        font-size: 1.3rem;
    }

    .vprotitle {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .poster img {
        width: 300px;
        height: 400px;
    }

    .content h3 {
        font-size: 25px;
    }

    .single-item {
        background-image: url(images/background/teamsectionbg.png);
        background-size: cover;
        color: #111;
        padding: 10px;
        margin: 0px 15px;
        border-radius: 30px;
    }

    /**TEAM**/
    .team .teamcard .teamcontent h4,
    h3 {
        font-size: 18px;
    }

    .motto {
        font-size: 16px;
        margin: 20px 20px;
    }

    .author {
        font-size: 16px;
    }

    .title-rec {
        text-align: center;
        background-image: linear-gradient(to right, #24c9fb, #060667);
        border-radius: 30px;
        padding: 10px 10px 10px 10px;
        width: 80%;
        margin: auto;
        box-shadow: 2px 2px 2px 2px rgb(112, 112, 112);
    }

    .title-rec span {
        font-size: 16px;
    }

    .title-rec2 {
        text-align: center;
        background-image: linear-gradient(to right, #24c9fb, #060667);
        border-radius: 30px;
        padding: 10px 10px 10px 10px;
        width: 80%;
        margin: auto;
        box-shadow: 2px 2px 2px 2px rgb(112, 112, 112);
    }

    .title-rec2 span {
        font-size: 16px;
    }

    /*Executive Team*/
    .team .teamcard {
        max-width: 270px;
        height: 300px;
    }

    .team .teamcard .imgBx {
        left: 40px;
    }

    .team .teamcard .imgBx img {
        max-width: 65%;
    }

    /*System/Database Developer*/
    .team2 .teamcard {
        max-width: 270px;
        height: 250px;
    }

    .team2 .teamcard .imgBx {
        left: 40px;
    }

    .team2 .teamcard .imgBx img {
        max-width: 65%;
    }

    /*Software Development*/
    .team3 .teamcard {
        max-width: 270px;
        height: 250px;
    }

    .team3 .teamcard .imgBx {
        left: 40px;
    }

    .team3 .teamcard .imgBx img {
        max-width: 65%;
    }

    /*QA, Tester, Graphic Designer*/
    .team4 .teamcard {
        max-width: 270px;
        height: 250px;
    }

    .team4 .teamcard .imgBx {
        left: 40px;
    }

    .team4 .teamcard .imgBx img {
        max-width: 65%;
    }

    /*Customer Service*/
    .team5 .teamcard {
        max-width: 270px;
        height: 250px;
    }

    .team5 .teamcard .imgBx {
        left: 40px;
    }

    .team5 .teamcard .imgBx img {
        max-width: 65%;
    }

    /*Junior Software Developer*/
    .team6 .teamcard {
        max-width: 270px;
        height: 250px;
    }

    .team6 .teamcard .imgBx {
        left: 40px;
    }

    .team6 .teamcard .imgBx img {
        max-width: 65%;
    }

    /*Junior Data Analysts / Data Scientists*/
    .team7 .teamcard {
            max-width: 270px;
            height: 250px;
    }
    
    .team7 .teamcard .imgBx {
            left: 40px;
    }
    
    .team7 .teamcard .imgBx img {
            max-width: 65%;
    }

    /*Footer*/
    .footer_content {
        position: relative;
        padding-bottom: 20px;
    }

}


@media only screen and (max-width: 767px) {
    .content {
        position: relative;
        top: -130px;
    }

    .single-item {
        background-image: url(images/background/teamsectionbg.png);
        background-size: cover;
        color: #111;
        padding: 10px;
        margin: 0px 15px;
        border-radius: 30px;
    }
}

@media only screen and (max-width: 1068px) {
    .title-rec {
        text-align: center;
        background-image: linear-gradient(to right, #24c9fb, #060667);
        border-radius: 30px;
        padding: 10px 10px 10px 10px;
        width: 80%;
        margin: auto;
        box-shadow: 2px 2px 2px 2px rgb(112, 112, 112);
    }

    .title-rec2 {
        text-align: center;
        background-image: linear-gradient(to right, #24c9fb, #060667);
        border-radius: 30px;
        padding: 10px 10px 10px 10px;
        width: 80%;
        margin: auto;
        box-shadow: 2px 2px 2px 2px rgb(112, 112, 112);
    }
}


  @media screen and (max-width: 767px) {
    .image-box{
      margin: auto;
    }
  .image-box img{
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  }