html {
  scroll-behavior: smooth;
}

#navbarNav{
    justify-content: end;
}



  .logo {
    height: 80px;
  }
 


#button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem; 
  margin: 2rem 0; 
}

.custom-btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
}
 body {
      font-family: 'Ancizar Sans', sans-serif;
    }
    .hero {
     display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 50px 10%;
    }
    .hero-text {
        flex: 1;
    }
    .hero-text h1 {
        font-size: 2.8rem;
        font-weight: bold;
        color: #0a0a23;
    }
    .hero-text h1 span {
        color: #00a8b5;
    }
    .hero-text p {
        color: #555;
        margin: 15px 0 30px;
        max-width: 400px;
    }
     .hero-image {
        position: relative;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle-frame {
        width: 250px;
        height: 250px;
        border-radius: 50%;
        padding: 10px;
        background: conic-gradient(#00a8b5 0deg 180deg, #0a0a23 180deg 360deg);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle-frame img {
        width: 230px;
        height: 230px;
        border-radius: 50%;
        object-fit: cover;
        background-color: white;
    }
    .contact-info {
        display: flex;
        gap: 20px;
        margin-top: 20px;
    }
    .contact-item {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #555;
        font-size: 14px;
    }
  
    
    .service-item .icon {
      font-size: 40px;
      margin-right: 20px;
      color: #0d6efd;
    }
    .service-item {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 8px;
    }
    .readmore {
      color: #0d6efd;
      text-decoration: none;
      font-weight: bold;
    }
    .contact-section {
  text-align: center;
  padding: 50px 20px;
}

.contact-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.subtext {
  color: #777;
  margin-bottom: 40px;
}

.contact-info-boxes {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.contact-box {
  background: #fdfdfd;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  padding: 20px;
  border-radius: 10px;
  width: 250px;
  text-align: center;
}

.contact-box i {
  font-size: 24px;
  margin-bottom: 10px;
  color: #a2825e;
}

.contact-box h4 {
  margin: 10px 0 5px;
  font-weight: bold;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
}

.contact-form button {
  display: block;
  margin: 20px auto 0;
  padding: 12px 25px;
  background-color:blue;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.skill{
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  color: black;
  width: 60%;
  margin: 0 auto;
}
.skill-label {
  text-align: left;
  font-family: 'Ancizar Sans', sans-serif;
    font-weight: bold;
  }
 
.html {width: 90%; background-color: #04AA6D;}
.css {width: 90%; background-color: #2196F3;}
.js{width: 65%; background-color: #f44336;}


footer {
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
  color: #6c757d;
  position: relative;
  bottom: 0;
  width: 100%;
}