@import url('CSS RESET.css');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap'); */
@import url('montserrat.css');
@import url('animate.css');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* Css Variables */
:root {

    --blue: #9c1de7;
    --dark: #333;
    --lt-dark: #3e3e3e;
    --red: #f3558e;
    --yellow: #f3cf7a;
    --dark-lt: #713045;
}



img {
    width: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;

}

.container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}


/* This is 1920px */

/* Navbar */
.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0 1rem 0;

}

.slicknav_menu {
    display: none;
}

.main-nav .logo {
    font-size: 1.1rem;
}

.main-nav ul {
    display: flex;
    justify-content: space-around;
    width: 25%;
    align-items: center;
    z-index: 100;
}


.main-nav ul li {
    list-style: none;
}

.main-nav ul li a {
    text-decoration: none;
    padding: 0.8rem 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.main-nav .active {
    border-bottom: 4px solid var(--red);
}







/* Main-section */
#main-section {
    background-color: var(--dark);
    color: #fff;


}

#main-section .main-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0rem;
    height: 80vh;

}

#main-section .main-head .header {
    position: relative;
    left: 5%;
}

#main-section .main-head .header h1 {

    font-size: 60px;
    margin-bottom: 1rem;
    font-weight: 500;
    animation-duration: 1.7s;

}

#main-section .header .pra {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
    padding-right: 3rem;
    animation-delay: 0.2s;
    animation-duration: 1.7s;

}

#main-section .header .core-skills {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 2rem;
    animation-delay: 0.3s;
    animation-duration: 1.7s;
}

#main-section .header .btn-1 {
    text-decoration: none;
    padding: 0.6rem 2rem;
    background-color: var(--blue);
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    animation-delay: 0.4s;
    animation-duration: 1.7s;
}

#main-section .header {
    margin-top: 0rem;
}

/* Bounce To Right */
.hvr-bounce-to-right-1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right-1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--red);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 4px;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right-1:hover,
.hvr-bounce-to-right-1:focus,
.hvr-bounce-to-right-1:active {
    color: white;
}

.hvr-bounce-to-right-1:hover:before,
.hvr-bounce-to-right-1:focus:before,
.hvr-bounce-to-right-1:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#main-section .banner img {
    width: 90%;
}

#main-section .banner {
    margin: 0;
    text-align: right;
    animation-delay: 0.6s;
    animation-duration: 1.7s;
}

/* My Values Section */

#main-value {
    background: #fff;
    color: #000;
    position: relative;
    padding: 8rem 0;
}

#main-value .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;


}

#main-value img {
    width: 20%;
    position: absolute;
}

#main-value .image-1 {
    position: absolute;
    top: 50%;
    left: 65%;
    z-index: 20;
    box-shadow: 40px 40px 90px -10px #000;
}

#main-value .image-2 {
    position: absolute;
    z-index: 30;
    top: 10%;
    left: 65%;
    box-shadow: 40px 40px 90px -10px #000;
}

#main-value .image-3 {
    position: absolute;
    z-index: 40;
    top: 30%;
    left: 51%;
    box-shadow: 40px 40px 90px -10px #000;
}

#main-value .col-1 {
    max-width: 40%;
    padding: 0;
}

#main-value h1 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 6rem;
    margin-bottom: 1rem;
}

#main-value .small-line {
    width: 50px;
    height: 4px;
    background-color: var(--red);
    margin-bottom: 1rem;
}

#main-value .p-1 {
    font-size: 1rem;
    line-height: 25px;
    margin-bottom: 2.5rem;
}

#main-value .b-line div {
    display: flex;
    margin: 1rem 0;
}

#main-value .b-line p {
    margin-left: 0.5rem;
}

#main-value .b-line {
    margin-bottom: 6rem;
}

/* Process Section */


/*#pro-section .pro-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

#pro-section .pro-header h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 4.5rem 0 1rem 0;

}


#pro-section .pro-header p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

#pro-section .pro-header .small-line {
    width: 50px;
    height: 4px;
    background-color: var(--red);
    margin-bottom: 1rem;
}

#pro-section .icon-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-align: center;
    margin: 4rem 0;


}


#pro-section .ico-box img {
    width: 50%;
}

#pro-section .ico-box h4 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0.8rem 0;
}

#pro-section .ico-box p {
    font-size: 1.1rem;
    font-weight: 400;
}

#pro-section {
    margin-bottom: 1.5rem;
}*/

/* Process Section */

#pro-section {
    background: #012652FF;
    color: #fff;
    padding-bottom: 0.5rem;
}


#pro-section .pro-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

#pro-section .pro-header h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 4.5rem 0 0.5rem 0;

}


#pro-section .pro-header p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

#pro-section .pro-header .small-line {
    width: 50px;
    height: 4px;
    background-color: var(--red);
    margin-bottom: 1rem;
}

#pro-section .icon-section {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 100px;
    text-align: center;
    padding: 3rem 0;
    text-align: center;


}


#pro-section .ico-box img {
    width: 40%;
}

#pro-section .ico-box h4 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0.8rem 0;
}

#pro-section .ico-box p {
    font-size: 1.1rem;
    font-weight: 400;
}

#pro-section {
    margin-bottom: 0rem;
}

/* Work Section */

#section-work {
    background: #fff;
    color: #000;
    padding-bottom: 4rem;
}


#section-work .work-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

#section-work .work-header h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 4.5rem 0 0.5rem 0;
}



#section-work .work-header .small-line {
    width: 50px;
    height: 4px;
    background-color: var(--red);
    margin-bottom: 3.3rem;
}

#section-work .work-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    grid-gap: 40px;


}

#section-work .work-main .icons-s {
    color: #B287FCFF;
    font-size: 2.6rem;
}

#section-work .box {
    padding: 1rem 5rem;
    text-align: center;
}

#section-work .box h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1rem 0 1rem 0;
}

#section-work .box p {
    font-size: 1rem;
    line-height: 24px;
    padding: 0;
}

/* Portfolio Section */
#port-section {
    background-color: #e2f3f5;
    color: #000;
}

#port-section .port-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

#port-section .port-header h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 4.5rem 0 1rem 0;
}


#port-section .port-header p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

#port-section .port-header .small-line {
    width: 50px;
    height: 4px;
    background-color: var(--red);
    margin-bottom: 1rem;
}

#port-section .card-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

#port-section .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    margin-bottom: 3rem;
    background: #002651;
    max-width: 75%;
    border-radius: 10px;

}

.card:nth-child(odd) img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#port-section .card-body {
    padding: 3rem;
}

#port-section .card-body h3 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
}

#port-section .card-body p {
    font-size: 0.8rem;
    margin-top: 1.5rem;
    color: #fff;
}

#port-section .card-body .btn-2 {
    text-decoration: none;
    padding: 12px 33px;
    background: #9C1DE8;
    color: #fff;
    font-weight: 600;
    margin-top: 13rem;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-family: inherit;
}

.card:nth-child(even) img {
    order: 2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* About me section */

#section-about {

    color: #fff;
    background: url('../img/my photo.jpg') no-repeat right;
    background-size: 37%;
    overflow: hidden;
    padding-bottom: 3.3rem;
    background-color: var(--dark);

}


#section-about .header-about {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
    flex-direction: column;
    margin-bottom: 2rem;
}

#section-about .header-about h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 4.5rem 0 1rem 0;

}



#section-about .header-about .small-line {
    width: 50px;
    height: 4px;
    background-color: var(--red);
    margin-bottom: 1rem;
}


#section-about .about-main {
    max-width: 40%;
}

#section-about .about-ico img {
    width: 100px;
    height: 80px;
    margin-right: 1rem;
}

#section-about .about-ico .about-col-0,
.about-col-1 {
    display: flex;
}




#section-about .a-f {
    display: flex;
    align-items: center;
    margin-right: 6rem;
    margin-bottom: 2rem;


}

#section-about .ab-p-0,
.ab-p-1 {
    margin-bottom: 2rem;
}

#section-about .ab-p-1 {
    margin-bottom: 5rem;
}


#section-about .about-ico .book-ico {
    margin-left: 1.2rem;
}

#section-about .about-ico p {
    font-weight: 600;
}


/*  My skills  seection */

#section-skills {
    margin-bottom: 3rem;
}

#section-skills .header-skills {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;

}

#section-skills .header-skills h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 4.5rem 0 1rem 0;

}



#section-skills .header-skills .small-line {
    width: 50px;
    height: 4px;
    background-color: var(--red);
    margin-bottom: 1rem;
}



#section-skills .main-slider div {
    margin: 0.5rem 0;
    text-align: center;
}

#section-skills h4 {
    font-size: 1.1rem;
    margin: 1rem 0;
}





/* Contact me */

#section-contact {
    padding-bottom: 1.8rem;
}

#section-contact .header-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

#section-contact .header-contact h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 4.5rem 0 1rem 0;

}



#section-contact .header-contact .small-line {
    width: 50px;
    height: 4px;
    background-color: var(--red);
    margin-bottom: 3rem;
}


#section-contact .form-level {
    display: flex;
    flex-direction: column;
    margin: 0.5rem 1.5rem;
}

#section-contact {
    background-color: var(--dark);
    color: #fff;
}

#section-contact .contact-main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;

}


/* #section-contact .contact-img {
    width: 400px;
    height: 300px;
    position: relative;

}

#section-contact .contact-img img {
    border-radius: 10px;
}

.contact-img .rounded {
    background-color: var(--red);
    width: 200px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 65%;
    border-radius: 10px;

} */

#section-contact .contact-form form {
    display: flex;
    flex-direction: row;
    justify-content: center;


}

#section-contact .contact-form form input {
    margin-bottom: 0.6rem;
    width: 400px;
    height: 50px;
    padding: 1rem 0 1rem 1rem;
    border-radius: 4px;
    border: none;
    margin-bottom: 2rem;


}

#section-contact form label {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

#section-contact form textarea {
    margin-bottom: 0.9rem;
    width: 400px;
    height: 170px;
    padding: 1rem 0 1rem 1rem;
    border-radius: 4px;
    border: none;

}

#section-contact .btn-submit {
    background-color: var(--blue);
    color: #fff;
    padding: 1rem 2rem;
    width: 250px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 2rem;
    cursor: pointer;
    border: none;
    font-family: inherit;
}

/* Footer */

#main-footer {
    background-color: var(--lt-dark);
    color: #fff;

}


#main-footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#main-footer .logo span {

    font-weight: 600;
}

#main-footer .social p {
    opacity: 0.5;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

#main-footer .social a {
    margin: 0rem 0.3rem;
    text-decoration: none;
    color: #fff;
}


#main-footer #f-last span {
    font-weight: 600;
}

#main-footer #f-last p:nth-child(1) {
    margin: 0.2rem 0;
    font-weight: 600;
}

#main-footer #f-last p:nth-child(2) {
    margin: 0.5rem 0;

}

#main-footer .social {
    margin: 2rem;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse-1 {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}

@keyframes hvr-back-pulse-1 {
    50% {
        background-color: rgba(32, 152, 209, 0.75);
    }
}

.hvr-back-pulse-1 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hvr-back-pulse-1:hover,
.hvr-back-pulse-1:focus,
.hvr-back-pulse-1:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #2098D1;
    color: white;
    border-radius: 8px;
}

/* Portfolio page */

#big-img-section {
    background: url('../img/port-main.jpg')no-repeat center center/ cover;
    height: 60vh;

}

#big-img-section .logo {
    color: #fff;
}

.img-wrap {
    display: flex;
    flex-direction: column;
    line-height: 6rem;
}

.img-wrap a {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;


}

.img-wrap h1 {
    font-size: 4.5rem;
    color: #fff;

}

/* Portfolio Description Page */

.big-img-section-1 {
    background: #333;
    height: 600px;
}

.sage-image {
    background: url('../img/portfolio-img/Sage -1.png')no-repeat right / cover;
    background-position: 80% 130%;
    background-size: 45%;
    background-color: #333;
}

.clipboard-image {
    background: url('../img/portfolio-img/clipboard main1.png')no-repeat right / cover;
    background-position: 80% 130%;
    background-size: 45%;
    background-color: #333;
}

.loop-image {
    background: url('../img/portfolio-img/loop-41.png')no-repeat right / cover;
    background-position: 80% 130%;
    background-size: 45%;
    background-color: #333;
}

.flyo-image {
    background: url('../img/portfolio-img/flyo-d1.png')no-repeat right / cover;
    background-position: 80% 130%;
    background-size: 45%;
    background-color: #333;
}

.big-img-section-1 .logo {
    color: #fff;
}

.img-wrap-1 {

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-top: 8rem;
    text-align: left;



}

.img-wrap-1 .container {
    animation-duration: 1.5s;
}




.img-wrap-1 p {
    font-size: 1rem;
    color: #fff;
    margin: 1rem 0;
    font-weight: 400px;
}

.img-wrap-1 h1 {
    font-size: 2.5rem;
    color: #fff;
    margin-top: 1rem;
    font-weight: 500;



}

#role .container {
    display: flex;
    justify-content: space-between;
    width: 70%;
    align-items: center;
}

#role .container div {
    padding: 6rem 1rem;
}

#role h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.btn-g {
    text-decoration: none;
    color: #fff;
    background: var(--blue);
    padding: 11px 35px;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
}


#section-header-lg h1 {
    font-size: 4rem;
    font-weight: 600;
    padding: 2rem;
    border: 5px solid #000;
    margin: 8rem 0;
}

#large-img img {
    object-fit: contain;
    height: auto;
}

#section-project .container {
    display: flex;
}

#section-project .project-head {
    margin-right: 15rem;
}

#section-project {
    margin: 8rem 0;
}

#section-project .project-head p {
    color: #1CA2E2FF;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#section-project .project-head h3 {
    font-size: 25px;
    font-weight: 600;
}

#section-project div:nth-child(2) {
    margin-right: 0;
}

#section-project .project-dis {
    padding: 0 2rem;
}

#section-project .project-dis h4 {
    margin-bottom: 0.5rem;
}

#section-project .project-dis p {
    line-height: 28px;
    font-weight: 400;
}

#large-img-3 .main-img {
    box-shadow: 0px 0px 50px -25px #000;
    margin: 4rem;



}


#large-img-3 .main-img img {

    margin-bottom: -1rem;
}

#section-result .container {
    display: flex;
}

#section-result .project-head {
    margin-right: 15rem;
}

#section-result {
    margin: 8rem 0;
}

#section-result .project-head p {
    color: #1CA2E2FF;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

#section-result .project-head h3 {
    font-size: 25px;
    font-weight: 600;
}


#section-result .project-dis p {
    line-height: 28px;
    font-weight: 400;
}






#section-feature .feature-header p {
    color: #1CA2E2FF;
    font-weight: 600;
    margin-bottom: 0.1rem;
}

#section-feature .feature-header h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 1rem;
}

#section-feature .feature-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    grid-row-gap: 110px;
}

#section-feature .box-header h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

#section-feature .box-header p {
    line-height: 28px;
    padding-right: 8rem;
}

#section-feature {
    margin: 6rem 0 5rem 0;
}








/* Media Queries */



@media screen and (max-width: 1440px) {

    /*Main Section*/
    #main-section .header .pra {
        margin-right: 0;
        padding: 0;
        line-height: 27px;
    }

    /* My Values Section */

    #main-value {
        background: #fff;
        color: #000;
        position: relative;
        padding: 6rem 0;
    }


    #main-value .image-1 {
        position: absolute;
        z-index: 20;
        top: 50%;
        left: 68%;
        box-shadow: 40px 40px 90px -10px #000;
    }

    #main-value .image-2 {
        position: absolute;
        z-index: 30;
        top: 20%;
        left: 67%;
        box-shadow: 40px 40px 90px -10px #000;
    }

    #main-value .image-3 {
        position: absolute;
        z-index: 40;
        top: 35%;
        left: 51%;
        box-shadow: 40px 40px 90px -10px #000;
    }



    /* Portfolio Section */
    #port-section {
        background-color: #e2f3f5;
        color: #000;
    }

    #port-section .port-header {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    #port-section .port-header h3 {
        font-size: 2.2rem;
        font-weight: 600;
        margin: 4.5rem 0 1rem 0;
    }


    #port-section .port-header p {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    #port-section .port-header .small-line {
        width: 50px;
        height: 4px;
        background-color: var(--red);
        margin-bottom: 1rem;
    }

    #port-section .card-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
        margin-top: 3rem;
    }

    #port-section .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        margin-bottom: 3rem;
        background: #002651;
        max-width: 100%;
        border-radius: 10px;

    }

    .card:nth-child(odd) img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #port-section .card-body {
        padding: 3rem;
    }

    #port-section .card-body h3 {
        font-size: 1.8rem;
        font-weight: 400;
        color: #fff;
    }

    #port-section .card-body p {
        font-size: 0.8rem;
        margin-top: 1.5rem;
        color: #fff;
    }

    #port-section .card-body .btn-2 {
        text-decoration: none;
        padding: 12px 33px;
        background: #9C1DE8;
        color: #fff;
        font-weight: 600;
        margin-top: 13rem;
        border-radius: 4px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-family: inherit;
    }

    .card:nth-child(even) img {
        order: 2;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #pro-section .icon-section {
        grid-gap: 20px;
        padding: 4rem 0;
    }



    /* Portfolio Description Page */

    .big-img-section-1 {
        background: #333;
        height: 600px;
    }

    .sage-image {
        background: url('../img/portfolio-img/Sage -1.png')no-repeat right / cover;
        background-position: 80% 100%;
        background-size: 45%;
        background-color: #333;
    }

    .clipboard-image {
        background: url('../img/portfolio-img/clipboard main1.png')no-repeat right / cover;
        background-position: 80% 100%;
        background-size: 45%;
        background-color: #333;
    }

    .loop-image {
        background: url('../img/portfolio-img/loop-41.png')no-repeat right / cover;
        background-position: 80% 100%;
        background-size: 45%;
        background-color: #333;
    }

    .flyo-image {
        background: url('../img/portfolio-img/flyo-d1.png')no-repeat right / cover;
        background-position: 80% 100%;
        background-size: 45%;
        background-color: #333;
    }

    .big-img-section-1 .logo {
        color: #fff;
    }

    .img-wrap-1 {

        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 4rem;
        margin-left: 0;
        margin-top: 8rem;
        text-align: left;



    }




    .img-wrap-1 p {
        font-size: 1rem;
        color: #fff;
        margin: 1rem 0;
        font-weight: 400px;
    }

    .img-wrap-1 h1 {
        font-size: 2.5rem;
        color: #fff;
        margin-top: 1rem;
        font-weight: 500;



    }

    .btn-g {
        text-decoration: none;
        color: #fff;
        background: var(--blue);
        padding: 11px 35px;
        text-align: center;
        font-weight: 600;
        border-radius: 4px;
        display: inline-block;
        font-size: 16px;
    }



    #role .container {
        display: flex;
        justify-content: space-between;
        width: 70%;
        align-items: center;


    }





}

@media screen and (max-width: 1366px) {

    /* Navbar */
    .main-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2rem 0 1rem 0;

    }

    .slicknav_menu {
        display: none;
    }

    .main-nav .logo {
        width: 20%;
    }

    .main-nav ul {
        display: flex;
        justify-content: space-around;
        width: 25%;
        align-items: center;
        z-index: 100;
    }


    .main-nav ul li {
        list-style: none;
    }

    .main-nav ul li a {
        text-decoration: none;
        padding: 0.8rem 0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
    }

    .main-nav .active {
        border-bottom: 4px solid var(--red);
    }







    /* Main-section */
    #main-section {
        background-color: var(--dark);
        color: #fff;


    }

    #main-section .main-head {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0rem;
        height: 100vh;

    }

    #main-section .main-head .header {
        position: relative;
        left: 5%;
    }

    #main-section .main-head .header h1 {

        font-size: 60px;
        margin-bottom: 1rem;
        font-weight: 500;

    }

    #main-section .header .pra {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
        padding-right: 8rem;


    }

    #main-section .header .core-skills {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 2rem;

    }

    #main-section .header .btn-1 {
        text-decoration: none;
        padding: 0.6rem 2rem;
        background-color: var(--blue);
        color: #fff;
        font-weight: 600;
        border-radius: 4px;

    }

    #main-section .header {
        margin-top: 0rem;
    }

    /* Bounce To Right */
    .hvr-bounce-to-right-1 {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .hvr-bounce-to-right-1:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--red);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        border-radius: 4px;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right-1:hover,
    .hvr-bounce-to-right-1:focus,
    .hvr-bounce-to-right-1:active {
        color: white;
    }

    .hvr-bounce-to-right-1:hover:before,
    .hvr-bounce-to-right-1:focus:before,
    .hvr-bounce-to-right-1:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

    #main-section .banner img {
        width: 90%;
    }

    #main-section .banner {
        margin: 0;
        text-align: right;

    }

    /* My Values Section */

    #main-value {
        background: #fff;
        color: #000;
        position: relative;
        padding: 4rem 0;
    }



    #main-value .image-1 {
        position: absolute;
        top: 52%;
        left: 68%;
        z-index: 20;
        box-shadow: 40px 40px 90px -10px #000;
    }

    #main-value .image-2 {
        position: absolute;
        z-index: 30;
        top: 20%;
        left: 68%;
        box-shadow: 40px 40px 90px -10px #000;
    }

    #main-value .image-3 {
        position: absolute;
        z-index: 40;
        top: 40%;
        left: 55%;
        box-shadow: 40px 40px 90px -10px #000;
    }



    /* Process Section */

    #pro-section {
        background: #012652FF;
        color: #fff;
        padding-bottom: 0.5rem;
    }


    #pro-section .pro-header {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    #pro-section .pro-header h3 {
        font-size: 2.2rem;
        font-weight: 600;
        margin: 4.5rem 0 0.5rem 0;

    }


    #pro-section .pro-header p {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    #pro-section .pro-header .small-line {
        width: 50px;
        height: 4px;
        background-color: var(--red);
        margin-bottom: 1rem;
    }

    #pro-section .icon-section {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 10px;
        text-align: center;
        padding: 3rem 0;
        text-align: center;


    }


    #pro-section .ico-box img {
        width: 30%;
    }

    #pro-section .ico-box h4 {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 0.8rem 0;
    }

    #pro-section .ico-box p {
        font-size: 1.1rem;
        font-weight: 400;
    }

    #pro-section {
        margin-bottom: 0rem;
    }

    /* Work Section */

    #section-work {
        background: #f6f6f6;
        color: #000;
        padding-bottom: 4rem;
    }


    #section-work .work-header {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    #section-work .work-header h3 {
        font-size: 2.2rem;
        font-weight: 600;
        margin: 4.5rem 0 0.5rem 0;
    }



    #section-work .work-header .small-line {
        width: 50px;
        height: 4px;
        background-color: var(--red);
        margin-bottom: 3.3rem;
    }

    #section-work .work-main {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        grid-gap: 40px;


    }

    #section-work .work-main .icons-s {
        color: #B287FCFF;
        font-size: 2.6rem;
    }

    #section-work .box {
        padding: 1rem 2rem;
        text-align: center;
    }

    #section-work .box h4 {
        font-size: 1.3rem;
        font-weight: 600;
        margin: 1rem 0 1rem 0;
    }

    #section-work .box p {
        font-size: 1rem;
        line-height: 24px;
        padding: 0;
    }


    /* Portfolio Section */
    #port-section {
        background-color: #e2f3f5;
        color: #000;
    }

    #port-section .port-header {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    #port-section .port-header h3 {
        font-size: 2.2rem;
        font-weight: 600;
        margin: 4.5rem 0 1rem 0;
    }


    #port-section .port-header p {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    #port-section .port-header .small-line {
        width: 50px;
        height: 4px;
        background-color: var(--red);
        margin-bottom: 1rem;
    }

    #port-section .card-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
        margin-top: 3rem;
    }

    #port-section .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        margin-bottom: 3rem;
        background: #002651;
        max-width: 75%;
        border-radius: 10px;

    }

    .card:nth-child(odd) img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #port-section .card-body {
        padding: 2.3rem;
    }

    #port-section .card-body h3 {
        font-size: 1.8rem;
        font-weight: 400;
        color: #fff;
    }

    #port-section .card-body p {
        font-size: 0.8rem;
        margin-top: 1.5rem;
        color: #fff;
    }

    #port-section .card-body .btn-2 {
        text-decoration: none;
        padding: 12px 33px;
        background: #9C1DE8;
        color: #fff;
        font-weight: 600;
        margin-top: 5.5rem;
        border-radius: 4px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-family: inherit;
    }

    .card:nth-child(even) img {
        order: 2;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }



    /* About me section */

    #section-about {

        color: #fff;
        background: url('../img/my photo.jpg') no-repeat right;
        background-size: 37%;
        overflow: hidden;
        padding-bottom: 3.3rem;
        background-color: var(--dark);

    }


    #section-about .header-about {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: center;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    #section-about .header-about h3 {
        font-size: 2.2rem;
        font-weight: 600;
        margin: 4.5rem 0 1rem 0;

    }



    #section-about .header-about .small-line {
        width: 50px;
        height: 4px;
        background-color: var(--red);
        margin-bottom: 1rem;
    }


    #section-about .about-main {
        max-width: 50%;
    }

    #section-about .about-ico img {
        width: 100px;
        height: 80px;
        margin-right: 1rem;
    }

    #section-about .about-ico .about-col-0,
    .about-col-1 {
        display: flex;
    }




    #section-about .a-f {
        display: flex;
        align-items: center;
        margin-right: 6rem;
        margin-bottom: 2rem;


    }

    #section-about .ab-p-0,
    .ab-p-1 {
        margin-bottom: 2rem;
    }


    #section-about .about-ico .book-ico {
        margin-left: 1.2rem;
    }

    #section-about .about-ico p {
        font-weight: 600;
    }

    /*  My skills  seection */

    #section-skills {
        margin-bottom: 3rem;
    }

    #section-skills .header-skills {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;

    }

    #section-skills .header-skills h3 {
        font-size: 2.2rem;
        font-weight: 600;
        margin: 4.5rem 0 1rem 0;

    }



    #section-skills .header-skills .small-line {
        width: 50px;
        height: 4px;
        background-color: var(--red);
        margin-bottom: 1rem;
    }



    #section-skills .main-slider div {
        margin: 0.5rem 0;
        text-align: center;
    }

    #section-skills h4 {
        font-size: 1.1rem;
        margin: 1rem 0;
    }





    /* Contact me */

    #section-contact {
        padding-bottom: 1.8rem;
    }

    #section-contact .header-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    #section-contact .header-contact h3 {
        font-size: 2.2rem;
        font-weight: 600;
        margin: 4.5rem 0 1rem 0;

    }



    #section-contact .header-contact .small-line {
        width: 50px;
        height: 4px;
        background-color: var(--red);
        margin-bottom: 3rem;
    }


    #section-contact .form-level {
        display: flex;
        flex-direction: column;
        margin: 0.5rem 1.5rem;
    }

    #section-contact {
        background-color: var(--dark);
        color: #fff;
    }

    #section-contact .contact-main {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.5rem 0;

    }


    /* #section-contact .contact-img {
    width: 400px;
    height: 300px;
    position: relative;



#section-contact .contact-img img {
    border-radius: 10px;
}

.contact-img .rounded {
    background-color: var(--red);
    width: 200px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 65%;
    border-radius: 10px;

} */

    #section-contact .contact-form form {
        display: flex;
        flex-direction: row;
        justify-content: center;


    }

    #section-contact .contact-form form input {
        margin-bottom: 0.6rem;
        width: 400px;
        height: 50px;
        padding: 1rem 0 1rem 1rem;
        border-radius: 4px;
        border: none;
        margin-bottom: 2rem;


    }

    #section-contact form label {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    #section-contact form textarea {
        margin-bottom: 0.9rem;
        width: 400px;
        height: 170px;
        padding: 1rem 0 1rem 1rem;
        border-radius: 4px;
        border: none;

    }

    #section-contact .btn-submit {
        background-color: var(--blue);
        color: #fff;
        padding: 1rem 2rem;
        width: 250px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 2rem;
        cursor: pointer;
        border: none;
        font-family: inherit;
    }

    /* Footer */

    #main-footer {
        background-color: var(--lt-dark);
        color: #fff;

    }


    #main-footer .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #main-footer .logo span {

        font-weight: 600;
    }

    #main-footer .social p {
        opacity: 0.5;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }

    #main-footer .social a {
        margin: 0rem 0.3rem;
        text-decoration: none;
        color: #fff;
    }


    #main-footer #f-last span {
        font-weight: 600;
    }

    #main-footer #f-last p:nth-child(1) {
        margin: 0.2rem 0;
        font-weight: 600;
    }

    #main-footer #f-last p:nth-child(2) {
        margin: 0.5rem 0;

    }

    #main-footer .social {
        margin: 2rem;
    }

    /* Back Pulse */
    @-webkit-keyframes hvr-back-pulse-1 {
        50% {
            background-color: rgba(32, 152, 209, 0.75);
        }
    }

    @keyframes hvr-back-pulse-1 {
        50% {
            background-color: rgba(32, 152, 209, 0.75);
        }
    }

    .hvr-back-pulse-1 {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        overflow: hidden;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color;
    }

    .hvr-back-pulse-1:hover,
    .hvr-back-pulse-1:focus,
    .hvr-back-pulse-1:active {
        -webkit-animation-name: hvr-back-pulse;
        animation-name: hvr-back-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background-color: #2098D1;
        color: white;
        border-radius: 8px;
    }

    /* Portfolio page */

    #big-img-section {
        background: url('../img/port-main.jpg')no-repeat center center/ cover;
        height: 60vh;

    }

    #big-img-section .logo {
        color: #fff;
    }

    .img-wrap {
        display: flex;
        flex-direction: column;
        line-height: 6rem;
    }

    .img-wrap a {
        font-size: 2rem;
        color: #fff;
        margin-bottom: 1rem;


    }

    .img-wrap h1 {
        font-size: 4.5rem;
        color: #fff;

    }


    /* Portfolio Description Page */

    /* Portfolio Description Page */

    .big-img-section-1 {
        background: #333;
        height: 600px;
    }

    .sage-image {
        background: url('../img/portfolio-img/Sage -1.png')no-repeat right / cover;
        background-position: 80% 130%;
        background-size: 45%;
        background-color: #333;
    }

    .clipboard-image {
        background: url('../img/portfolio-img/clipboard main1.png')no-repeat right / cover;
        background-position: 80% 130%;
        background-size: 45%;
        background-color: #333;
    }

    .loop-image {
        background: url('../img/portfolio-img/loop-41.png')no-repeat right / cover;
        background-position: 80% 130%;
        background-size: 45%;
        background-color: #333;
    }

    .flyo-image {
        background: url('../img/portfolio-img/flyo-d1.png')no-repeat right / cover;
        background-position: 80% 130%;
        background-size: 45%;
        background-color: #333;
    }

    .big-img-section-1 .logo {
        color: #fff;
    }

    .img-wrap-1 {

        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 4rem;
        margin-left: 0;
        margin-top: 8rem;
        text-align: left;



    }




    .img-wrap-1 p {
        font-size: 1rem;
        color: #fff;
        margin: 1rem 0;
        font-weight: 400px;
    }

    .img-wrap-1 h1 {
        font-size: 2.5rem;
        color: #fff;
        margin-top: 1rem;
        font-weight: 500;



    }

    .btn-g {
        text-decoration: none;
        color: #fff;
        background: var(--blue);
        padding: 11px 35px;
        text-align: center;
        font-weight: 600;
        border-radius: 4px;
        display: inline-block;
        font-size: 16px;
    }



    #large-img img {
        object-fit: cover;
        height: auto;
    }

    #section-project .container {
        display: flex;
    }

    #section-project .project-head {
        margin-right: 15rem;
    }

    #section-project {
        margin: 8rem 0;
    }

    #section-project .project-head p {
        color: #1CA2E2FF;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    #section-project .project-head h3 {
        font-size: 25px;
        font-weight: 600;
    }

    #section-project div:nth-child(2) {
        margin-right: 0;
    }

    #section-project .project-dis {
        padding: 0 1rem;
    }

    #section-project .project-dis h4 {
        margin-bottom: 0.5rem;
    }

    #section-project .project-dis p {
        line-height: 28px;
        font-weight: 400;
    }

    #large-img-3 .main-img {
        box-shadow: 0px 0px 50px -15px #000;
        margin: 4rem;



    }

    #large-img-3 .main-img img {

        margin-bottom: -1rem;
    }

    #section-result .container {
        display: flex;
    }

    #section-result .project-head {
        margin-right: 15rem;
    }

    #section-result {
        margin: 8rem 0;
    }

    #section-result .project-head p {
        color: #1CA2E2FF;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    #section-result .project-head h3 {
        font-size: 25px;
        font-weight: 600;
    }


    #section-result .project-dis p {
        line-height: 28px;
        font-weight: 400;
    }






    #section-feature .feature-header p {
        color: #1CA2E2FF;
        font-weight: 600;
        margin-bottom: 0.1rem;
    }

    #section-feature .feature-header h3 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    #section-feature .feature-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        grid-row-gap: 110px;
    }

    #section-feature .box-header h4 {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }

    #section-feature .box-header p {
        line-height: 28px;
        padding-right: 8rem;
    }

    #section-feature {
        margin: 6rem 0 5rem 0;
    }






}





@media screen and (max-width: 1024px) {

    /* Main-section */

    .main-nav ul {
        display: flex;
        justify-content: space-around;
        width: 35%;
        align-items: center;
        z-index: 100;


    }



    #main-section .main-head {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0rem;
        height: 70vh;

    }

    #main-section .main-head .header h1 {

        font-size: 40px;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    #main-section .header p {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
        padding: 0;

    }

    #main-section .header .core-skills {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    #main-section .header .btn-1 {
        text-decoration: none;
        padding: 0.6rem 2rem;
        background-color: var(--blue);
        color: #fff;
        font-weight: 700;
        border-radius: 4px;
    }



    #main-section .banner img {
        width: 80%;
    }

    #main-section .banner {
        margin: 0rem;
    }

    #main-section .main-head .pra {
        padding: 0;
    }

    /* My Values Section */

    #main-value {
        background: #fff;
        color: #000;
        position: relative;
        padding: 2rem 0;
    }




    #main-value .image-1 {
        position: absolute;
        top: 45%;
        left: 77%;
        z-index: 20;
        box-shadow: 40px 40px 90px -10px #000;
    }

    #main-value .image-2 {
        position: absolute;
        z-index: 30;
        top: 22%;
        left: 68%;
        box-shadow: 40px 40px 90px -10px #000;
    }

    #main-value .image-3 {
        position: absolute;
        z-index: 40;
        top: 40%;
        left: 55%;
        box-shadow: 40px 40px 90px -10px #000;
    }

    #main-value .col-1 {
        padding: 0;
        max-width: 50%;
    }



    #main-value .p-1 {
        font-size: 1rem;
        line-height: 28px;
        margin-bottom: 2.5rem;
    }

    #main-value .b-line div {
        display: flex;
        margin: 1rem 0;
    }

    #main-value .b-line p {
        margin-left: 0.5rem;
        line-height: 28px;
    }

    #main-value .b-line {
        margin-bottom: 6rem;
    }


    /* Process Section */


    #pro-section .ico-box img {
        width: 40%;
    }

    #pro-section .ico-box h4 {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 1.4rem 0;
    }

    #pro-seciton .icon-section {
        grid-gap: 40px;
    }



    /* Work Section */



    /* Work Section */

    #section-work {
        background: #f6f6f6;
        color: #000;
        padding-bottom: 3.5rem;
    }


    #section-work .work-header {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    #section-work .work-header h3 {
        font-size: 2.2rem;
        font-weight: 600;
        margin: 4.5rem 0 0.5rem 0;
    }



    #section-work .work-header .small-line {
        width: 50px;
        height: 4px;
        background-color: var(--red);
        margin-bottom: 3.3rem;
    }

    #section-work .work-main {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        grid-gap: 40px;


    }

    #section-work .work-main .icons-s {
        color: #B287FCFF;
        font-size: 2.6rem;
    }

    #section-work .box {
        padding: 1rem 2rem;
        text-align: center;
    }


    #section-work .box h4 {
        font-size: 1.3rem;
        font-weight: 600;
        margin: 1rem 0 1rem 0;
    }

    #section-work .box p {
        font-size: 1rem;
        line-height: 24px;
        padding: 0;
    }

    /* Portfolio Section */
    #port-section {
        background-color: #E7E7E7;
        color: #000;
    }







    #port-section .card-main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
        margin-top: 3rem;
    }

    #port-section .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
        margin-bottom: 3rem;
        max-width: 100%;
        border-radius: 10px;

    }






    /* About me section */

    #section-about {

        color: #fff;
        background: url('../img/my photo.jpg') no-repeat right;
        background-size: 54%;
        overflow: hidden;
        padding: 40px 0;
        background-color: var(--dark);
        background-position: 130%;

    }





    #section-about .about-main {
        max-width: 50%;
    }

    #section-about .about-ico img {
        width: 100px;
        height: 80px;
        margin-right: 0.5rem;
    }






    #section-about .a-f {
        display: flex;
        align-items: center;
        margin-right: 2rem;
        margin-bottom: 2rem;


    }

    #section-about .ab-p-0,
    .ab-p-1 {
        margin-bottom: 2rem;
    }

    /* Contact me */


    #section-contact .contact-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }




    /* main image section */

    .img-wrap {
        display: flex;
        flex-direction: column;
        line-height: 4rem;
    }

    .img-wrap a {
        font-size: 2rem;
        color: #fff;
        margin-bottom: 1rem;


    }

    .img-wrap h1 {
        font-size: 4rem;
        color: #fff;

    }

    /* Portfolio Description Page */

    .big-img-section-1 {
        background: #333;
        height: 600px;
    }

    .sage-image {
        background: url('../img/portfolio-img/Sage -1.png')no-repeat right / cover;
        background-position: 80% 110%;
        background-size: 60%;
        background-color: #333;
    }

    .clipboard-image {
        background: url('../img/portfolio-img/clipboard main1.png')no-repeat right / cover;
        background-position: 80% 110%;
        background-size: 60%;
        background-color: #333;
    }

    .loop-image {
        background: url('../img/portfolio-img/loop-41.png')no-repeat right / cover;
        background-position: 80% 110%;
        background-size: 60%;
        background-color: #333;
    }

    .flyo-image {
        background: url('../img/portfolio-img/flyo-d1.png')no-repeat right / cover;
        background-position: 80% 110%;
        background-size: 60%;
        background-color: #333;
    }

    .big-img-section-1 .logo {
        color: #fff;
    }

    .img-wrap-1 {

        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 4rem;
        margin-left: 0;
        margin-top: 8rem;
        text-align: left;



    }




    .img-wrap-1 p {
        font-size: 1rem;
        color: #fff;
        margin: 1rem 0;
        font-weight: 400px;
    }

    .img-wrap-1 h1 {
        font-size: 2.5rem;
        color: #fff;
        margin-top: 1rem;
        font-weight: 500;



    }

    .btn-g {
        text-decoration: none;
        color: #fff;
        background: var(--blue);
        padding: 11px 35px;
        text-align: center;
        font-weight: 600;
        border-radius: 4px;
        display: inline-block;
        font-size: 16px;
    }



    #large-img img {
        object-fit: cover;
        height: 700px;
    }

    #section-project .container {
        display: flex;
    }

    #section-project .project-head {
        margin-right: 4rem;
    }











}



@media screen and (max-width: 768px) {

    .slicknav_menu {
        display: block;

    }

    .main-nav .nav-links {
        display: none;
    }

    .main-nav {
        justify-content: center;
    }

    .main-nav .logo {
        width: 50%;
    }





    /* Main-section */
    #main-section {
        background-color: var(--dark);
        color: #fff;


    }

    #main-section .main-head {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 4rem 0;
        flex-direction: column;
        text-align: center;
        height: auto;


    }

    #main-section .main-head .header h1 {

        font-size: 40px;
        margin-bottom: 1rem;
        font-weight: 500;
    }

    #main-section .main-head .header {
        order: 2;
        position: static;
        left: 0;
    }

    #main-section .banner {
        display: block;
        order: 1;
        text-align: center;
        margin-bottom: 3rem;

    }

    #main-section .banner img {
        width: 60%;
    }

    #main-section .main-head .pra {
        padding: 0;
    }

    /* My Values Section */

    #main-value {
        background: #002651;
        color: #fff;
        position: relative;
        padding: 4rem 0;
    }

    #main-value .container {
        display: flex;
        justify-content: center;
        align-items: center;


    }

    #main-value img {
        display: none;

    }


    #main-value .col-1 {
        padding: 0;
        max-width: 100%;
    }

    #main-value h1 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-top: 6rem;
        margin-bottom: 1rem;
    }

    #main-value .small-line {
        width: 50px;
        height: 4px;
        background-color: var(--red);
        margin-bottom: 1rem;
    }

    #main-value .p-1 {
        font-size: 1rem;
        line-height: 25px;
        margin-bottom: 2.5rem;
    }

    #main-value .b-line div {
        display: flex;
        margin: 1rem 0;
    }

    #main-value .b-line p {
        margin-left: 0.5rem;
    }

    #main-value .b-line {
        margin-bottom: 6rem;
    }


    /* Process Section */


    #pro-section .pro-header {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    #pro-section .pro-header h3 {
        font-size: 2rem;
        font-weight: 700;
        margin: 4.5rem 0 1rem 0;

    }

    #pro-section .icon-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        text-align: center;

        margin: 4rem 0;


    }


    #pro-section .ico-box img {
        width: 30%;
    }




    #pro-section .ico-box {
        padding: 1rem;
    }




    #pro-section .ico-box h4 {
        font-size: 1.4rem;
        font-weight: 500;
        margin: 0.8rem 0;
    }

    #pro-section .ico-box p {
        font-size: 1.1rem;
        font-weight: 400;
    }

    /* #pro-section .wir img {
    width: 70%;

}

#pro-section .ui-de img {
    width: 60%;
}


#pro-section .dev-l img {
    width: 75%;
    margin-bottom: 1rem
}

#pro-section .res img {
    width: 75%;
} */

    #section-work .work-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        grid-gap: 40px;


    }



    /* Portfolio Section */


    #port-section .card {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2rem;
        margin-bottom: 3rem;

        max-width: 70%;
        border-radius: 10px;

    }

    .card img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }



    #port-section .card-body {
        text-align: center;
    }




    .card:nth-child(even) img {
        order: 0;
        border-top-right-radius: 10;
        border-bottom-right-radius: 0;
    }


    /* About me section */

    #section-about {

        color: #fff;
        background: none;
        background-color: var(--dark);


    }


    #section-about .header-about {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        margin-bottom: 2rem;
    }

    #section-about .header-about h3 {
        font-size: 2rem;
        font-weight: 700;
        margin: 3.5rem 0 1rem 0;

    }





    #section-about .about-main {
        max-width: 100%;
    }

    #section-about .about-de {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: left;
    }

    #section-about .about-ico img {
        width: 100px;
        height: 80px;
        margin-right: 1rem;
    }

    #section-about .about-ico .about-col-0,
    .about-col-1 {
        display: flex;
    }




    #section-about .a-f {
        display: flex;
        align-items: center;
        margin-right: 6rem;
        margin-bottom: 2rem;


    }

    #section-about .ab-p-0,
    .ab-p-1 {
        margin-bottom: 2rem;
    }


    #section-about .about-ico .book-ico {
        margin-left: 1.2rem;
    }

    #section-about .about-ico p {
        font-weight: 600;
    }

    /* Skills section */

    #section-skills .header-skills h3 {
        font-size: 2rem;
        font-weight: 700;
        margin: 4.5rem 0 1rem 0;

    }

    /* Contact me */



    #section-contact .header-contact h3 {
        font-size: 2rem;
        font-weight: 700;
        margin: 4.5rem 0 1rem 0;

    }


    #section-contact .contact-main {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    #section-contact .contact-img {
        width: 400px;
        height: 300px;
        position: relative;
        display: none;

    }


    .contact-img .rounded {
        background-color: var(--red);
        width: 200px;
        height: 150px;
        position: absolute;
        top: 50%;
        left: 65%;
        border-radius: 10px;
        display: none;

    }

    #section-contact .contact-form form {
        display: flex;
        flex-direction: column;
        justify-content: center;


    }

    #section-contact .btn-submit {
        background-color: var(--blue);
        color: #fff;
        padding: 1rem 2rem;
        width: 400px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 2rem;
        cursor: pointer;
        border: none;
    }


    /* Portfolio Description Page */
    .big-img-section-1 {
        background: #333;
        height: 300px;


    }

    .big-img-section-1 .logo {
        color: #fff;
    }



    .sage-image {
        background: none;

        background-size: 80%;
        background-color: #333;
    }

    .clipboard-image {
        background: none;
        background-color: #333;
    }

    .loop-image {
        background: none;
        background-color: #333;
    }

    .flyo-image {
        background: none;
        background-color: #333;
    }

    .img-wrap-1 {

        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
        text-align: center;
        height: auto;
        margin: 0;


    }



    .img-wrap-1 h1 {
        font-size: 2.5rem;
        color: #fff;
        margin-top: 1rem;

    }

    #role .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 70%;
        align-items: flex-start;
    }

    #role .container div {
        padding: 4rem 1rem;
    }


    #section-header-lg h1 {
        font-size: 4rem;
        font-weight: 600;
        padding: 13rem 0;
    }

    #large-img img {
        object-fit: cover;
        height: 700px;
    }

    #section-project .container {
        display: flex;
        flex-direction: column;
    }

    #section-project .project-head {
        margin: 2rem 0;
    }

    #section-project {
        margin: 8rem 0;
    }

    #section-project .project-head p {
        color: blue;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    #section-project .project-head h3 {
        font-size: 25px;
        font-weight: 600;
    }

    #section-project div:nth-child(2) {
        margin-bottom: 2rem;
        margin-right: 0;
    }

    #section-project .project-dis h4 {
        margin-bottom: 0.5rem;
    }

    #section-project .project-dis p {
        line-height: 28px;
        font-weight: 400;
    }

    #large-img-3 .main-img {
        box-shadow: 0px 0px 50px -15px #000;
        margin: 4rem;


    }

    #section-result .container {
        display: flex;
        flex-direction: column;
    }

    #section-result .project-head {
        margin-right: 0rem;
        margin-bottom: 2rem;
    }



    #section-feature .feature-header p {
        color: blue;
        font-weight: 600;
        margin-bottom: 0.1rem;
    }

    #section-feature .feature-header h3 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    #section-feature .feature-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        grid-row-gap: 110px;
    }

    #section-feature .box-header h4 {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }

    #section-feature .box-header p {
        line-height: 28px;
        padding-right: 8rem;
    }

    #section-feature {
        margin: 6rem 0 5rem 0;
    }




}



@media screen and (max-width: 425px) {


    /* Main-section */
    #main-section .main-head {
        display: flex;
        justify-content: center;
        align-items: center;

        text-align: center;

    }

    #main-section .main-head .header h1 {

        font-size: 30px;

        margin-bottom: 1rem;
        font-weight: 500;
    }

    #main-section .header p {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 1rem;
        padding: 0;
    }




    #main-section .header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #main-section .banner img {
        width: 90%;
    }

    .logo h4,
    h3 {
        text-align: center;
    }


    /* My Values Section */

    #main-value {
        background: #002651;
        color: #fff;
        position: unset;
        padding: 1rem 0;
    }

    #main-value .container {
        display: flex;
        justify-content: center;
        align-items: center;


    }

    #main-value img {
        display: none;

    }


    #main-value .col-1 {
        padding-right: 0;
    }

    #main-value h1 {
        font-size: 1.3rem;
        font-weight: 600;
        margin-top: 3.5rem;
        margin-bottom: 1rem;
    }

    #main-value .small-line {
        width: 50px;
        height: 4px;
        background-color: var(--red);
        margin-bottom: 1.5rem;
    }

    #main-value .p-1 {
        font-size: 1rem;
        line-height: 25px;
        margin-bottom: 2.5rem;
    }

    #main-value .b-line div {
        display: flex;
        margin: 1rem 0;
    }

    #main-value .b-line p {
        margin-left: 0.5rem;
        line-height: 25px;
    }

    #main-value .b-line {
        margin-bottom: 3.5rem;
    }


    /* Process Section */


    #pro-section .pro-header {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    #pro-section .pro-header h3 {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 4.5rem 0 1rem 0;

    }

    #pro-section .pro-header p {
        font-size: 14px;
    }

    #pro-section .icon-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        text-align: center;
        margin: 4rem 0;


    }


    #pro-section .ico-box img {
        width: 50%;
    }


    #pro-section .ico-box {
        padding: 1rem;
    }


    #pro-section .ico-box img {
        width: 50%;
    }

    #pro-section .ico-box h4 {
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0.8rem 0;
    }

    #pro-section .ico-box p {
        font-size: 1rem;
        font-weight: 400;
    }

    /* Work Section */

    #section-work .work-header h3 {
        font-size: 1.6rem;
    }


    /* Portfolio Section */


    #port-section .port-header h3 {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 4.5rem 0 1rem 0;

    }

    #port-section .port-header p {
        font-size: 14px;
    }




    #port-section .card {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2rem;
        margin-bottom: 3rem;
        max-width: 100%;
        border-radius: 10px;

    }






    /* About me section */

    #section-about .header-about h3 {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 3.5rem 0 1rem 0;

    }


    #section-about .about-ico .about-col-0,
    .about-col-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #section-about .about-de {
        text-align: center;
    }


    #section-about .about-ico .book-ico {
        margin-left: 0rem;
    }

    #section-about .a-f {
        display: flex;
        align-items: center;
        margin-right: 0rem;
        margin-bottom: 2rem;


    }


    /* Skills section */

    #section-skills .header-skills h3 {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 4.5rem 0 1rem 0;

    }

    /* Contact me */


    #section-contact .header-contact h3 {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 4.5rem 0 1rem 0;

    }



    #section-contact .contact-form form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;


    }

    #section-contact .btn-submit {
        background-color: var(--blue);
        color: #fff;
        padding: 1rem 2rem;
        width: 300px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 2rem;
        cursor: pointer;
        border: none;
    }

    #section-contact .contact-form form input {
        margin-bottom: 0.6rem;
        width: 300px;
        height: 50px;
        padding: 1rem 0 1rem 1rem;
        border-radius: 4px;
        border: none;


    }


    #section-contact form textarea {
        margin-bottom: 0.9rem;
        width: 300px;
        height: 200px;
        padding: 1rem 0 1rem 1rem;
        border-radius: 4px;
        border: none;

    }

    /* Portfolio page */

    #big-img-section {
        background: url('../img/port-main.jpg')no-repeat center center/ cover;
        height: 60vh;

    }


    .img-wrap {
        display: flex;
        flex-direction: column;
        line-height: 3rem;
    }

    .img-wrap a {
        font-size: 2rem;
        color: #fff;
        margin-bottom: 3rem;


    }

    .img-wrap h1 {
        font-size: 3.5rem;
        color: #fff;

    }

    /* Portfolio Description Page */

    .big-img-section-1 {
        background: #333;
        height: 40vh;
    }


    .img-wrap-1 {
        line-height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 10px;
    }



    .img-wrap-1 p {
        font-size: 1rem;
        color: #fff;
        margin: 0.7rem 0;
    }

    .img-wrap-1 h1 {
        font-size: 2rem;
        color: #fff;
        margin-top: 1rem;

    }

    .btn-g {
        text-decoration: none;
        color: #fff;
        background: var(--blue);
        padding: 5px 20px;
        text-align: center;
        font-weight: 600;
        border-radius: 6px;
        display: block;
        font-size: 14px;
        display: inline-block;
    }

    #section-header-lg h1 {
        font-size: 2rem;
        font-weight: 600;
        padding: 13rem 0;
    }

    #large-img img {
        object-fit: cover;
        height: 700px;
    }



    #large-img-3 .main-img {
        box-shadow: 0px 0px 50px -15px #000;
        margin: 2rem;


    }






    #section-feature .feature-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        grid-row-gap: 110px;
    }


    #section-feature .box-header p {
        line-height: 28px;
        padding-right: 0rem;
    }




}

@media screen and (max-width: 375px) {
    .big-img-section-1 {
        background: #333;
        height: 50vh;
    }


    .img-wrap-1 {
        line-height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 10px;
        height: auto;
    }

    .logo h4 {
        text-align: center;
    }



    .img-wrap-1 p {
        font-size: 1rem;
        color: #fff;
        margin: 0.7rem 0;
    }

    .img-wrap-1 h1 {
        font-size: 2rem;
        color: #fff;
        margin-top: 1rem;

    }

    /* Contact me */






    #section-contact .contact-form form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;


    }

    #section-contact .btn-submit {
        background-color: var(--blue);
        color: #fff;
        padding: 1rem 2rem;
        width: 250px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 2rem;
        cursor: pointer;
        border: none;
    }

    #section-contact .contact-form form input {
        margin-bottom: 0.6rem;
        width: 250px;
        height: 50px;
        padding: 1rem 0 1rem 1rem;
        border-radius: 4px;
        border: none;


    }


    #section-contact form textarea {
        margin-bottom: 0.9rem;
        width: 250px;
        height: 200px;
        padding: 1rem 0 1rem 1rem;
        border-radius: 4px;
        border: none;


    }

    #section-contact .level-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    #section-img-2 .container {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    #section-img-2 .c-2 {
        margin: 2rem 0;
        box-shadow: none;
    }




}