@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
* {
    box-sizing: border-box;
}

body {
    margin: 0px;
}

html, body {
    scroll-behavior: smooth;
    scroll-snap-type: y;
  } 
  @media (max-width: 800px) {
    html, body {
    overflow-x: hidden;
    }
  }
@media only screen and (max-width: 480px){
    body{
        width: 100%;
    }
}
.home-container{
    background-color: #151f29;
}

@media only screen and (max-width: 480px) {
    .section-container2{
        background-image: url('./Home Images/background_image1.jpg');
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .npv_heading{
        font-size: 13px;
    }
    .npv_heading:hover{
        color: rgb(87, 87, 247);
        text-decoration: underline;
    }
    .home_second_container_h3{
        color: rgb(201, 201, 53);
        font-family: "roboto";
        font-weight: bold;
        font-size: 10px;
        text-align: center;
        padding-left: 10px;
        align-self: center;
    }
    .home_second_container_h1{
        font-size: 15px;
        text-align: center;
        padding-left: 10px;
        align-self: center;
    }
    .home_second_container_para{
        font-size: 7px;
        text-align: center;
        padding-left: 10px;
        align-self: center;
    }
    .home_logo_image{
        visibility: hidden;
        display: none;
    }
    .home_second_container_button{
        align-self: center;
    }
}
.navbar-names {
    color: #ffffff;
}



.span {
    color: #FFDDA9;
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 500;
}

.npv_heading{
    color: white;
    padding: 20px;
}
.npv_heading:hover{
    color: rgb(87, 87, 247);
    text-decoration: underline;;
}

.dropdown {
    position: relative;
    display: inline-block;
  }
  
.dropdown-content {
    display: none;
    position: absolute;
    background-color:  #212f3f;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}
hr{
    color: #929ba8;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.home-second-contaioner-image{
    margin-left: 20px;
    height: 500px;
    width: 500px;
}
.home_second_container_h3{
    color: rgb(201, 201, 53);
    font-family: "roboto";
    font-weight: bold;
    font-size: 20px;
    padding-left: 1px;
}
.contact-form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-left: 90px;
}
.home_second_container_para{
    color: white;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 20px;
    padding-top: 10px;
}
.home_second_container_button{
    height: 50px;
    width: 120px;
    background-color: rgb(201, 201, 53);
    color: black;
    font-size: 15px;
    border: none;
    border-radius: 6px;
}
.home_second_container_services_h3{
    color: rgb(201, 201, 53);
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}
.home_second_container_services_h5{
    color: rgb(201, 201, 53);
    font-size: 15px;
    text-align: center;
}
.services_billing_image{
    background-image: url("./Home Images/medical_billing_image-modified.webp");
    height: 45vh;
    width: 35vw;
    margin-top: 15px;
    margin: 10px;
    background-size: cover;
    cursor: pointer;
    object-fit: cover;
    object-position: center center;
    filter: grayscale(100%);
    transition: 0.5s ease;
}
.services_billing_image:hover{
    transform: scale(0.9);
    filter: grayscale(0%);
    cursor: pointer;
    background-image: url("./Home Images/medical_billing_image.webp");
}

.services_ui_image{
    background-image: url("./Home Images/ui_image-modified.webp");
    height: 45vh;
    width: 35vw;
    margin-top: 25px;
    margin: 15px;
    background-size: cover;
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.5s ease;
}
.services_ui_image:hover{
    transform: scale(0.9);
    filter: grayscale(0%);
    cursor: pointer;
    background-image: url("./Home Images/ui_image.webp");
}
.services_mapping_image{
    background-image: url("./Home Images/google_map-modified.jpg");
    height: 45vh;
    width: 35vw;
    margin-top: 25px;
    margin: 15px;
    background-size: cover;
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.5s ease;
}
.services_mapping_image:hover{
    transform: scale(0.9);
    filter: grayscale(0%);
    cursor: pointer;
    background-image: url("./Home Images/google_map.jpg");
}

.services_webdesign_image{
    background-image: url("./Home Images/web_design-modified.jpeg");
    height: 45vh;
    width: 35vw;
    margin-top: 25px;
    margin: 15px;
    background-size: cover;
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.5s ease;
}
.services_webdesign_image:hover{
    transform: scale(0.9);
    filter: grayscale(0%);
    cursor: pointer;
    background-image: url("./Home Images/web_design.jpeg");
}
.services_matrix_image{
    background-image: url("./Home Images/data_matrix-modified.jpg");
    height: 45vh;
    width: 35vw;
    margin-top: 25px;
    margin: 15px;
    background-size: cover;
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.5s ease;
}
.services_matrix_image:hover{
    transform: scale(0.9);
    filter: grayscale(0%);
    cursor: pointer;
    background-image: url("./Home Images/data_matrix.jpg");
}
.services_vendor_image{
    background-image: url("./Home Images/vendor_image-modified.webp");
    height: 45vh;
    width: 35vw;
    margin-top: 25px;
    margin: 15px;
    background-size:cover;
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.5s ease;
}
.services_vendor_image:hover{
    transform: scale(0.9);
    filter: grayscale(0%);
    cursor: pointer;
    background-image: url("./Home Images/vendor_image.webp");
}
.services_image_h3{
    color: rgb(86, 12, 224);
    font-weight: 500;
    font-size: 24px;
    padding-left: 30px;
}
.services_image_h1{
    color: white;
    font-weight: bold;
    font-size: 30px;
    padding-left: 30px;
}
@media only screen and (max-width: 480px) {
    .services_billing_image{
        height: 40vh;
        width: 80vw;
        background-size: cover;
        margin: 10px;
        object-fit: cover;
        object-position: center center;
        background-image: url("./Home Images/medical_billing_image.webp");
    }
    .services_ui_image{
        height: 40vh;
        width: 80vw;
        background-size: cover;
        margin: 10px;
        background-image: url("./Home Images/ui_image.webp");
    }
    .services_mapping_image{
        height: 40vh;
        width: 80vw;
        background-size: cover;
        margin: 10px;
        background-image: url("./Home Images/google_map.jpg");
    }
    .services_webdesign_image{
        height: 40vh;
        width: 80vw;
        background-size: cover;
        margin: 10px;
        background-image: url("./Home Images/web_design.jpeg");
    }
    .services_matrix_image{
        height: 40vh;
        width: 80vw;
        background-size: cover;
        margin: 10px;
        background-image: url("./Home Images/data_matrix.jpg");
    }
    .services_vendor_image{
        height: 40vh;
        width: 80vw;
        background-size: cover;
        margin: 10px;
        background-image: url("./Home Images/vendor_image.webp");
    }
}

.mobile_view_services{
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 480px) {
    .mobile_view_services{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}
.main-pages{
    margin-top: 150px;
    display: flex;
    flex-direction: row;
}

.internship_card{
    height: 60vh;
    width: 30vw;
    background-color: #213040;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: 10px;
    border-radius: 10px;
    margin: 10px;
}
.internship_card:hover{
    position: relative;
    top: -10px;
    transition: 1s;
}
.internship_card_image{
    height: 20vh;
    width: 10vw;
    margin-left: 20px;
}
.internship_card_h1{
    color: #FAFAFA;
    font-family: sans-serif;
    font-size: 20PX;
    font-weight: 700;
    margin: 0px 0px 15px;
    margin-left: 20px;
    padding-top: 10px;
}
.internship_card_p{
    color: #FAFAFA;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 2px 0px 0px;
    margin-left: 20px;
    padding-top: 10px;
}
.internship_card_a{
    color: #ffffff;
    font-size: 17px;
    text-decoration: underline;
    text-transform: capitalize;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 20px;
    font-weight: bold;
    padding-top: 10px;
}
.projects_card{
    height: 65vh;
    width: 30vw;
    background-color: #EFF168;
    cursor: pointer;
    border-radius: 10px;
    margin: 10px;
}
.projects_card:hover{
    position: relative;
    top: -10px;
    transition: 1s;
}
.projects_card_image{
    height: 20vh;
    width: 10vw;
    margin-left: 20px;
}
.projects_card_h1{
    color: black;
    font-family: sans-serif;
    font-size: 20PX;
    font-weight: 700;
    margin: 0px 0px 15px;
    margin-left: 20px;
    padding-top: 10px;
}
.projects_card_p{
    color: black;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 2px 0px 0px;
    margin-left: 20px;
    padding-top: 10px;
}
.projects_card_a{
    color: black;
    font-size: 17px;
    text-decoration: underline;
    text-transform: capitalize;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 20px;
    font-weight: bold;
    padding-top: 10px;
}
.startup_card{
    height: 65vh;
    width: 30vw;
    background-color: #213040;
    cursor: pointer;
    border-radius: 10px;
    margin: 10px;
}
.startup_card:hover{
    position: relative;
    top: -10px;
    transition: 1s;
}
.startup_card_image{
    height: 50vh;
    width: 50vw;
    margin-left: 20px;
}
.startup_card_h1{
    color: #FAFAFA;
    font-family: sans-serif;
    font-size: 20PX;
    font-weight: 700;
    margin: 0px 0px 15px;
    margin-left: 20px;
    padding-top: 10px;
}
.startup_card_p{
    color: #FAFAFA;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 2px 0px 0px;
    margin-left: 20px;
    padding-top: 10px;
}
.startup_card_a{
    color: #ffffff;
    font-size: 17px;
    text-decoration: underline;
    text-transform: capitalize;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 20px;
    font-weight: bold;
    padding-top: 10px;
}
@media only screen and (max-width: 480px){
    .main-pages{
        display: flex;
        flex-direction: column;
    }
    .internship_card{
        height: 60vh;
        width: 80vw;
        align-self: center;
    }
    .projects_card{
        height: 70vh;
        width: 80vw;
        align-self: center;
    }
    .startup_card{
        height: 60vh;
        width: 80vw;
        align-self: center;
    }
    .projects_card_image,.projects_card_a,.projects_card_h1,.projects_card_p{
        align-self: center;
    }
    .internship_card_image,.internship_card_a,.internship_card_h1,.internship_card_p{
        align-self: center;
    }
    .startup_card_image,.startup_card_a,.startup_card_h1,.startup_card_p{
        align-self: center;
    }
}
.our_team_page{
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    background-color: #121a23;
}
.about_page{
    background-color: #121a23;
    display: flex;
    flex-direction: row;
}
.about_page_clients{
    display: flex;
    flex-direction: row;
}
.npv_about_image{
    height: 80vh;
    width: 50vw;
    margin: 30px;
    margin-top: 50px;
}
.about_page_para{
    font-size: 20px;
    text-align: center;
    align-self: center;
    color: white;
}
.about_heading{
    color: rgb(201, 201, 53);
    font-family: sans-serif;
    font-size: 35px;
    font-weight: bold;
}
@media only screen and (max-width: 480px){
    .about_page{
        display: flex;
        flex-direction: column;
        padding-top: 10px;
    }
    .about_page_clients{
        display: flex;
        flex-direction: column;
    }
    .npv_about_image{
        height: 50vh;
        width: 80vw;
    }
    .about_heading{
        align-self: center;
    }
}
.our_team_card{
    background-color: #212f3f;
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 480px){
    .our_team_card{
        display: flex;
        flex-direction: column;
    }
}
li::marker{
    color: rgb(201, 201, 53);
    font-size: 30px;
}
.our_team_image{
    height: 90vh;
    width: 50vw;
    margin-left: 50px;
}
.our_team_first{
    visibility: hidden;
    width: 0vw;
    height: 0vh;
}
@media only screen and (max-width: 480px){
    .our_team_first{
        visibility: visible;
    }
    .our_team{
        visibility: hidden;
        width: 0vw;
        height: 0vh;
    }
}
.final_about_page{
    color: #929ba8;
    background-color: #0d141a;
    font-weight: 600;
    display: flex;
    flex-direction: row;
}
.final_about_page_h1{
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 800;
    text-align: center;
}
.npv_logo1_image{
    height: 35vh;
    width: 35vw;
}
.about_heading_last{
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 500;
}
.final_about_page_center{
    display: flex;
    flex-direction: column;
}
.contact-form{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-left: 10px;
}
.contact-about-row{
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 480px) {
    .contact-about-row{
        display: flex;
        flex-direction: column;
        align-self: center;
    }
    .contact-form{
        display: flex;
        flex-direction: column;
        align-self: center;
    }
    .final_about_page {
      display: flex;
      flex-direction: column;
      align-self: flex-start;
      padding-left: 10px;
    }
    .npv_logo1_image {
      align-self: flex-start;
      margin-left: 10px;
    }
    .about_heading_last {
      align-self: flex-start;
      padding-left: 10px;
    }
    .final_about_page_center {
      align-self: flex-start;
      padding-left: 10px;
    }
    .startup_image{
        height: 30vh;
        width: 50vw;
        align-self: center;
    }
  }
.startup_image{
    height: 70vh;
    width: 70vw;
}
.fa {
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    padding: 5px;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: white;
    color: rgb(8, 8, 8);
  }
  
  /* Twitter */
  .fa-twitter {
    background: white;
    color: rgb(8, 8, 8);
  }
  .fa-linkedin {
    background: white;
    color: rgb(8, 8, 8);
  }