.navbar{
    border-radius: 30px !important;
    margin-top:20px;
    padding-left: 20px;
    padding-right: 20px;
}
body{
   font-family: "Oxygen", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h1{
    font-size: 90px;
}
.hero-text{
    font-size: 19px;
    margin-bottom: 40px;
    line-height: 2;
    text-align: center;
}
.text-orange{
    color: #fa853b !important;
}

.hire-me-btn{
    background-color: #fa853b;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}
.hire-me-btn:hover{
    background-color: #000000;
    color: white;
    text-decoration: none;
}
.about-section{
    background-color: #000000;
}

.section-title{
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    color: #fa853b;
}
.section-text{
    font-size: 18px;
    line-height: 1.8;
 
    color: white;
}

.projects,.contact{
    background-color: #eeeeee;
}

.project-card{
    height: 100%;
}

.skill-icon{
    width: 80px;
}

.contact-icon-container{
    height: 60px;
    width: 60px;
    background-color: #fa853b;
    border-radius: 15px;
}

.contact-icon-container{
    font-size: 28px;
    color:#ffffff;
}

footer{
    background-color: #000000;
    color: white;


    text-align: center;
}

.blink {
 
  animation: blink 1s steps(1) infinite;
}

.hero-img {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

li{
    line-height: 2;
}
.nav-link{
    text-transform: uppercase;
    font-size: 15px;
}

@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

@media screen and (max-width: 768px) {
   .hero-heading{
    font-size: 52px;
   }
    .section-text{
        text-align: center;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
   .hero-heading{
    font-size: 42px;
   }
   p{
    font-size: 16px;
   }
    .section-text{
        text-align: center;
        margin-top: 20px;
    }
    .skill-icon{
        width: 70px;
    }
    .skill-text{
        font-size: 14px;
        font-weight: 500;
    }
}