/* CSS Reset Style */
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Open Sans", sans-serif;
}

/* Shared Style */
.btn{
    background-color: rgba(253, 110, 10, 1);
    color:rgba(255, 255, 255, 1);
    border:0.125rem solid rgba(253, 110, 10, 1);
    padding:0.75rem 1.125rem;
    font-size:1rem;
    border-radius:0.3125rem;
    font-weight: 500;
    letter-spacing:0.0625rem;
    transition:0.3s;
    cursor: pointer;
}




/*=========================
    Header Area Design 
 ==========================*/

header{
    width:100%;
    margin:auto;
    background: rgba(255, 248, 243, 1);
    background-image:url(../images/developer.png), url(../images/header_bg.png);
    background-position:left top, right bottom;
    background-repeat:no-repeat;
    overflow:hidden;
}


/* Nav Section */
nav{
    width:85%;
    margin:auto;
    margin-top:2rem;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-links{
    display:flex;
    align-items: center;
    gap:2rem;
}
nav .logo a{
    color:#000000;
    font-size:2rem;
    font-weight: 800;
    line-height:3rem;
    text-decoration: none;
}
nav .logo a span{
    color:rgba(253, 110, 10, 1);
}
nav .nav-link{
    list-style-type: none;
}
nav .nav-links .nav-item{
    text-decoration: none;
    color: rgb(56, 56, 56);
    font-size:1rem;
    font-weight: 400;
    line-height:1.33rem;
    letter-spacing:0.0625rem;
    transition:0.3s;
}
nav .nav-links .nav-item:hover{
    color:rgba(253, 110, 10, 1);
}
.nav-links .btn-nav:hover{
    background: transparent;
    color:rgba(253, 110, 10, 1);
}



/* Banner Section */
.banner-area{
    height:650px;
    /* background-color: #000000; */
}
.banner-content{
    display:flex;
    justify-content:space-between;
    align-items: center;
    margin:30px 30px 0px 100px;
}
.banner-subtitle{
    color: rgba(71, 71, 71, 1);
    font-size:2rem;
    font-weight: 600;
    line-height:3rem;
}
.banner-title{
    color: rgba(24, 24, 24, 1);
    font-size:4rem;
    font-weight: 700;
    line-height:5.7rem;
}
.banner-description{
    color: rgba(117, 117, 117, 1);
    font-size:1rem;
    font-weight: 400;
    line-height:1.44rem;
}
.banner-btn-container{
    margin-top:1.5rem;
}
.banner-btn-1:hover{
    background: transparent;
    color:rgba(253, 110, 10, 1);
}
.banner-btn-2{
    background: transparent;
    color:rgba(253, 110, 10, 1);
    margin-left:1rem;
    transition:0.3s;
}
.banner-btn-2:hover{
    background-color:rgba(253, 110, 10, 1);
    color:#ffffff;
}




/*=========================
    Main Area Design 
 ==========================*/
main{
    margin:0rem 11.25rem;
}

#about{
    margin:6rem 0rem;
    border-radius: 10px;
    background: rgba(255, 248, 243, 1);
}
.about-container{
    padding:2rem;
}
.about-title, .services-title{
    color: rgba(24, 24, 24, 1);
    font-size:1.73rem;
    font-weight: 700;
    line-height:2.37rem;
    text-align: center;
    margin-bottom:1.5rem;
}
.about-description, .services-description{
    color: rgba(117, 117, 117, 1);
    font-size:1rem;
    font-weight: 400;
    line-height:1.8rem;
    text-align: center;
    margin-bottom:2rem;
}
.about-info, .services-info{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    text-align: center;
}
.info-box h5{
    color: rgba(117, 117, 117, 1);
    font-size:1rem;
    font-weight: 400;
}
.info-box h6{
    color: rgb(58, 58, 58);
    font-size:1.1rem;
    font-weight: 600;
    line-height:1.5rem;
}




/* Services Section Design */
#services{
    margin:6rem 0rem;
}
.services-box{
    border-radius: 5px;
    box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 1);
    padding:1.2rem;
    text-align: left;
}
.services-box img{
    margin-bottom:1rem;
}
.services-subtitle{
    font-size:1rem;
    margin-bottom:0.7rem;
}
.services-sub-description{
    color: rgba(117, 117, 117, 1);
    font-size:0.9rem;
    font-weight: 400;
    line-height:1.5rem;
}



/* Resume Part Design */
#resume{
    margin:6rem 0rem;
}
.resume-container h2{
    color: rgba(24, 24, 24, 1);
    font-size:1.7rem;
    font-weight: 700;
    line-height:2.37rem;
    text-align: center;
    margin-bottom:5rem;
}
.resume-container h3{
    color: rgba(71, 71, 71, 1);
    font-size:1.4rem;
    font-weight: 700;
    line-height:2rem;
    margin-bottom:1.1rem;
}
.resume-flex-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:1rem;
}
.education-part{
    padding:1rem 0rem;
    border-bottom: 1px solid rgba(209, 209, 209, 1);
}
.education-part:last-child{
    border:none;
}
.edu-subtitle{
    color: rgba(71, 71, 71, 1);
    font-size:1.1rem;
    font-weight: 700;
    line-height:1.67rem;
}
.edu-small-sub{
    color: rgba(117, 117, 117, 1);
    font-size:1.05rem;
    font-weight: 600;
    line-height:1.375rem;
    margin:0.5rem 0rem;
}
.edu-description{
    color: rgba(117, 117, 117, 1);
    font-size:0.9rem;
    font-weight: 400;
    line-height:1.5rem;
}
.resume-button{
   text-align: center;
   margin-top:3rem ;
}


/* Footer */
footer{
    background: rgba(255, 248, 243, 1);
    display: flex;
    justify-content: space-between;
}
.footer-content{
    margin:0rem 11.25rem;
    padding:50px;
    display: flex;
    justify-content: space-between;
     gap: 4rem;
}
.footer-title{
    color: rgba(24, 24, 24, 1);
    font-size:1.72rem;
    font-weight: 700;
    line-height:2.3rem;
    margin-bottom:1rem;
}
.footer-description{
    color: rgba(71, 71, 71, 1);
    font-size:0.9rem;
    font-weight: 400;
    line-height:1.5rem;
    margin-bottom:1rem;
}
.footer-social-icon i{
    color: rgba(253, 110, 10, 1);
    margin-right:10px;
    font-size: 20px;
}
.footer-text{
    flex: 1;
}
.footer-form{
    flex: 1;
   
}
input, textarea{
    width:80%;
    margin-bottom: 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    border: none;
    padding:15px;
    font-size: 16px;
}
.input-btn{
    margin-top: 15px;
}
.submit{
    width:30%;
}
.submit:hover{
    background: transparent;
    color:rgba(253, 110, 10, 1);
}





/*==========================================
    Media Query For Smaller Device 
============================================*/

@media screen and (max-width:576px){
    header{
        background-image: none;
    }
    nav{
        flex-direction: column;
        margin-top:0.5rem;
    }
    .banner-content{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin:20px 10px;
    }
    .banner-title{
        font-size:2.5rem;
    }
    .banner-image img{
        width: 100%;
        margin-top: 2rem;
    }

    main{
        margin:0rem 1rem;
    }
    .about-container{
        padding:1rem;
    }
    .about-info, .services-info{
        grid-template-columns:repeat(1, 1fr);
        gap:2rem;
    }

    .resume-flex-item{
        flex-direction: column;
    }
    .footer-content{
        margin:0rem 2rem;
        flex-direction: column;
    }
}





/* Media Query For Medium Device */
@media screen and (min-width:577px) and (max-width:768px){
    header{
        background-image: none;
    }
    nav{
        width: 95%;
    }
    .banner-content{
        flex-direction: column;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin:20px 10px;
    }
    main{
        margin:0rem 1rem;
    }
    .about-container{
        padding:1rem;
    }
    .about-info, .services-info{
        grid-template-columns:repeat(2, 1fr);
        gap:2rem;
    }
    .resume-flex-item{
        flex-direction: column;
    }
    .footer-content{
        margin:0rem 2rem;
        flex-direction: column;
    }

}




/* Media Query For Large Device */
@media screen and (min-width:769px) and (max-width:992px){
        .banner-content{
        flex-direction: column;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    main{
        margin:0rem 1rem;
    }
    .about-container{
        padding:1rem;
    }
    .about-info, .services-info{
        grid-template-columns:repeat(2, 1fr);
        gap:2rem;
    }
    .footer-content{
        margin:0rem 2rem;
    }
}

