*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: poppins,sans-serif;
    text-decoration: none;
  
}
body{
    overflow-x: hidden;
}.appbar{
    background: url('images/background_image.jpg');
    background-size: cover;
    height: 200px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-top: 20px;
    align-items: flex-start;
    position: relative;
    padding-right: 20px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
}.nav-items{
    background-color: white;
    border-radius: 10px;
    padding: 8px;
}
.hero-header{
    width: 100%;
    height: 100%;
    background: rgb(46, 46, 46);
}.wrapper{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
header{
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.logo i{
    height: 45px;
    width: 45px;
    background-color: blue;
    border-radius: 50%;
    color: aliceblue;
    font-weight: 1.5rem;
    padding: 10px;
    margin-right: 5px;
    cursor: pointer;
    text-align: center;
}
.logo .logo-text{
    font-size:   24px;
    font-weight: 500;
    color: aliceblue;

}
.hero-abouttxt{
    display: block;
    width: 350px;
}
nav .togglebtn{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 45px;
    right: 3%;
    z-index: 5;
    cursor: pointer;
    /* background-color: blue; */
    display: none;
}
nav .togglebtn span{
    display: block;
    background-color: aqua;
    margin: 5px;
    width: 5px 0px;
    height: 3px;
    transition: 0.3s;
    transition-property: transform, opacity;
}
nav .navlinks{
    list-style-type: none;
   
}
nav .navlinks li{
    display: inline-block;
}
nav .navlinks li a{
   color: white;
   margin-right: 2.5rem;
}
.container{
    display: flex;
    justify-content: center;
   
    /* padding-top: 2rem;  */
}
.container .hero-pic{
    height: 350px;
    width: 350px;
    border-radius: 100%;
    overflow: hidden;
    border: 10px solid #4420;
    box-shadow: 5px 7px 25px rgba(red, green, blue, alpha);
}
.hero-pic img{
    padding: 1px;
    width: 100% ;
    height: 100%;
    transition: 0.8s;
}.hero-pic img:hover{
    transform: scale(1.2);
}
.hero-text{
    max-width: 500px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    padding-left: 150PX;
}
.hero-text h5{
    color: beige;
    padding: 10px;
    font-size: 30px;
}
.hero-text h5 span{
    color: rgb(127, 127, 138);
    font-size: 12 px;
}

.hero-text h1{
    color: rgb(146, 146, 177);
    font-size: 26px;
    padding: 10px;
}
.hero-text p{
    color: rgb(188, 162, 128);
    font-size: 10 px;
    padding: 10px;
}
.btn-group{
    margin: 45PX 0;
    justify-content: center;
}
.btn-group .btn{
   color: antiquewhite;
   border: 2px solid #444;
   background-color: gray;
   padding: 12px;
   border-radius: 15px;
   margin: 5px 0;
   border-color: white;
   box-shadow: 0 10px 10px -8px rgb(0 0 0 / 78%);
}
.btn.active{
    border-color: blue;
}
.social{
    
    justify-content: center;
}
.hero-text .social i{
    color: aliceblue;
    font-size: 18px;
    margin-right: 10px;
    transition: 0.5s;
}
.hero-text .social i:hover{
    color: rgb(42, 42, 158);
    transform: rotate(360deg);
}
@media(max-width:930px){
    .navbar-nav {
        text-align: right;
        width: 100%;
    }

    .navbar-toggler {
        display: block;
    }

    .navlinks {
        position: absolute;
        top: 80px;
        right: -100%;
        width: 100%;
        height: auto;
        background: rgba(46, 46, 46, 0.9);
        text-align: center;
        transition: right 0.3s ease-in-out;
    }

    .navlinks.open {
        right: 0;
    }

    .navlinks li {
        display: block;
        padding: 10px;
    }

    .navlinks li a {
        font-size: 18px;
        display: block;
        padding: 10px 0;
    }

}

@media(max-width:930px){
    .container{
        flex-direction: column;
        padding-top: 2rem;
        align-items: center;
    }
    .hero-text{
        padding: 40px 0px;
        /* padding-left: 150px; */
    }
}
/* contact-me-body */

.contact-me-body{
    background: rgb(46, 46, 46);
}
.contact-logo-text{
    font-size:   24px;
    font-weight: bold;
    color: rgb(3, 1, 39);
}
.contactLable{
    font-size:   18px;
    font-weight: bold;
    color: rgb(87, 86, 86);
}
.contact-form {
    width: 75vw; /* Half of the viewport width */
    max-width: 500px; /* Prevents it from being too large on big screens */
    min-width: 300px;  /* Fixed width */
   margin: 0 auto; /*  Center the form */
    padding: 20px;
    border: 2px solid #4e637abd; /* Blue border */
    border-radius: 10px; /* Rounded corners */
    background-color: #aaa9a9; /* Light background */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); /* Light shadow */
}
/* navbar style */
.navbar-brand{
    color: white;
}
/* .container-fluid{
    background-color:transparent;
} */
/* Navbar Toggler Custom Style */
.navbar-toggler {
    background-color: rgb(80, 80, 80) !important; /* Sets yellow background */
    border: 2px solid rgb(184, 183, 183) !important; /* Red border */
    padding: 8px 12px; /* Adjust padding for better spacing */
    border-radius: 8px; /* Rounded corners */
    transition: all 0.3s ease-in-out; /* Smooth transition effect */
}

/* Hover & Focus Effects */
.navbar-toggler:hover,
.navbar-toggler:focus {
    background-color: rgb(80, 80, 80) !important; /* Change color on hover */
    border-color: darkred !important; /* Darker border */
    transform: scale(1.1); /* Slight zoom effect */
}

/* Custom Navbar Toggler Icon */
.navbar-toggler-icon {
    width: 30px; /* Adjust width */
    height: 30px; /* Adjust height */
    background-image: url('images/nav_barline.png'); /* Custom menu icon */
    background-size: contain; /* Ensures the image fits well */
    background-repeat: no-repeat;
    background-position: center;
}
.navbar-toggler-image{
    width: 30px; 
    height: auto; 
}
.container-fluid{
    justify-content: space-between;
}