html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}



h1{
    /* color: #0E2431; */
    line-height: 1.5;
    font-size: 3.5rem;
}

hr {
    border-style: none;
    border-top-style: dotted;
    border-color: gray;
    width: 5%;
    border-width: 6px;
}

.container-fluid{
    padding-left: 0rem;
    padding-right: 0rem;
    overflow: hidden;
  }

.side-padding{
    /* background-color: rgb(3, 3, 3); */
    /* background-color: white; */
    padding: 5% 9%;    
}
.only-side-padding{
    padding: 0.5% 8%;
}

/* <----------------------------Navigation-Bar---------------------------------> */

.sticky{
    position: fixed;
}

.navbar-nav > li{
    margin: 0px 15px;
  }

.navbar-nav input{
    height: 2rem;
    margin: auto;
    border-radius: 5px;
}

.active{
    border-bottom: 1.5px solid orange;
}

/* <--------------------title-section-----------------------------> */

.span-text{
    color: #4070f4;
}

.title-heading{
    padding: 5% 0%;
    justify-content: center;
}

.title-section{
    padding: 2% 5%;
}

.title-image{
    width: 325px;
    height: 330px;
}

.title-pic{    
    /* display: flex; */
    /* justify-content: center;
    align-items: center;     */
    padding: 8.5% 0% 0% 13%;
}

.icons i{
    padding: 8px;
    margin: 10px 2px;
    
    
}

.icons{
    margin: 20px 0px 0px 0px;
}

.contact-button{
    border: 3px solid white;
    color: white;
    background-color: black;
    
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    /* display: inline-block; */
    font-size: 1.5rem;
    margin: 4px 2px;
    cursor: pointer;
    
}

.contact-button:hover{
    /* border-color: #4070f4; */
    /* background-color: white; */
    background-image: linear-gradient(to left, orange, rgb(243, 62, 92), purple);
    /* color: #4070f4; */
}

.contact-button:focus{
    outline: none;
}


table, th, td {
    border: 1px solid orange;
    margin-left: auto; 
    margin-right: auto;
}

th, td{
    padding: 5px 35px;
}

th{
    background-image: linear-gradient(to left, orange, rgb(243, 62, 92), purple);
}

p, ul{
    text-align: left;
}

.spcl-ul{
    padding: 0% 25%;
}
  

/* <-------------------------Contact Section-------------------------> */

.contact-area{
    display: flex;
    justify-content: center;
    align-items: center;
}

.input{
    /* text-align:left; */
    padding: 2% 2%;
    margin: 3% 0%;
    border-color: orangered;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    outline: none;
}

.input:focus{
    border-color: orange;
}

.input::placeholder{
    padding-left: 3%;
}

.input-message{
    height: 200px;
    font-size: 16px;
}

.message{
    padding: 0% 20%;
}



.center-item{
    display: flex;
    justify-content: center; 
    /* align-items: center; */
    /* text-align: center; */
    /* padding: 5% 0%; */
}

.text-center{
    text-align: center;
}


/* <----------------------------------Skills----------------------------> */

.skill-image{
    height: 6rem;
    width: 6rem;
    padding: 4% 4%;
}

.skill{
    padding: 5% 7%;
    text-align: center;
}

.multicolortext {
    background-image: linear-gradient(to left, orange, rgb(243, 62, 92), purple);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
  }


.back-black{
    /* margin: 10% 10% 10% 10%; */
    /* background-image: linear-gradient(to left, rgb(51, 49, 46), rgb(12, 5, 7), rgb(8, 8, 8)); */
    background-color: black;
    /* border-radius: 20px; */
    color: white;
}








