* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.background {
    background-color: black;
    color: #e0e0e0;
    width: 100%;
}

.nav {
    border-radius: 20px;
    box-shadow: 0 5px 20px #1a4a5f;
}

.emy {
    color: #38bdf8;
}

.navbar-brand {
    font-size: 22px;
    color: #7dd3fc;
}

.style {
    color: #0ea5e9;
}

.nav-link {
    margin: 0 10px;
    transition: 0.4s;
}

.nav-link:hover {
    border-bottom: 2px solid #38bdf8;
    border-radius: 8px;
}

.header-text{
  opacity: 0;
  transform: translateY(-30px);
  animation: fadeSlide 1.5s ease forwards;
}

@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hire-btn {
    background: linear-gradient(45deg, #38bdf8, #7dd3fc);
    border-radius: 20px;
    padding: 6px 18px;
    color: white;
    font-weight: 500;
}

.btn-blue {
    background: linear-gradient(45deg, #19485c, #7dd3fc);
    color: #e0e0e0;
    border-radius: 25px;
    font-weight: 500;
    padding: 6px 18px;
}


.btn-blue:hover {
    background: linear-gradient(75deg, #7dd3fc, #222a84);
    transform: scale(1.06);
    color: black;
}

.hire-btn:hover {
    transform: scale(1.05);
    color: #e0e0e0;
}

.header-img {
    width: 320px;
    border-radius: 50px;
    height: auto;
}

.icons a {
    color: #3d9bff;
    font-size: 20px;
    margin-right: 15px;
    transition: 0.3s;
}

.icons a:hover {
    color: white;
}

.btn-info {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(6, 22, 118, 0.4);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.skills {
    background: #030405;
    padding: 90px 0;
    margin-top: 60px;
    margin-bottom: 60px;
    color: white;
}

.skills span {
    color: #1cb7ff;
}

.skill-card {
    background: #05080c;
    padding: 40px 25px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(20, 136, 178, 0.4);
    border-radius: 12px;
}

.skill-card i {
    font-size: 35px;
    color: #1ca0ff;
    margin-bottom: 15px;
}

.skill-card h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.skill-card p {
    font-size: 14px;
    color: white;
}

.skill-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(13, 3, 97, 0.6);
    border: 2px solid blue;
}

.skill-row {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #050608;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(2, 6, 33, 0.676);
    transition: 0.3s;
    color: white;
}

.skill-row:hover {
    transform: translateY(-5px);
    box-shadow: #060c5e;
    background-color: white;
    color: black;
    border: 3px solid rgb(157, 198, 248);
}

.icon-card {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 30px;
    color: #1ca0ff;
    box-shadow: #158fc4;
}

.skill-row p {
    font-size: 14px;
}

.contact-container {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    background: #000;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 25px #38bdf8;
    color: white;
}

.contact-container h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #38bdf8;
}

.contact-container .form-control {
    background: transparent;
    border: 1px solid #38bdf8;
    color: white;
}

.contact-container .form-control::placeholder {
    color: #bbb;
}

.contact-container label {
    color: #7dd3fc;
}

.btn-send {
    background: #38bdf8;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    transition: 0.3s;
}

.btn-send:hover {
    background: #0ea5e9;
    transform: scale(1.05);
}

.project-card {
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 123, 255, 0.3);
    padding: 15px;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.5);
}

.card-title {
    font-weight: bold;
}

.card-text {
    font-size: 14px;
    margin-bottom: 15px;
}

.btn-project {
    background: linear-gradient(45deg, #38bdf8, #0ea5e9);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(14, 165, 233, 0.4);
    margin-top: 10px;
    text-align: left;
}

.btn-project:hover {
    transform: scale(1.05);
    background: linear-gradient(75deg, #13181b, #38bdf8);
    box-shadow: 0 8px 20px rgba(14, 165, 233, 0.6);
    color: white;
    transition: 3s;
    
}

hr {
    background: linear-gradient(75deg, blue, rgb(84, 175, 245));
}

.card-about {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(6, 22, 118, 0.4);
    transform: scale(1.05);
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.card-about:hover {
    box-shadow: 0 5px 15px rgba(87, 179, 250, 0.4);
    transform: scale(1.05);
    transform: translateY(-8px);
    transition: 0.3s;
    border: 2px solid rgba(45, 116, 238, 0.584);
}

#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px solid white;
    border-radius: 2px;
    background-color:white;
    transition: 0.3s;
    padding: 8px;
}

#topBtn:hover {
    transform: scale(1.1);
}