

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@700&family=Inter:wght@400;700&family=Lexend+Deca&family=Poppins:wght@600;700&family=Roboto+Condensed&family=Roboto:wght@500&display=swap');



h1,h2,h3,h4,h5, p, a, span, i{
    font-family: 'Roboto Condensed', sans-serif;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    color:white;

}
.flex{
    display: flex;
}
.d-bolck{
    display: block;
}
.pos-relative{
    position: relative;
}
.pos-absolute{
    position: absolute;
}
.con-width{
    width:75%;
    margin-left:auto;
    margin-right:auto;
}
.fluid-width{
    width:100%;
    
}
.bg-color-1{
    background-color:#1E1E1E;
}
.bg-color-2{
    background-color: #333333;
}
.nav-bg-color{
    background-color: #242526;
}
.color{
    color:white;
}
.orange-color{
    color:#04E8B9;
}
.bdr-top{
    border-top: 2px solid black;
}
.bdr-btm{
    border-bottom: 2px solid rgba(255,255,255,0.1);
}

.header{
    width:100%;
    display: block;
    justify-content: center;
    align-items: center;
    border-bottom:1px solid rgba(255,255,255,0.1);
    position: fixed;
    z-index: 999;
}
.section-heading{
    text-align:center;
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 1rem;
    font-weight: bold;
}
.nav-container{
    justify-content: space-between;
    align-items: center;
}
.overflowX{
    overflow-x: hidden;
}
.overflowY{
    overflow-y: hidden;
}
.btn{
    box-shadow: none !important;
    border-radius: 26px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 33px;
    outline: none !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .5px;
    border: 0;
    margin-top:25px;
    border-radius: 0px 15px;
}
.section-gap{
    padding-bottom: 4rem;
}
.padding-top{
    padding-top:9rem;
}
.pt-5rem{
    padding-top:5rem;
}
.pb-5rem{
    padding-bottom: 5rem;
}
.border-b{
    border-bottom: 1px solid black;
}
.border-bottom{
    width:100px;
    margin:0 auto;
    border:2px solid #04E8B9;
}
/*navigation bar start*/
.active{
    background-color:#04E8B9 ;
    color:#333333;
    transition: all ease-in-out 0.2s;
}
.nav{
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #242526;
}
.container{
    display: flex;
    justify-content: space-between;
}
.nav div.logo{
    width: 17%;
    height: 10px;
   
    
}
.logo-color {
    color: #04E8B9;
}
.nav div.logo a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;

}

.nav div.logo a:hover {
    color: #c0c0c0;
}

.nav div.main_list{
    width: 600px;
    height: 65px;
   
}

.nav div.main_list ul{
    width:100%;
    height: 65px;
    display: flex;
    list-style: none;
}

.nav div.main_list ul li{
    width: 120px;
    height: 65px;
    border-right:1px solid rgba(255,255,255,0.1);
    border-left:1px solid black;
    display: inline-block;
}

.nav div.main_list ul li:nth-child(1) {
    border-left:none;
}
.nav div.main_list ul li:nth-child(5) {
    border-right:none;
}

.nav div.main_list ul li a{
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    text-transform: uppercase;
    padding: 65px 10px;

}

.nav div.main_list ul li:hover{
    background-color:#04E8B9 ;
    transition: all ease-in-out 0.2s;
    color:#242526;
}
.show_list{
    background-color:#04E8B9 ;
    color:#242526;
    transition: all ease-in-out 0.2s;
}
.nav-link {
    transition: all 0.3s ease-in-out;
  }
.nav div.media_button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 12px;
    display: none;
}


.nav div.media_button button.main_media_button {
    width: 80%;
    height: 100%;
    background-color: transparent;
    outline: 0;
    border: none;
    cursor: pointer;
}

.nav div.media_button button.main_media_button span{
    width: 98%;
    height: 1px;
    display: block;
    background-color: #fff;
    margin-top: 9px;
    margin-bottom: 10px;
    color:white;
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(1){
    transform: rotateY(180deg);
    transition: all 0.5s;
    background-color: #c0c0c0;
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(2){
    transform: rotateY(180deg);
    transition: all 0.4s;
    background-color: #c0c0c0;
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(3){
    transform: rotateY(180deg);
    transition: all 0.3s;
    background-color: #c0c0c0;
}

.nav div.media_button button.active span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 45deg);
    position: absolute;
    margin: 0;
}

.nav div.media_button button.active span:nth-of-type(2) {
    display: none;
}

.nav div.media_button button.active span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -45deg);
    position: absolute;
    margin: 0;
}

.nav div.media_button button.active:hover span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 20deg);
}

.nav div.media_button button.active:hover span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -20deg);
}
/* header start */
.hero{
    background-color: #1E1E1E;
      
}
.hero-img{
    width:45%;


}
.hero-img img{
    width:100%;
    height:80%;
    border-radius: 30px 0px;
    border:2px solid white;
}
.text-container{
   width:45%;
   margin-left:10%;
    
}
.he-img{
    align-items: center;
}
.align-middle{
    margin-left:auto;
    margin-right:auto;
}
.hero-h1{
    padding: 7px 0px 8px 0px;
    text-transform: uppercase;
    font-size: 36px;
}

.hero-h4{
    line-height: 29px;
}
.hero-p{
    line-height: 34px;
    font-size: 21px;
}
.hero-btn-1{
    margin-right:11px;
    background-color:#04E8B9;
    border:none;
    border:2px solid white;
    height:53px;
    font-weight: bold;
    font-size: 18px;
    color:#1E1E1E;

}

.hero-btn-1:hover{
    background-color:#1E1E1E;
    color:white;
    border:2px solid white;  
    transition: all 0.3s ease-in-out;
}
.download-icon{
    color:#1E1E1E;
}
.download-icon:hover{
    color:white;
}
/* end hero */

/* start about me */

.about-me{
    padding-top:5rem;
}
.about-heading{
    text-align: center;

}
.about-heading p{
    line-height: 26px;
    margin-top:20px;
    
}
.about-img{
    max-width:39%;
    margin-right:1%;
    max-height:500px;
   

}
.about-img img{
    width:100%;
    height:100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 35px 0px;
    border: 5px solid #04E8B9;
}
.about-text ul h5{
    margin:5px 0 0;
    text-transform: inherit;
    font-weight: 600;
    font-size: 18px;
    color:white;
    line-height: 30px;
}
.about-text ul li span{
    text-transform: capitalize;
    padding-right:10px;
    opacity: 0.7;
    font-size: 17px;
    color:white;
    font-weight: 400;
}
.about-text ul li a{
    color:white;
}
.about-text{
    width:28%;
    margin-left:2%;
    /* display: table; */
    
}
.about-text ul{
    display: table-cell;
    /* vertical-align: middle; */
}
.touch-me-box{
    padding: 5px;
    border-radius: 0.5rem;
    background-color: #242526;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width:90%;
    height:100%;
}
.about-box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 2fr));
    gap:1rem;
    padding-top:15px;
   
}
.about-box img{
    height:60px;
    width:60px;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin:0 auto;
    display:block;
    
    
}
.about-container h2{
    text-align: center;
    font-size: 28px;
    font-style: italic;
    padding-bottom:15px;


}
.download-btn{
    padding: 12px 20px;
    background-color: #04E8B9;
    border-radius: 0px 20px;
    border:2px solid white;
    font-size:15px;
    margin-top:10px;
    text-transform: uppercase;
    font-weight: bold;
    color:white;
}
.download-btn i{
    color:white;
}
.download-btn:hover{
    padding: 12px 20px;
    background-color:#333333;
    border-radius: 0px 20px;
    opacity: 0.8;
    color:white;
    transition: all 0.5s ease-in-out;
      
}
.download-div{
    margin-top:20px;
}
.download-btn i{
    padding-right:8px;
}

.download-btn span{
    text-transform: uppercase;
    color:#00203F;
}
.hr{
    width: 50%;
    margin: 0 auto;
    height: 0.2px;
    background-color: white;
    margin-top: 50px;
    opacity: 0.3;
}
.experience{
    width:80%;
}
.d-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr))
}
.experience h2{
    padding-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
    
}
.border-bottom-ex{
    width: 100px;
    border: 2px solid #04E8B9;
    margin-bottom:22px;

}
.experience ul li span{
    line-height: 3rem;
    background-color: #04E8B9;
    padding: 6px;
    border-radius: 10px;
}
.experience ul li {
    margin-bottom:2rem;
    }
.experience ul li h2{
    line-height: 2.4rem;
    text-transform: uppercase;
    font-size:18px;
}
/* skill */

.skill .border-bottom{
    margin-bottom:2rem;
}
.skill-box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 2fr));
    gap:1.5rem;
}
.box{
    text-align: center;
    padding: 2rem;
    border-radius: 0.5rem;
    background-color: #242526;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.box-2-bg{
    background-color: #333333;
}
.skill-box .box img{
    height:7rem;
    text-align: center;
}

.box h3{
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.skill-heading{
    padding:1.5rem 0;
}
/* end of  */

/* My project css start */
.projects-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap:30px;
}
.projects-content .project{
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.projects-content img{
    display: block;
    max-width: 100%;
    background-size:cover;
    height:400px;
    width:400px;
}
.project-details{
    padding:15px;
    text-align: start;
    color:#000;
}
.project-details .project-title{
    text-transform: capitalize;
    margin-bottom:8px;
    font-size: 22px;
    font-weight: 600;
}
.project-details .project-description{
    font-size: 15px;
    line-height: 1.6;
}
.project-details .btn-group{
    margin-top:25px;
    display: flex;
    text-align: center;
    gap:10px;
    height:35px;
}
.project-details .btn-group .btnProject{
    padding:5px 10px;
    font-size: 15px;
    background-color: #04E8B9;
    color:#1E1E1E;
    text-transform: capitalize;
    border:1px solid transparent;
    border-radius: 4px;
    
}
/* My project css end */

/* Contact me section */
.input-box input{
    padding:1.2rem 1.8rem;
    font-size: 1.6rem;
    text-transform: none;
    margin:10px 4px;
    width:49%;
    background: #1E1E1E;
    color:white;
    outline:none;
    border:none;
    border-radius: 6px;

}
.form textarea{
    width:100%;
    height:20rem;
    resize: none;
    border-radius: 0.7rem;
    outline: none;
    border: none;
    background-color: #1E1E1E;
    font-size: 1.6rem;
    padding:1.2rem 1.8rem;
    margin:10px 4px;
    color:white;

}
.form .form-btn{
    padding:10px 10px;
    cursor:pointer;
    display: inline-block;
    border-radius: 5px;
    font-size: 1.6rem;
    background-color: #04E8B9;
    color:#00203F;
    outline: none;
    border: none;
}
.footer{
    padding:30px 0px;
}
.copyright{
    text-align: center;
}