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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #212121;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.navbar {
    background-color: #263238;
    padding: 10px 20px;
    height: 10vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}


.hero-section {
    position: relative;
    min-height: 90vh;
    padding: 8vh 8vw;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 1;
}

.hero-section>* {
    position: relative;
    z-index: 2;
}

.hero-left {
    font-size: 3rem;
    text-align: left;
}

.hero-right img {
    width: 80%;
}

.name-color {
    color: #FFA726;
    font-weight: 600;
    border-radius: 10px;
    padding: 0 3px;
    text-shadow:
        0 0 0 #FFA726,
        0 0 20px #FFA726;
}

.skills-color {
    color: #FFA726;
    font-weight: 600;
    padding: 0 3px;
    text-shadow:
        0 0 0 #FFA726,
        0 0 20px #FFA726;
}

.typed-cursor {
    color: #FFA726;
}

.typed-cursor.typed-cursor--blink {
    animation: typedjsBlink 0.7s infinite;
    -webkit-animation: typedjsBlink 0.7s infinite;
    animation: typedjsBlink 0.7s infinite;
    color: #FFA726;
}

.hr-line {
    width: 90vw;
    border: 1px solid #FFA726;
    background-color: #FFA726;
    margin: 3vh auto;
    border-radius: 5px;
    animation: glow 1.5s ease-in-out infinite;
    -webkit-animation: glow 1.5s ease-in-out infinite;
}

.hero-btn {
    background-color: #212121;
    border: 1px solid #FFA726;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    color: #FFFFFF;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}

.hero-btn:hover {
    color: #FFFFFF;
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem #FFA726, .125rem .125rem 1rem #eea172;
}

.hero-btn a {
    text-decoration: none;
    color: #FFFFFF;
}

.header-style {
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 600;
}

.subheading {
    font-size: 0.8em;
    color: #9E9E9E;
    font-weight: 400;
}



/* about section */
.about-section {
    padding: 5vh 0;
}

.heading {
    text-align: center;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.heading h5 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #292929;
    font-size: 7vw;
    color: transparent;
    font-weight: 600;
    letter-spacing: 0.8rem;
    opacity: 0.05;
    pointer-events: none;
    margin: 0px;
    padding: 0px;
}

.heading h2 {
    font-weight: 600 !important;
    color: #292929;
    margin: 0px;
    padding: 0px;
    position: relative;
    bottom: 70px;
}

.heading-border {
    height: 4px;
    width: 40px;
    margin-bottom: 10px;
    margin-top: 0px;
    display: inline-block;
    background-color: #cb7c6f;
}

@media only screen and (max-width:768px) {
    .heading h2 {
        bottom: 10px;
        font-size: 18px;
    }

    .heading-border {
        height: 2px;
        width: 20px;
        margin-bottom: 6px;
        margin-top: 0px;
    }
}

.about-img img {
    width: 100%;
}

.about-info h2 {
    border-left: 2px solid #FFA726;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.about-info h3 {
    font-weight: 500;
    color: #e4e4e4;
    font-size: 18px;
    margin-top: 20px;
    padding-left: 10px;
}

.about-info p {
    padding-left: 10px;
    color: #e4e4e4;
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
}

.about-info .about-work span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFA726;
    color: #fff;
    vertical-align: top;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    float: left;
}

.about-info .about-work h4 {
    margin-left: 5px;
    float: left;
    margin-top: 8px;
    font-weight: 100;
    font-size: 18px;
    display: block
}

.about-info .about-tool {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    margin-bottom: 32px;
}

.about-info .about-tool span {
    font-size: 13px;
    border: 1px solid #FFA726;
    padding: 6px 16px;
    border-radius: 40px;
    margin: 0 5px 5px 0;
}

.about-info .about-tool h5 {
    margin-left: 5px;
    float: left;
    margin-top: 8px;
    font-weight: 100;
    font-size: 15px;
    display: block
}

/* About section end */


/* Experiance css */

.experiance-section {
    background-color: #000000;
    padding: 8vh 8vw;
}

.experiance-img img {
    width: 100%;
}

.experiance-info h2 {
    border-left: 2px solid #FFA726;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.experiance-info h3 {
    font-weight: 500;
    color: #e4e4e4;
    font-size: 18px;
    margin-top: 20px;
    padding-left: 10px;
}

.experiance-info p {
    padding-left: 10px;
    color: #e4e4e4;
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
}

.experiance-info .experiance-work span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFA726;
    color: #fff;
    vertical-align: top;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    float: left;
}

.experiance-info .experiance-work h4 {
    margin-left: 5px;
    float: left;
    margin-top: 8px;
    font-weight: 100;
    font-size: 18px;
    display: block
}

.experiance-info .experiance-tool {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
    margin-bottom: 32px;
}

.experiance-info .experiance-tool span {
    font-size: 13px;
    border: 1px solid #FFA726;
    padding: 6px 16px;
    border-radius: 40px;
    margin: 0 5px 5px 0;
}

.experiance-info .experiance-tool h5 {
    margin-left: 5px;
    float: left;
    margin-top: 8px;
    font-weight: 100;
    font-size: 25px;
}

/* Experiance section end */



/* Projects */

.Projects-section {
    padding: 5vh 0;
}

.Projects-img img {
    margin-top: 50%;
    width: 100%;
}

.Projects-info h2 {
    border-left: 2px solid #FFA726;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.Projects {
    border: 1px solid #FFA726;
    border-radius: 7px;
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
    margin-top: 88px;
    padding-bottom: 30px;
}

.Projects-hex {
    margin-top: 30px;
    width: 104px;
    height: 60px;
    background-color: #FFA726;
    position: relative;
    top: -55px;
    left: 40%;
}

.Projects-hex:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 30px solid #FFA726;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    position: absolute;
    top: -30px;
}

.Projects-hex:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -30px;
    border-top: 30px solid #FFA726;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
}

.Projects-hex i {
    position: absolute;
    color: #fff;
    font-size: 40px;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 10px;
}

.Projects-inner {
    text-align: center;
    padding: 5px 44px;
    font-size: 17px;
}

.Projects-inner h3 {
    font-weight: 500;
    color: #e4e4e4;
    font-size: 23px;
    margin-top: 20px;
    padding-left: 10px;
}

.Projects-inner p {
    padding-left: 10px;
    color: #e4e4e4;
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px;
}

@media only screen and (max-width:768px) {
    .Projects-hex {
        left: 38%;
    }
}

@media only screen and (max-width:450px) {
    .Projects-hex {
        display: none;
    }
}

/* Projects end */





/* Contact us */

.contact-section {
    background-color: #000000;
    padding: 8vh 8vw;
}

.contact-info {
    width: 100%;
    background-color: #212121;
    padding: 10px 30px 10px 30px;
    border-radius: 8px;
    border: 1px solid #FFA726;
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
    margin-bottom: 20px;
    word-wrap: break-word;
    max-width: 100%;
}


.contact-left h3 {
    border-left: 2px solid #FFA726;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.contact-left p {
    padding-left: 10px;
    margin-bottom: 15px;
    color: #8d8d8d;
}

.contact-left a {
    padding-left: 10px;
    margin-bottom: 7px;
    text-decoration: none;
    color: #8d8d8d;
    word-wrap: break-word;
    display: block;
}

.contact-info ul {
    padding-left: 0px;
    margin-top: 20px;
    list-style: none;
}

.contact-info ul li {
    padding-left: 10px;
    display: inline-block;
}

.contact-info ul li i {
    font-size: 22px;
    color: #FFA726;
}

.contact-form {
    border: 1px solid #FFA726;
    padding: 30px;
    border-radius: 8px;
    background-color: #212121;
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
}

.contact-form h3 {
    border-left: 2px solid #FFA726;
    padding-left: 10px;
}

.contact-form .form-control {
    padding: 8px;
}

.btn-color {
    background-color: #FFA726;
    color: #fff;
    border: 1px solid #FFA726;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}

@media only screen and (max-width:768px) {
    .contact-left p {
        padding-left: 10px;
        margin-top: 11px;
    }
}

/* contact us end */

/* Popup message */

/* Modal background */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

/* Modal content */
.modal-content {
    background-color: #0e0e0e;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #FFA726;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    animation: glow 1.5s ease-in-out infinite;
    -webkit-animation: glow 1.5s ease-in-out infinite;
}

/* Close button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: rgb(255, 56, 56);
    text-decoration: none;
    cursor: pointer;
}

/* Modal header */
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #87ff3b;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}


.modal-header h2 {
    color: #FFA726;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

/* Modal body */
.modal-body {
    padding: 20px;
    font-size: 16px;
    text-align: center;
    color: #333;
}

/* Success message */
.success-message {
    font-size: 18px;
    font-weight: bold;
    color: rgb(216, 216, 216);
}


/* end popup message */


.footer {
    background-color: #263238;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-top: 5vh;
}

.copyright {
    background-color: #212121;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-top: 2vh;
}


@keyframes glow {
    0% {
        box-shadow: 0 0 2px #FFA726;
        opacity: 1;
    }

    50% {
        box-shadow: 0 0 15px #FFA726;
        opacity: 1;
    }

    100% {
        box-shadow: 0 0 2px #FFA726;
        opacity: 1;
    }
}

@-webkit-keyframes glow {
    0% {
        box-shadow: 0 0 2px #FFA726;
        opacity: 1;
    }

    50% {
        box-shadow: 0 0 15px #FFA726;
        opacity: 1;
    }

    100% {
        box-shadow: 0 0 2px #FFA726;
        opacity: 1;
    }
}

/* Mobile Devices */
@media (max-width: 576px) {
    .hero-section {
        min-height: 50vh;
        padding-top: 10vh;
    }

    .navbar {
        padding: 10px;
        height: 10vh;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #263238;
        margin-top: 2vh;
    }

    .hero-left {
        font-size: 2rem;
        text-align: center;
    }

    .hero-right img {
        width: 100%;
        margin-top: 2vh;
    }

    .hero-btn {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .hr-line {
        width: 100vw;
    }

    .container {
        padding: 0 10px;
    }

    .footer,
    .copyright {
        padding: 8px 0;
    }

    .card-body {
        font-size: 0.9rem;
    }

    .card img {
        width: 100%;
    }

    .Projects-img img {
        margin-top: 1%;
        margin-left: 15%;
        width: 70%;
    }

    .modal-header h2 {
        margin: 10px 20%;
        text-align: center;
    }

    .container {
        padding: 0 0px;
    }

    .about-img img {
        margin-left: 15%;
        width: 70%;
    }
}



@media screen and (max-width: 610px) {
    .dynamic-sentance {
        min-height: 140px;
    }

    .container {
        padding: 0 0px;
    }
}



/* Tablets */
@media (max-width: 768px) {
    .hero-section {
        min-height: 60vh;
        padding-top: 10vh;
    }

    .navbar {
        padding: 10px 15px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #263238;
        margin-top: 2vh;
    }

    .hero-left {
        font-size: 2.5rem;
        text-align: center;
    }

    .hero-right img {
        width: 90%;
    }

    .hero-btn {
        padding: 0.6rem 1.2rem;
        font-size: 1rem;
    }

    .hr-line {
        width: 90vw;
    }

    .footer,
    .copyright {
        padding: 8px 0;
    }

    .container {
        padding: 0 20px;
    }

    .card-body {
        font-size: 1rem;
    }

    .card img {
        width: 100%;
    }

    .Projects-img img {
        margin-top: 1%;
        margin-left: 15%;
        width: 70%;
    }

    .modal-header h2 {
        text-align: center;
        margin: 10px 25%;
    }

    .container {
        padding: 0 0px;
    }

    .about-img img {
        margin-left: 15%;
        width: 70%;
    }
}

@media (max-width: 990px) {
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #263238;
        margin-top: 2vh;
    }

    .container {
        padding: 0 0px;
    }

    .about-img img {
        margin-left: 15%;
        width: 70%;
    }
}

/* Larger Tablets or Small Desktops */
@media (max-width: 992px) {
    .hero-section {
        min-height: 80vh;
        padding-top: 10vh;
    }


    .hero-left {
        font-size: 2.8rem;
    }

    .hero-right img {
        width: 75%;
    }

    .hero-btn {
        padding: 0.8rem 1.5rem;
    }

    .hr-line {
        width: 85vw;
    }

    .footer,
    .copyright {
        padding: 10px 0;
    }

    .container {
        padding: 0 25px;
    }

    .card-body {
        font-size: 1rem;
    }

    .Projects-img img {
        margin-top: 2%;
        margin-left: 15%;
        width: 70%;
    }

    .modal-header h2 {
        margin: 10px 0;
        text-align: center;
    }

    .container {
        padding: 0 0px;
    }

    .about-img img {
        margin-left: 15%;
        width: 70%;
    }
}


@media screen and (max-width: 1024px) {
    .hero-section {
        min-height: 95vh;
        padding: 18vh 4vw;
    }

    .hero-left {
        text-align: center;
    }

    .hero-right img {
        width: 100%;
    }

    .Projects-img img {
        margin-top: 2%;
        margin-left: 15%;
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .Projects-img img {
        margin-top: 2%;
        margin-left: 15%;
        width: 70%;
    }

    .about-img img {
        margin-left: 15%;
        width: 70%;
    }
}

/* Desktops */
@media (min-width: 1200px) {
    .hero-section {
        min-height: 90vh;
        padding-top: 15vh;
    }

    .hero-left {
        font-size: 3rem;
    }

    .hero-right img {
        width: 100%;
    }

    .hero-btn {
        padding: 0.6rem 1.2rem;
    }

    .hr-line {
        width: 90vw;
    }

    .footer,
    .copyright {
        padding: 10px 0;
    }

    .container {
        padding: 60px 15px;
    }

    .card-body {
        font-size: 1.1rem;
    }

    .modal-header h2 {
        margin: 10px 35%;
        text-align: center;
    }

}