@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    min-width: 375px;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

a{
    color: #1B2145;
    font-weight: 500;
}

.logo-image{
    height: 120px;
    margin-right: 10px;
}

.logo-title{
    font-size: 20px;
    font-weight: 700;
    color: #1B2145;
}

/* HEROSECTION*/
.hero-container{
    padding-top: 86px;
    position: relative;
    color: white;   
}

.hero-overlay{
    background-color: #1B2145;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 986px;
    opacity: 0.7;
    z-index: 1;
}

.hero-title{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;

  }

  .hero-container img{
    background-color: #1B2145;
    width: 100%;
    height: 900px;
    
  }


  .top-title{
    font-size: 90px;
    font-weight: 800;
  }

  .middle-title{
    margin-top: -20px;
    font-size: 30px;
  }

  .bottom-title{
    font-size: 60px;
    font-weight: 500;
  }

  .learn-more{
    font-size: 16px;
    width: 200px;
    padding: 15px;
    color: white;
    background-color: #2a99c5;
    border-style: none;
  }

  .about-us-btn{
        font-size: 16px;
        width: 200px;
        padding: 15px;
        color: white;
        background-color: #2a99c5;
        border-style: none;
  }

  .get-in-touch{
    font-size: 16px;
    width: 200px;
    padding: 15px;
    border-style: none;
    color: white;
    background-color: #1B2145;
  }
/* HEROSECTION*/

.title-content{
    font-size: 38px;
    font-weight: 700;
    color: #1B2145;
}




.icon-container{
    width: 100px;
    height: 100px;
    background-color: #1B2145;;
    border-radius: 50%;
}

.ppvc-container{
    width: 250px;
    height: 280px;
    padding: 20px;
    background-color: #1B2145;
    border-radius: 15px;
}

.number-container{
    width: 50px;;
    border-radius: 50%;
    background-color: #1B2145;
    opacity: 30%;
}



footer{
    background-color: #1B2145;
    height: 350px;
}

.footer-logo{
    height: 150px;
}

.footer-container{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: white;
}

.footer-icon{
    height: 30px;
}

.copyright-icon{
    height: 20px;
}

.img-solutions{
    width: 100%;
    height: 500px;
}




@media only screen and (max-width: 390px) {
    .hero-title{
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 2;
    
      }
    .hero-overlay{
        background-color: #1B2145;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 268px;
        opacity: 0.6;
        z-index: 1;
    }
    .hero-container{
        padding-top: 68px;
        position: relative;
        color: white;   
    }
    .hero-container img{
        width: 100%;
        height: 200px;
        
      }
    .logo-title{
        font-size: 14px;
    }
    .top-title{
        font-size: 35px;
    }
    .middle-title{
        margin-top: -10px;
        font-size: 12px
    }
    .bottom-title{
        font-size: 15px
    }
    .navbar-toggler{
        font-size: 8px;
    }
    .logo-image{
        height: 40px;
    }
    .learn-more{
        width: 100px;
        font-size: 10px;
        padding: 5px;
        color: white;
        border-style: solid;
        border-width: 1px;
        border-color: white;
    }
    .get-in-touch{
        width: 100px;
        font-size: 10px;
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #1B2145;
        background-color: #1B2145;
    }

    .title-content{
        margin-top: 0 !important;
        padding: 20px;
        font-size: 30px;
        text-align: center;
    }
    .sub-title{
        text-align: center;  
        padding: 20px;
        padding-top: 0px !important;
    }

    .btn-about{
        display: flex;
        margin-top: 0 !important;
        justify-content: center;
        margin-bottom: 20px;
    }

    .about-us-btn{
        margin: 0px;
        padding: 10px;
        font-size: 15px;
    }

    .img-fluid{
        padding: 10px;
    }

    .first-container{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .about-us{
        display: flex;
        justify-content: center;
    }
    
    .about-us-subtitle{
        margin-top: 0 !important;
    }

    .second-container{
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
    }

    .ppvc-subtitle{
        text-align: center !important;
    }

    .third-container{
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
    }

    .fourth-container{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .number-container{
        width: 40px;
        border-radius: 50%;
        background-color: #1B2145;
        opacity: 30%;
    }

    footer{
        background-color: #1B2145;
        height: 380px;
    }

    .footer-name{
        font-size: 25px !important;
    }

    .footer-right-text{
        font-size: 12px !important;
    }

    .card-container{
        padding: 10px !important;
    }

    .project-image{
        padding: 0 !important;
    }

    .contact-title{
        text-align: center !important;
    }
    
    .contact-container{
        margin-top: 2px !important;
    }

}

@media only screen and (min-width: 425px) and (min-width: 430px) and (max-width: 460px) {
    .hero-title{
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 2;
    
      }
    .hero-overlay{
        background-color: #1B2145;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 268px;
        opacity: 0.6;
        z-index: 1;
    }
    .hero-container{
        padding-top: 68px;
        position: relative;
        color: white;   
    }
    .hero-container img{
        width: 100%;
        height: 200px;
        
      }
    .logo-title{
        font-size: 14px;
    }
    .top-title{
        font-size: 35px;
    }
    .middle-title{
        margin-top: -10px;
        font-size: 12px
    }
    .bottom-title{
        font-size: 15px
    }
    .navbar-toggler{
        font-size: 8px;
    }
    .logo-image{
        height: 40px;
    }
    .learn-more{
        width: 100px;
        font-size: 10px;
        padding: 5px;
        color: white;
        border-style: solid;
        border-width: 1px;
        border-color: white;
    }
    .get-in-touch{
        width: 100px;
        font-size: 10px;
        padding: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: #1B2145;
        background-color: #1B2145;
    }

    .title-content{
        margin-top: 0 !important;
        padding: 20px;
        font-size: 30px;
        text-align: center;
    }
    .sub-title{
        text-align: center;  
        padding: 20px;
        padding-top: 0px !important;
    }

    .btn-about{
        display: flex;
        margin-top: 0 !important;
        justify-content: center;
        margin-bottom: 20px;
    }

    .about-us-btn{
        margin: 0px;
        padding: 10px;
        font-size: 15px;
    }

    .img-fluid{
        padding: 10px;
    }

    .first-container{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .about-us{
        display: flex;
        justify-content: center;
    }
    
    .about-us-subtitle{
        margin-top: 0 !important;
    }

    .second-container{
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
    }

    .ppvc-subtitle{
        text-align: center !important;
    }

    .third-container{
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
    }

    .fourth-container{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .number-container{
        width: 40px;
        border-radius: 50%;
        background-color: #1B2145;
        opacity: 30%;
    }

    footer{
        background-color: #1B2145;
        height: 380px;
    }

    .footer-name{
        font-size: 25px !important;
    }

    .footer-right-text{
        font-size: 12px !important;
    }

    .card-container{
        padding: 10px !important;
    }

    .project-image{
        padding: 0 !important;
    }

    .contact-title{
        text-align: center !important;
    }
    
    .contact-container{
        margin-top: 2px !important;
    }

}
