body{
    padding: 0;
    margin: o;
    box-sizing: border-box;
    background-color: #fefee3;
}



/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: #000814;
}
.nav1{
    color: #031819!important;
}

/* hero background image */
.bgimage {
    min-height: 80vh;
    background-image: url('images/bgimage.jpg');
    background-size: cover; /* Ensures image covers the entire div */
    background-position: center;
    background-attachment: fixed; /* Parallax effect */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white; /* Text color */
}

/* Overlay for better readability */
.bgimage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

/* Text inside the background */
.bgimage .content {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}


/* text css above hero image*/
.hero_title {
    font-size: 4.5rem;
}
.hero_desc strong{
color: hsl(120, 93%, 48%);
}
.hero_desc {
    font-size: 3rem;
    color: #76b6ff;
    font-variant: inherit;
}
.name{
    color: #a8dadc;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}


/* spacing on all sections */
/* #about, #services, #portfolio, #contact {
    margin-top: 4rem;
    padding-top: 4rem;
} */
#contact {
    padding-bottom: 4rem;
}
/* about section image css */
.imageAboutPage {
    width: 100%;
    border-radius: 10%;
    box-shadow: 15px 15px 20px  #4b453a ;
}
.card-1{
    height: 300px;
}

/* services section css */
.servicesText.card {
    height: 280px;
    cursor: pointer;
  }
.servicesIcon {
    font-size: 36px;
    text-align: center;
    width: 100%;
}
.card-title {
    text-align: center;
}
.card:hover .servicesIcon {
    color: #008000;
}
.servicesText:hover {
    border: 1px solid #008000;
}

/* social media icons styling */
.social-icons {
    font-size: 36px;
    cursor: pointer;
}
.fa-facebook:hover,.fa-instagram:hover,.fa-x-twitter:hover,.fa-linkedin:hover, .fa-whatsapp:hover {
    color: #008000;
}
.fa-facebook,.fa-x-twitter,.fa-instagram,.fa-linkedin,.fa-whatsapp{
    color: #000814;
}
.fab {
    color: #000000;
}
/* footer styling */
#footer {
    background-color: #808080;
    text-align: center;
}
.section{
    background-color: #fefae0c3;
}
.card_1{
    width: 100;
}
.section1{
    background-color: #ffcad460;
}

.skill-list {
    list-style-type: none;
    padding: 0;
  }
  .skill-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .skill-logo {
    width: 50px;
    margin-right: 15px;
  }
  iframe{
    width: 100%;
    height: 500px;
  }
  .contact{
    background-color: #003049;
    box-shadow: 5px 5px 5px #57575769;
  }
  .contact h2{
    color: antiquewhite;
    margin-top: 35px;
    padding: 10px;
  }
  .about_us{
   background-image: url('images/aboutus.jpg');
   background-size: cover;

  }
  .service{
    background-image: url('images/service.jpg');
   background-size: 100% 100%;
  }
  .service-section{
    background-color: #52796f98;
  }
  .service-card{
    background-color: #f6fff8;
    box-shadow: 15px 15px 15px rgba(159, 224, 159, 0.498) inset;
    box-shadow: 15px 15px 15px rgba(32, 40, 32, 0.498) ;
  }
  .skills{
    background-color: #b8dbd9;
  }
  .port-card{
    padding-bottom: 15px;
    background-color: #f6fff8;
    box-shadow: 15px 15px 15px rgba(159, 224, 159, 0.498) inset;
    box-shadow: 15px 15px 15px rgba(32, 40, 32, 0.498) ;
  }
  .portfolioContent{
    background-color: #f6fff8;
    box-shadow: 15px 15px 15px rgba(159, 224, 159, 0.498) inset;
    box-shadow: 15px 15px 15px rgba(255, 192, 203, 0.557) ;
  }