/*-- Home Banner Section --*/
.nav-bg {
    background-color: transparent !important;
}
.nav-button{
    height:30px;
    width:100px;
    background-color: transparent;
    color: #ffffff;
    border-radius:15px;
    border-width:2px;
    border-color: #00e0ff;
    border-style:solid;
    text-align: center;
}
.nav-button:hover {
    background-color: #00e0ff;
    color: #0a0f1a;
}

.hbs-nav-logo {
    color: #00e0ff;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 700;
    border: 2px solid #00e0ff;
    padding: 10px;
}

.hbs-bg-container {
    background-color: #0a0f1a;
    background-size: cover;
    height: 100vh;
}

.hbs-image {
    height: 350px;
    width: 350px;
    border-radius: 50%;
    border: 4px solid #00e0ff;
}

.hbs-main-heading {
    font-size: 35px;
    color: #ffffff;
}

.hbs-heading-in {
    color: #00e0ff;
}

.hbs-para {
    color: #b0bec5;
    font-size: 28px;
}

.hbs-para2 {
    color: #eceff1;
    font-size: 18px;
}

.hbs-button {
    width: 140px;
    height: 40px;
    background-color: transparent;
    border: 2px solid #00e0ff;
    border-radius: 5px;
    color: #00e0ff;
    font-weight: 500;
    transition: background 0.3s ease;
}

.hbs-button:hover {
    background-color: #00e0ff;
    color: #0a0f1a;
}

.button {
    background-color: #00e0ff;
    color: #0a0f1a;
    font-family: "Roboto", sans-serif;
    height: 50px;
    width: 150px;
    border-radius: 10px;
    font-size: 20px;
    border: none;
}

/*-- About Me Section --*/

.ams-bg-container {
    background-color: #101820;
}

.ams-heading {
    color: #00e0ff;
    font-size: 22px;
    font-weight: bold;
}

.ams-main-heading {
    color: #ffffff;
    font-size:25px;
    font-weight: bold;
}

.ams-image-card {
    width: 500px;
    height: 500px;

}

.ams-paragraph {
    color: #cfd8dc;
    font-size: 18px;
}

.ams-bg-container1 {
    background-color: #0a192f;
    padding-top: 35px;
}

.ams-image-font {
    text-align: center;
    background-color: #1c2a40;
    padding: 13px;
    border-radius: 10px;
}

.ams-image {
    height: 70px;
    width: 70px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.ams-image-card1 {
    height: 390px;
    width: 350px;
    margin-top: 45px;
}

/*-- Project Section --*/

.ps-bg-container {
    background-color:#0a0f1a;
}

.ps-container-heading {
    color: #00e0ff;
    font-size: 25px;
}

.ps-statement {
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
}

.ps-image-container {
    background-color: #1c2a40;
    border-radius: 10px;
}

.ps-image-card {
    height: 260px;
    width: 100%;
    border-radius: 10px;
}

h1 {
    color: #90a4ae;
    font-size: 15px;
}

.ps-main-heading {
    color: #ffffff;
    font-size: 25px;
}

.ps-paragraph {
    color: #b0bec5;
    font-size: 18px;
}

.ps-menu-item-link {
    color: #00e0ff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.ps-menu-item-link:hover {
    text-decoration: underline;
}

/*-- Service Section --*/

.ser-bg-container {
    background-color: #0d1e2d;
}

.ser-services-text {
    color: #00e0ff;
    font-size: 24px;
    font-weight: bold;
}

.ser-statement {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
}

.ser-card-container {
    background-color: #1c2a40;
    padding: 20px;
    border-radius: 8px;
}

.ser-image-card {
    height: 65px;
    width: 60px;
}

.ser-main-heading {
    color: #ffffff;
    font-size: 29px;
}

.ser-paragraph {
    color: #cfd8dc;
    font-size: 20px;
}

/*-- Contact Section --*/

.cs-bg-container {
    background-color: #081018;
}

.cs-image-card {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    border: 2px solid #00e0ff;
}

.cs-heading {
    color: #00e0ff;
    font-size: 20px;
    font-weight: bold;
}

.cs-para {
    color: #b0bec5;
    font-size: 19px;
}

.cs-icon-image {
    color: #5a7184;
    font-size: 22px;
}

.cs-bg-container1 {
    background-color: #081018;
}

.contact-section {
    background-color: #0d1b2a;
}

.contact-section h2 {
    color: #00e0ff;
    font-weight: bold;
}

.form-label {
    color: #00e0ff;
}

.contact-section .form-control:focus {
    border-color: #00e0ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 224, 255, 0.25);
}
#response {
  font-weight: bold;
  margin-top: 10px;
}

#response.success {
  color: green;
}

#response.error {
  color: red;
}
