body {
    scroll-behavior: smooth;
}


.detail-box {
    height: calc(100vh - 96px);
    overflow-y: scroll;
    border: 3px solid #1c1c1d;
    margin-top: 24px;
    background-color: #121213;
    position: relative;
    border-left: none;
}

.Section {
    position: absolute;
    top: 0;
    width: -webkit-fill-available;
    height: calc(100vh - 96px);
    z-index: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 0 0;
    opacity: 0;
    transition: transform .8s ease .8s, opacity 0s ease .8s;
}

.Section.active {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scale(1);
    transform: scaleX(1);
    opacity: 1;
    z-index: 1;
    transition: transform .8s ease;
}


.mini-menu a.active {
    color: #f9c828;
    transition: .2s ease-in;
}

.vertical-nav {
    border: 3px solid #1c1c1d;
    height: calc(100vh - 96px);
    width: 80px;
    margin-top: 48px;
    position: fixed;
    left: 45px;
    overflow-y: auto !important;
    top: 0;
    overflow: hidden;
    background-color: #121213;
}

.vertical-nav::-webkit-scrollbar {
    width: 5px;
}

.vertical-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #222223;
}

.vertical-nav::-webkit-scrollbar-track {
    border-radius: 20px;
}






.logo {
    text-decoration: none;
    display: inline-block;
    width: 75px;
    height: 75px;
    font-size: 49px;
    font-weight: 800;
    background-color: rgb(18, 18, 19);
    color: transparent;
    font-family: Montserrat, sans-serif;
    border-bottom: 1px solid rgb(24, 24, 25);
    -webkit-text-stroke: 1.5px #f9c828;
    text-align: center;
    opacity: .6;
    word-spacing: -25px;
    position: relative;
    z-index: 0;
    transition: .3s ease-in-out;
}

.logo:hover {
    opacity: 1;
}



.logo span {
    font-size: 30px;
    display: inline-block;
    -webkit-text-stroke: 1px #ff8001;
}




.mini-menu {
    text-align: center;
}

.mini-menu a {
    text-decoration: none;
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    padding: 25px 0;
    border-top: 1px solid #0e0e0e;
    border-bottom: 1px solid #080808;
    transition: 1s ease-in-out;
}

.mini-menu a:hover {
    color: #f9c828;
}

.menu-icon-mobile {
    display: none;
}

.page-content {
    position: relative;
    margin-left: 123px;
    margin-right: 48px;
    margin-top: 24px;
    height: calc(100vh - 48px);
}

.ourimag {
    background: url("/MyImage/prakash.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transform: rotateY(180deg);
    background-size: cover;
    height: calc(100vh - 48px);
    opacity: .8;
    border: 3px solid #1c1d1c;
}


.detail-box::-webkit-scrollbar {
    width: 5px;
}

.detail-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #222223;
}

.detail-box::-webkit-scrollbar-track {
    border-radius: 20px;
}

/* home-component */



.home-details {
    margin-left: 5vw;
    width: 100%;
}


#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.home-details h3 {
    color: white;
    font-family: "Montserrat", serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.home-details h1 {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    font-size: clamp(46px, 5.8vw, 75px);
    letter-spacing: 1px;
    font-weight: 800;
    margin: 30px 0;
    text-transform: capitalize;
    font-family: "Montserrat", serif;
}

.home-details p {
    font-size: 20px;
    color: white;
    font-family: "Montserrat", serif;
    font-weight: 800;
    margin-bottom: 55px;
}

.home-details span {
    color: #f9c828;
}

.home-details a {
    text-decoration: none;
    color: #f9c828;
    font-size: 14px;
    border: 1px solid #f9c828;
    padding: 15px 0;
    min-width: 155px;
    text-align: center;
    transition: .5s;
    border-radius: 4px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    display: inline-block;
}

.home-details a:hover {
    background-color: #f9c828;
    color: white;
    border: 1px solid #4d4d4e;
}

/* about */
.page-header {
    text-align: center;
    padding-bottom: 55px;
    position: relative;
}

.about-details {
    padding-top: 50px;
}

.page-header h3 {
    color: transparent;
    -webkit-text-stroke: 1px #4d4d4e;
    font-weight: 800;
    letter-spacing: .7px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
}

.page-header h2 {
    font-size: 45px;
    color: #dedddc;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-bottom: 8px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.page-header h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 75px;
    background-color: #f9c828;
    left: 46%;
    bottom: 0;
}

/* .my-intro {
    padding-left: 20px;
} */

.my-intro h3 {
    color: white;
    font-family: "Montserrat", serif;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.my-intro h3::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 91px;
    background-color: #f9c828;
    ;
}

.my-intro p {
    color: white;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    text-align: justify;
    font-family: "Montserrat", serif;
    margin-bottom: 25px;
}

.personal-info {
    position: relative;
    line-height: 1;
    margin-bottom: 25px;
}

.personal-info h4 {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: "Montserrat", serif;
    margin-bottom: 15px;
}

.personal-info h4::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 115px;
    width: 25px;
    height: 2px;
    background: #f9c828;
}

.personal-info h4::after {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    top: 1px;
    left: 140px;
    color: #f9c828;
    font-weight: 100;
}

.personal-info span {
    position: absolute;
    color: white;
    left: 180px;
    font-family: "Montserrat", serif;
    font-weight: 300;
}

.download-cv {
    margin-bottom: 20px;
    display: flex;

}

.download-cv a,
.intro-video button {
    color: #f9c828;
    text-decoration: none;
    font-family: "Montserrat", serif;
    font-size: 14px;
    border: 1px solid #f9c828;
    padding: 15px 20px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    font-weight: 600;
    letter-spacing: 1px;
}

.download-cv a:hover,
.intro-video button:hover {
    background-color: #f9c828;
    color: white;
}

.intro-video {
    margin-left: 50px;
}

.intos-titile h5 {
    font-family: cursive;
    color: white;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
}

.about-image img {
    height: 100%;
    width: 100%;
    transform: rotateY(180deg);
    opacity: .95;
    padding: 7px;
    background: linear-gradient(53deg, #6f6e6d76 46%, transparent 25%);
}

/* Education */

.education-details {
    padding: 60px 0 60px 0;
}

.edu-content {
    border: 2px solid #1c1c1d;
    padding: 30px 35px 0;
    background-color: #1a1a1b;
    border-radius: 4px;
}

.edu-box {
    color: #dedddc;
    margin-left: 48px;
    position: relative;
}

.edu-box::after {
    content: '';
    position: absolute;
    top: 49px;
    left: -24px;
    bottom: -65px;
    width: 2px;
    background: #222223;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.edu-data {
    position: relative;
    background: #121213;
    padding: 15px 20px;
    margin-bottom: 30px;
    border: 2px solid #1c1c1d;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.edu-date {
    border: 2px solid #222223;
    padding: 11px 14px;
    background-color: #121213;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    margin-left: -70px;
    position: relative;
    z-index: 1;
}

.edu-date i {
    font-size: 20px;
    color: #f9c828;
    padding-right: 10px;
}

.edu-date span {
    font-size: 16px;
    padding-right: 10px;
    color: #f9c828;
    font-family: "Montserrat", serif;
    font-weight: 400;
}

.edu-data h4 {
    display: inline-block;
    font-size: 15px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    padding-left: 10px;
}

.edu-data h2 {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
    padding: 15px 0 10px;
    opacity: .8;
}

.edu-data p {
    font-family: "Montserrat", serif;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}

.edu-box1 {
    color: #dedddc;
    margin: 30px 0;
    margin-left: 48px;
}

/* skill & service */
.skill-header {
    margin: 50px 0;
    padding-left: 20px;
}

.skill-header h3 {
    font-size: 30px;
    font-family: "Montserrat", serif;
    font-weight: 800;
    color: white;
    position: relative;
}

.skill-header h3::before {
    position: absolute;
    height: 2px;
    width: 70px;
    background-color: #f9c828;
    content: '';
    top: 40px;
}

.skill-box {
    text-align: center;
    margin-bottom: 40px;
}

.skill-box h2 {
    color: #d8d8d8;
    font-family: "Montserrat", serif;
    font-weight: 500;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: .3px;
    text-transform: capitalize;
}

.skill-design {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f9c828;
    font-family: "Montserrat", serif;
    font-weight: 600;
    margin: auto;
    font-size: 22px;
}

.html-skill {
    background: radial-gradient(closest-side, #121213 97%, transparent 80% 100%),
        conic-gradient(#2d2d2f 100%, transparent 0%);
}

.css-skill {
    background: radial-gradient(closest-side, #121213 97%, transparent 80% 100%),
        conic-gradient(#2d2d2f 80%, transparent 0%);
}

.js-skill {
    background: radial-gradient(closest-side, #121213 97%, transparent 80% 100%),
        conic-gradient(#2d2d2f 65%, transparent 0%);
}

.dn-skill {
    background: radial-gradient(closest-side, #121213 97%, transparent 80% 100%),
        conic-gradient(#2d2d2f 70%, transparent 0%);
}

.sql-skill {
    background: radial-gradient(closest-side, #121213 97%, transparent 80% 100%),
        conic-gradient(#2d2d2f 82%, transparent 0%);
}

.Bootst-skill {
    background: radial-gradient(closest-side, #121213 97%, transparent 80% 100%),
        conic-gradient(#2d2d2f 80%, transparent 0%);
}

.EF-skill {
    background: radial-gradient(closest-side, #121213 97%, transparent 80% 100%),
        conic-gradient(#2d2d2f 76%, transparent 0%);
}

.C-skill {
    background: radial-gradient(closest-side, #121213 97%, transparent 80% 100%),
        conic-gradient(#2d2d2f 68%, transparent 0%);
}

.ang-skill {
    background: radial-gradient(closest-side, #121213 97%, transparent 80% 100%),
        conic-gradient(#2d2d2f 60%, transparent 0%);
}

.git-skill {
    background: radial-gradient(closest-side, #121213 97%, transparent 80% 100%),
        conic-gradient(#2d2d2f 75%, transparent 0%);
}

/* services */


.skill-service,
.portfolio {
    padding-top: 60px;
    padding-bottom: 30px;
}

.service-box {
    border: 1px solid #262627;
    background-color: #191a1b;
    border-radius: 4px;
    border-bottom-width: 3px;
    margin-bottom: 30px;
    padding: 25px 18px;
    transition: 0.5s;
}

.service-box1 {
    border: 1px solid #262627;
    border-bottom: 3px solid #f9c828;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px 18px;
}

.service-box:hover {
    background-color: transparent;
    border-bottom: 3px solid #f9c828;
}

.service-content i {
    color: #dedddc;
    font-size: 45px;
    margin-bottom: 20px;
    opacity: .9;
}

.service-content h2 {
    color: white;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: "Montserrat", serif;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.service-content p {
    color: #dedddc;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 390;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: justify;
}

/* portfolio */

.portfolio-box {
    margin-bottom: 30px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.portfolio-box img {
    height: 255px;
    width: 100%;
    border-radius: 4px;
    opacity: 8;
    transition: 0.4s ease-in-out;

}

.portfolio-box:hover img {
    filter: blur(2px);
}

.portfolio-details {
    background-color: rgba(5, 1, 1, 0.416);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 5px;
    transition: .4s;
}

.portfolio-details i {
    margin-left: 10px;
}

.portfolio-box:hover .portfolio-details {
    top: 0;
    left: 0px;
    height: 255px;
    width: 100%;
    font-size: 22px;
    font-family: "Montserrat", serif;
    border-radius: 4px;
    font-weight: 590;
    color: rgb(238, 229, 229);
    text-shadow: 1px 1px rgb(219, 196, 23), 2px 2px white, 2px 2px rgb(253, 3, 3), 2px 2px white;
    letter-spacing: 2px;
}

/* contact */

.contact-page {
    padding: 60px 0;
}

.contact-details {
    background: #1a1a1b;
    border: 2px solid #1c1c1d;
    border-radius: 4px;
    padding: 25px 20px;
    padding-bottom: 20px;
}

.contact-data {
    margin-bottom: 30px;
}

.contact-data h2 {
    color: #f9c828;
    font-size: 17px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    font-weight: 600;
    letter-spacing: .3;
}

.contact-data a {
    text-decoration: none;
}

.contact-data h5 {
    color: #dedddc;
    font-size: 14px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    margin-top: 3px;
}

.contact-data h5:hover {
    color: #f9c828;
    transition: 1s;
}

.contact-data h5 i {
    color: #3f3f40;
    padding-right: 8px;
    font-size: 15px;
}

.soc-media {
    margin-bottom: 0;
}

.contact-data h6 i {
    color: white;
    font-size: 20px;
    padding: 5px 6px;
}

.contact-data h6 i:hover {
    color: #f9c828;
    transform: scale(1.8);
    transition: .3s;
}


/* contact form */


.contact-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #4d4d4e;
    width: 100%;
    margin-bottom: 35px;
    padding-bottom: 15px;
    color: white;
    outline: none;
    font-size: 18px;
}

.contact-form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #4d4d4e;
    width: 100%;
    margin-bottom: 15px;
    min-height: 115px;   
    padding-bottom: 15px;
    color: white;
    outline: none;
    font-size: 18px;
    resize: none;        
    overflow: hidden;    
}


.contact-form ::placeholder {
    color: rgb(207, 144, 27);
}

.contact-form button {
    background-color: #f9c828;
    border: none;
    width: 100%;
    height: 55px;
    color: white;
    border-radius: 4px;
    margin-top: 9px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #121213 inset !important;
    box-shadow: 0 0 0px 1000px #121213 inset !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
}

.copyright {
    color: white;
    font-family: cursive;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: rotate(-90deg);
    left: -162px;
}

.copyright a {
    text-decoration: none;
    color: #f9c828;
}


/* Hide success box by default */
.success-box {
   display: none; 
  text-align: center;
  padding: 30px;
  background: #191a1b;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
  max-width: 400px;
  margin: 20px auto;
  animation: fadeIn 0.6s ease-in-out;
}

.success-box .icon {
  font-size: 50px;
  margin-bottom: 15px;
}

.success-box .icon i{
    color: #f9c828;
}

.success-box h2 {
  color: #f9c828;
  margin-bottom: 10px;
  font-size: 24px;
}

.success-box p {
  color: white;
  font-size: 16px;
}

/* Fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}




/* media screen */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .edu-content {
        padding: 30px 20px 0;
    }
}

@media (max-width:1199px) {
    .contact-page {
        padding-bottom: 20px;
    }
}



@media (min-width: 575px) and (max-width: 991.98px) {

    .my-intro h3 {
        font-size: 20px;
    }

    .my-intro p {
        font-size: 15px;
    }

    .detail-box {
        height: calc(100vh - 48px);
        margin-top: 0;
        margin-bottom: 0;
        border-left: 3px solid #1c1c1d;
    }

    .intro-video iframe {
        width: 100%;
    }

    .skill-design {
        height: 120px;
        width: 120px;
    }

    .skill-box h2 {
        font-size: 20px;
    }

    .service-content i {
        margin: 10px 0;
    }

    .service-content h2 {
        font-size: 20px;
    }

    .service-content p {
        font-size: 16px;
    }

}




@media (max-width:920px) {

    .personal-info h4::before {
        left: 80px;
        width: 20px;
    }

    .personal-info h4::after {
        left: 99px;
    }

    .personal-info span {
        left: 120px;
        font-size: 14px;
    }

    .download-cv a,
    .intro-video button {
        font-size: 12px;
    }

}

@media (max-width:767.98px) {
    .about-image {
        text-align: center;
        margin-bottom: 30px;
    }

    .about-image img {
        height: 450px;
        width: 350px;
    }

    .vertical-nav {
        left: 0;
    }

    .page-content {
        margin-right: 0;
        margin-left: 78px;
    }



}

@media (max-width:575px) {

    .page-header h2::after {
        left: 43%;
    }

    .vertical-nav {
        width: 100%;
        height: 65px;
        border: none;
        border-bottom: 2px solid #1c1c1d;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
        margin: 0;
        overflow: hidden !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    }

    .vertical-nav .logo {
        margin: 0;
    }

    .logo {
        font-size: 44px;
        height: auto;
        width: auto;
        margin-left: 5px !important;
        font-weight: 900;
    }

    .logo span {
        font-size: 26px;
    }

    .logo,
    .logo span {
        -webkit-text-stroke: 1px #403e3e;
        opacity: 1;
        animation: blinklogo 2s infinite ease-in-out;
    }


    @keyframes blinklogo {
        0% {
            -webkit-text-stroke: 1px #403e3e;
            opacity: 1;
        }

        50% {
            -webkit-text-stroke: 1px #f9c82880;
            opacity: 1;
        }

        100% {
            -webkit-text-stroke: 1px #403e3e;
            opacity: 1;
        }
    }


    .menu-icon-mobile {
        display: block;
        font-size: 30px;
        cursor: pointer;
        user-select: none;
        color: #f9c828;
        opacity: .6;
        position: relative;
        padding: 0 10px;
    }

    .mini-menu {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: absolute;
        background-color: #121213;
        display: none;
    }

    .mini-menu a {
        text-align: center;
        margin: 0 10px;
        font-size: 18px;
        border: none;
    }


    .home-details {
        margin-left: 1vw;
    }



    .personal-info h4 {
        font-size: 14px;
    }


    .detail-box {
        border: none;
        margin-top: 65px;
        height: calc(100vh - 65px);
    }

    .page-content {
        margin: 0;
        height: 100vh;
    }

    .edu-box,
    .edu-box1 {
        margin-left: 0;
    }

    .education-details {
        padding: 60px 0 20px 0;
    }

    .edu-content {
        padding: 0;
        background-color: transparent;
        border: none;
        margin-left: 35px;
    }


    .edu-date {
        margin-left: -60px;
    }


    .page-header h3 {
        font-size: 24px;
    }

    .page-header h2 {
        font-size: 40px;
    }

    .skill-box h2 {
        font-size: 22px;
    }

    .service-box1 {
        border-bottom: 3px solid;
        background-color: #191a1b;
        transition: 0.5s;

        &:hover {
            background-color: transparent;
            border-bottom: 3px solid #f9c828;
        }
    }

    .contact-form {
        padding-top: 20px;
    }

    .main-service-box {
        padding: 0;
    }

}


@media (max-width: 470px) {



    /* .home-details h1 {
        font-size: 42px;
    } */

    .contact-details {
        margin: 0;
    }


}

@media (max-width: 420px) {

    .home-details p {
        font-size: 17px;
    }

    .page-header h3 {
        font-size: 20px;
    }

    .page-header h2 {
        font-size: 30px;
    }

    .page-header h2::after {
        left: 38%;
    }

    .about-image img {
        height: 300px;
        width: 275px;
        background: linear-gradient(53deg, rgba(170, 170, 170, .1) 35%, transparent 25%);
    }



    .my-intro h3 {
        font-size: 18px;
    }

    .my-intro h3::before {
        width: 65px;
        top: 28px;
    }

    .personal-info h4 {
        font-size: 13px;
    }

    .personal-info h4::before {
        left: 72px;
        width: 15px;
    }

    .personal-info h4::after {
        left: 87px;
        top: 2px;
    }

    .personal-info span {
        font-size: 13px;
        left: 105px;

    }

    .intro-video {
        margin-left: 25px;
    }

    .v-small {
        width: 100% !important;
        display: block;
    }

}